@charset "utf-8";
/* CSS Document  : hautbas.css*/


/**************************************  partie generale  **************************************/

body {
/*	background-color: white;*/
	background-color: #F7FAFB;
	margin: 0;
	padding: 0;
}

#tout {
	width : 1000px;
}

/**************************************  partie superieure  **************************************/

#entete {
height:190px;
width:1000px;
}
/*
#bandeau_sup_hover {
	position:absolute;
	top : 34px;
	left : 890px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
}

#bandeau_sup_hover a {
margin-left : 10px;
}

#bandeau_sup_hover a:visited, a:link {
color : #FFFFFF;
}
*/
#haut_menu {
	margin-top: 60px;
	float:left;
}
#chemin {
	float :left;
	margin-top: 72px;
	width: 830px;
	height: 28px;
	
	color : Black;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background : #FFFFFF;
	
	/***** transparence *****/
	
	/*  Standard CSS */
	opacity: 0.5;
	/* pour anciennes versions de Mozilla (navigator ...) */
	-moz-opacity : .7; 
	/* pour IE  */
	filter : alpha(opacity=50);
     /* ancienne version de Safari 1.x */
	-khtml-opacity: 0.5;
	

}

/* pour que le texte ne soit pas transparent */
#texte_chemin {
	width: 819px;
	height: 26px;
	padding-top: 8px;
	padding-left: 10px;
}

#item_chemin {
}


#item_chemin a {
	color: black;
}


#drapeau_lang {
	position:relative;
	border: 0;
/*	padding-left : 45px;*/
	margin-bottom: 20px;
	height : 40px;
}
#formulaire_recherche {
	position:relative;
	border: 0;
	padding-left : 5px;
	height : 60px;
}

/************************************    partie bas  ********************************/


#piedpage {
	width: 1000px;
	height: 32px;
	margin-left : 0px;
	background-image:url("/images/piedpage4.png");
}

