/* CSS Document {# filter:alpha(opacity=nn); pour Internet Explorer
# -moz-opacity: nn; pour Mozilla et Firefox
# opacity:nn;*/
/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.71em;
margin: 18px;
padding: 0;
text-align: center;
color:#336633;
}
#conteneur {
position: relative;
width: 760px;
margin: 0 auto; 
background: url(images/NeF08_fond.jpg);
}

#span {  
padding: 0;

width: 760px; 
color:#d9b445;
margin-top: 10px;
}


#centre {

margin-left: 50px;
margin-right: 50px;
}
p {margin: 0 0 10px 0;}

img{border:none;}

a.opacity:hover img {filter:alpha(opacity=65);
               -moz-opacity: 0.65;
               opacity: 0.65;}
#menu_haut {color:#ffffff;} 
#menu_haut a{color:#ffffff;} 
#menu_bas {color:#336633;} 
#menu_bas a{color:#336633;} 
#menu_bas a:hover{color:#cc9933;} 
