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

#icone{
height:274px;
width:52px;
background:	url(imgs/icone_acceuil.png);
float:right;

}

#page_partiebasse{
	width:860px;
	background: url(imgs/contenu_bg.png);
/* 	border: 1px solid #000000;
	*/padding: 0px 0px 0px 0px;
	margin:auto;
	overflow:auto;	
	}
	
#bas{
height:67px;
width:860px;
background:url(imgs/bas.png) no-repeat;
background-position:bottom;
padding-bottom:0px;
}


#nouv /* Conteneur de la partie nouveautés de l'acceuil */
{
margin:30px 0px 0px 0px;
/*border-right:thin dashed;*/
}


#a_la_une /* Conteneur de la partie haute de l'acceuil */
{
margin: 30px 0px 60px 0px;

}




