html, body {height: 100%;
width: 100%;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color:#FFD523;
}

/*entte*/

#header {
text-align: center;
border: 2px solid /*bordures*/ #74b533 ;
-moz-border-radius: 8px;
padding: 5px;
margin: 5px;
}

/*zone cliquable d'accs aux pages*/

#haut {
font-family: comic sans ms;
font-size: 2em;
font-weight: bold;
text-align: center;
background-color: /*fond_titre*/ #ffd523 ;
border: 2px solid /*bordures*/ #74b533 ;
-moz-border-radius: 8px;
padding: 5px;
margin: 5px;
}

/*Zone contenant la page*/

#contenu {
height: 100%;
width: 100%;
padding-top:1px;
}

/*zone centrale encadrŽe soit par deux menus (gauche et droite) = centre
soit par le menu gauche seul = centre2*/

#centre {
margin-left: 220px;
margin-right: 220px;
text-align: center;
}
#centre2 {
margin-left: 220px;
text-align: center;
}

/*boite interne au centre*/

#boite1 {
background-color: /*fond_titre*/ #9adce8 ;
border: 2px solid /*bordures*/ #74b533 ;
-moz-border-radius: 8px;
margin: 5px;
padding: 5px;
text-align: center;
}
#boite2 {
background-color: /*fond_titre*/ #FFD523 ;
border: 2px solid /*bordures*/ #74b533 ;
-moz-border-radius: 8px;
padding: 5px;
margin: 5px;
text-align: justify;
}
#boitetitre {
font-size: 1.3em;
font-weight: bold;
font-style: italic;
text-align: left;
background-color: /*fond_titre*/ #9adce8 ;
border: 2px solid /*bordures*/ #74b533 ;
-moz-border-radius: 8px;
padding: 5px;
margin: 5px;

/*rŽalisŽ par Vincent PARENT, coordinateur Champagne-Ardenne*/

