body {
background-image: url(../encadrement/images/fond_marron.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;           
font-size: 10pt;
text-align:center;
float: middle;
font: #000000;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
}

a:link {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #379E5B;}
a:visited {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #379E5B;}
a:hover {font-family: Verdana;  font-size: 10pt; font-weight: bold; color: #0000FF; }
a:active {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #FF0000;}

ul.menu {
list-style-type: none;
margin:0;
padding:0;
top: 77px; /* positionnement du menu */
left: 158px;
width: 100%; /* précision pour Opera */
}

li.menu {
float: left;
}

.menu a {       /* définition de chaque bouton du menu */
height: 32px;
float: left;
display: block;
text-align: center;
border: none;
text-decoration: none;
color: #000;
}

.menu a:hover {
color: #411;
border: NONE;
border-bottom: NONE;
color: #fff;

}

.menu a span {     /* définition de la balise <span> inclue dans <a> */
display: none;
background: #FFFF9F;
font size=9;
font-size: 9;
font style=normal;
font-style: normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menu a:hover span {   /* définition de la balise <span> au survol */
display: block;
position:absolute;
top: 111px;
left: 35%;
width: 490px;       /* largeur de la zone de commentaires, selon la taille du menu */
text-align:left;
border-top: 0px solid gray;
color: #000;
z-index: 2;
}


h1 {font-family: Verdana; font-size: 20pt; font-weight: bold; color: #379E5B; text-align: center;}
h2 {font-family: Verdana; font-size: 14pt; font-style: italic; font-weight: bold; color: #379E5B;text-align: justify ;}
h3 {font-family: Verdana; font-size: 12pt; font-style: italic; font-weight: bold; color: #379E5B;text-align: justify ;}
h4 {font-family: Verdana; font-size: 10pt; font-weight: normal; text-align: justify;}
h5 {font-family: Verdana; font-size: 10pt; font-weight: bold; text-align: center;}
h6 {font-family: Verdana; font-size: 10pt; text-align: center;  font-weight: normal;}
  

.contenu{                          /* definition de la zone de texte */
background-color:#FFFFFF;
text-align: justify;
position: relative;

float: left;
/*width: 573x;*/
width: 100%;
border: 0px solid;
border-color: #00FF00;     /*
margin: 0px 5px 0px 5px;  
padding: 0px 10px 0px 0px;   */
z-index: 1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
}

.normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font color:#000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

