/* CSS Document */
*{
	margin:0;padding:0;
}

body{	
	height:100%;
	margin:0px;
	font-family: Verdana, Arial, sans serif;
	font-size:11px;
	color:#000000;
	background-image:url(../images/bg_motif.gif);
	background-repeat:repeat;
}

body a{outline: none;}
body a:focus{-moz-outline-style: none;}

body img{outline: none;}
body li{-moz-outline-style: none;}

.floatleft{
	float:left;
}

object{ 
	border:0;
	display:block;
	margin:0;
}

#check_nav{
	width:100%; 
	padding:9px 0;
	background-color:#FFFFCC;
	text-align:center;
	font-weight:bold;
	color:#990000;
	border-bottom:2px solid #660000;
}

#change_lg{
	width:100%; 
	padding:9px 0;
	background-color:#FF6600;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:2px solid #FF0000;
}

#header{
	background-image:url(../images/bg_header.gif);
	height:90px;
	width:auto;
	font-size:9px;
}

#header_content{
	width:1000px;
	margin:auto;
}

#header_content #droite{

}

#header_content #droite #haut{
	text-align:right;
	padding-top:15px;
	height:40px;
}

#header_content #droite #haut #coord{
	margin-right:90px;
	float:right;
}

#header_content #droite #haut #recherche{
	text-align:right;
	float:right;
	margin-right:7px;
}

#header_content #droite #haut #recherche_form{
	margin-top:-6px;
	text-align:right;
	float:right;
}

#header_content #droite #haut #recherche_form #recherche_input{
	border:1px solid #000000;
	height:13px;
	font-size:10px;
	padding:3px;
	width:130px;
}

#header_content #droite #haut #recherche_form #recherche_submit{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#7cdb00;
	background:url(../images/bg_rechercher_ok.gif);
	background-repeat:repeat-x;
	width:25px;
	height:23px;
	cursor:pointer;
	border:1px solid #000000;
	text-align:center;
	margin-left:4px;
	padding-left:1px;
	padding-bottom:2px;
}

#header_content #droite #haut #recherche_form #recherche_submit:hover{
	color:#ffffff;
}

#header_content #droite #haut #langues{
	width:114px;
	float:right;
	text-align:center;
	margin-top:-10px;
}

#header_content #droite #haut #langues img{
	border:0;
}

#header #droite #bas{
	float:left;
	margin-left:30px;
	margin-top:-4px;
}

#content{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

#footer{
	float:left;
	display:block;
	width:100%;
	white-space:nowrap;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	color:#262e33;
	background-color:#000000;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 0 6px 0;
}

#footer a{
	color:#7cdb00;
	text-decoration:none;
	padding : 0 6px;
}
#footer a:hover{
	color:#7cdb00;
	text-decoration:underline;
}

#footer_ref{
	float:left;
	display:block;
	width:100%;
	white-space:nowrap;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#454e54;
	background-color:#141d23;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	padding:18px 0 75px 0;
}

#footer_ref a{
	color:#454e54;
	text-decoration:none;
	padding : 0 3px;
}
#footer_ref a:hover{
	color:#454e54;
	text-decoration:underline;
}

#hideimages{
	visibility:hidden;
	height:0px;
}