@charset "utf-8";
/* CSS Document */

/* le conteneur
-------------------------------------------------------- */
#hautblog{
	background: url(../images/milieu.jpg) repeat-y left top;
	
	
}
 
/* L'entête avec les images
-------------------------------------------------------- */
#top{
	height: 92px;
	background: #FFF url(../images/top.jpg) no-repeat left top;
}



#topbas{
	margin:0;
	background: url(../images/top-bas.jpg) no-repeat left top;
	height: 35px;
	padding: 20px 0 0 110px;
}

