/* images */
#cadre_image img {
	border: 1px solid rgb(24,68,135);;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	background-color: rgb(0,118,236);
	overflow:hidden;
	height:auto;
	min-height: 600px;
	clear: both;
	width: 900px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 900px;
	background-color: rgb(0,118,236);
	position: relative;
	height: 140px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 54px; left: 28px;		
}
#header div#logo_image {
	position: absolute;
	top: 8px; left: 20px;	
}
#header div#logo_palm {
	position: absolute;
	top: 75px; left: 30px;	
}

#header div#bandeau_image {
	position: absolute;
	top: 70px; left: 193px;	
}
#header div#recherche {
	position: absolute;
	top: 70px; left: 700px;	
}

#header h2#contactez_nous {
	position: absolute;
	top: 5px; left: 600px;	
}

#header h2#ajouter_unsite {
	position: absolute;
	top: 5px; left: 730px;	
}

/* Sidebar */	
#cadre_menu {
	float: left;
	width: 190px;
	background-color: rgb(0,118,236);
}	

/* Sidebar */	
#cadre_droite {
	float: left;
	width: 160px;
	text-align: center;
	background-color: rgb(0,118,236);
}	

/* Footer */	
#footer {
	color: #666666;
	background-color: rgb(0,118,236);
	clear: both;
	width: 900px;
	height: auto;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }




