body {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: #fff;
margin: 0;
padding: 0;
}
#conteneur {
width:1000px;
margin:0 auto;
background: #DBA946 url(../images/fond-accueil.jpg) repeat-y 0 top;
}

#menu li a { /* MENU GAUCHE liens différenciés par page*/
	color: #996600;
	text-decoration:none;
}

#menu li a:hover { 
	color: #993300; 
}


#flashinfo{	
	font-size:1.2em;	
	font-weight:bold;
	margin:10px 0 0 500px;	
	padding: 0;	
	height:1.3em; 
}
#flashinfo a{ color: #663300; text-decoration:none}

#flashinfo a:hover{color: #993300;}

#centreAccueil {
margin:50px 400px 20px 240px;
width:350px;
text-indent: 20px;
text-align: justify;
}

#droiteAccueil {
float:right;
display:inline;/* pour r&eacute;gler problème de marge propre à IE*/
text-align:right;
margin:30px 10px 0 0;
width: 380px;
}
 a { 
	color: #996600;
	text-decoration:none;
}

a:hover { 
	color: #993300; 
}
.logo {
padding-right: 8px;
margin-right: 8px;
border:0;
}
