/* En-tête */ 
#header {	
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 130px;
	margin: 0;
 padding: 0;
	border: 0;	
	/* background: #6D99B9 url(image/banniere1_900_100.jpg) bottom left repeat-x;	*/
	background: #557790 url(image/banniere_1450.jpg) bottom left repeat-x;
	/* background: #656676 url(image/banniere_1450_ete1.jpg) top left no-repeat;*/
	/*border:solid 1px red;	*/
}	

#header .recherche {
 float:right;
 margin:5px;
	padding:0;
	border:0;
}

#header .formu {
 margin: 0;
 padding: 0;
	border: 0;
	height: 20px;
	line-height: 20px;
}

#header .champ {
 margin: 0;
	padding-left:2px;	
	border:0;
	background-color:#F6F6F6;	
}		

#titres { 
	padding:0;
	border:0;	
	/*border:solid 1px white;*/
	height:30px;
	line-height:30px;
	color: white;
	font-weight: bold;
}

#tous_les_titres { 
 margin-left:60px;
	padding:0;
	border:0;	
	/* border:solid 1px white; */		
	font-size: 1.6em;
	letter-spacing:3pt;
}

#titre_site { 
 margin-left:10px;
	padding:0;
	border:0;	
	/* border:solid 1px white; */		
	font-size: 2em;
	letter-spacing:3pt;
	float:left;	
}

#autres_titres_site { 
 margin-right:10px;
	padding:0;
	border:0;	
	/*border:solid 1px white;*/
	font-size: 1em;	
	letter-spacing:2pt;
	float:right	
}


#titres a {	
 text-decoration: none;
 color: white;
}

#titres a:hover {	
 color: yellow;
}
	
#header .pub {		
 float:right;
 margin:5px 5px 5px 0px;	
	padding:0;
	border:0;
 height:90px;	
	width :600px;
	/* border:solid 1px white;	*/	
} 

#header .pub a {
text-decoration: none;
color: white;
font-weight: bold;
}

/*menu*/	

#menu_entete {	
 position: absolute;
 top: 130px;
	padding-top:5px;
 left: 0px;
	z-index:100;
	width: 100%;	
	height: 22px;
	/* background-image:url(image/fond7.png);*/
background-color:#557790;
}	

#menu_entete dl {
 float: left;
 width: 8.5em;
 margin: 0px 0px 0px 2px;
	padding: 0;
}		

#menu_entete dt {	
 cursor: pointer;
	font-weight: normal;
	text-align: center;
	border: 1px solid black;	
	font-size:0.9em;
	background-color: #3B5263;
	color:white;
}		

#menu_entete dd {
 margin: 2px 0px;
 padding: 0;
	display: none;	
 border: 1px solid black;
	font-size:0.9em;	
}	

#menu_entete ul {
 margin: 0;
 padding: 0;
 list-style-type: none;	
}			

#menu_entete li {	
 text-align: left;	
	background-color: #eee;
}	

#menu_entete li a, #menu_entete dt a {	
 display: block;
	padding-left:0.3em;
 height: 100%;
 border: 0;
	text-decoration: none;
 background-color: #3B5263;
	color:white;
}	

#menu_entete li a:hover, #menu_entete dt a:hover{
 background: #557790;
}	
	
.spacer {
 clear: both;
}