@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------*/
/* 			ENTETE : logo, nav secondaire, moteur de recherche			*/
/*--------------------------------------------------------------*/
#entete h1#logo {
 position:absolute; 
 top: 52px; 
 left: 1px;
}
#entete h1#logo a img {border: 0;}

#entete h2 {
	text-indent: -5000px;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#entete form  {
	margin: 14px 0 0 18px;
}

#navighaut {
	position: absolute;
	right:0;
	top: 89px;
	width: 184px;
	background-color: black;
}

ul#menuhaut {list-style-type: none;}

#menuhaut li {
	border-bottom: 1px dotted #666;
	height: 32px;
	line-height:32px;
}
#menuhaut a {
	display:  block;
	color: #ccc;
	text-decoration: none;
	height: 32px;
	padding-left: 17px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

#menuhaut a:hover {
color: #fff;
text-decoration: none;
background-color: #474747;
}

#menuhaut a.on {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.form_recherche {width: 130px; border: none;}

/*----------------------------------*/
/* 					Pied de page 						*/
/*----------------------------------*/
#mentions {
	float: left;
	width: 177px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
#mentions a {
	font-variant: normal;
	text-decoration: none;
	color: #474747;
	font-size: 10px;
}
#mentions a:hover {
	color: #9B9547;
	text-decoration: underline;
}

#liens {
	float: right;
	line-height: 24px;
}
#liens a {
	font-variant: normal;
	text-decoration: none;
	color: #9B9547;
	font-size: 10px;
	margin-right: 14px;
	margin-left: 10px;
}
#liens a:hover {
	color: #474747;
}

