/* CSS Document */

body {
	background-color: #ffffff;
}

#global {
	width: 1000px;
	margin: 0 auto; 
}
#entete {
	padding: 0px;
	background-image: url(../images/entete-logo.png);
	background-repeat: no-repeat;
	height:114px;
}
#placement_langue{
	float:left;
	width:80px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -8px;
}
#placement_recherche{
	float:right;
	width:180px;
}	


#placement_telephone {
	float:left;
	margin-top:50px;
	margin-left:60px;
	color: #FFFFFF;
	font-weight: bolder;
}
#friseanimation {
	padding: 2px;
	height:143px;
	margin-top: 4px;
}
#centre {
	width: 100%; /* -> 4 */
	background-image: url(../images/colonne-grise.png);
	background-repeat: repeat;
	overflow: hidden;  /*-> 4 */
}
#contenu_principal {
	float: left; /* -> 5 */
	width: 790px;
	padding: 5px;
	color: #666666;	
}
#contenu_colonne_droite {
	float: right; /* -> 5 */
	width: 180px;
	color: #000099;

}
#pied_de_page{
	background-image: url(../images/pied-de-page.png);
	background-repeat: no-repeat;	
}

#clickurl {
	width: 1px; /* 253*/
	height:1px; /* 47 */
	float:left;
}


.componentheadingtrouver_partenaire{ 
font-size: 1.8em;
margin-top:25px;
color:#666666;
font-weight:bold;
}