@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------*/
/* 			ENTETE : logo, nav secondaire, drapeau														*/
/*--------------------------------------------------------------*/

#lien_accueil a {
	float:left;	
	display: block; 
	width: 240px; 
	height: 70px;
}

h2#titre_entete {
	position: absolute; 
	left: 70px;
	top: -25px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
}

#entete form  {
	margin: 14px 0 0 18px;
}

ul#menuhaut {
	list-style-type: none; 
	float: right;
}

#menuhaut li {
	float: left;
	margin: 10px 0 0 22px;
}

#menuhaut a {
	border-top: solid 3px #934590;
	display:  block;
	color: #934590;
	width: 130px;
	height: 20px;
	text-decoration: none;
	text-align: right;
}

#menuhaut a.on {
	color: #934590;
	text-decoration: none;
	font-weight: bold;
}

#menuhaut a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #474747;
}

.form_recherche {width: 130px; border: none;}

#drapeau {
	position:absolute;
	top: 36px;
	right: 0;
}

/*----------------------------------*/
/* 					Pied de page 						*/
/*----------------------------------*/
p#mentions {
	float: left;
	display: inline;	
}

p#mentions a {
	display: block;
	border-top: solid 3px #934590;
	width: 240px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #934590;
	text-decoration: none;
}

p#mentions a.on {
	color: #934590;
	font-weight: bold;	
}

p#mentions a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #474747;	
}

p#copyright {
	float: right;
	display: inline;
	width: 680px;
	border-top: solid 3px #934590;
	font-size: 10px;
	line-height: 20px;
	color: black;
	text-align: right;
}