/*-----------------------------------------------------
	MIDDLE-BAR
------------------------------------------------------*/	

#middle-bar{
	position:relative;
	width:480px;
	left:3px;
	float:left;
	padding:1px;
}

.article{
	position:relative;
	top:1px;
	width:238px;
	height:142px;
	float:left;
}

/*-----------------------------------------------------
	MODULE ACCROCHE
------------------------------------------------------*/	

#accroche-mod{
	position:relative;
	width:478px;
	height:242px;
}

#gallery{
	position:relative;
	width:478px;
	height:242px;
	overflow:hidden;	
}

#gallery li{list-style-type: none;}

#accroche-mod .description{
	position:relative;
	width:120px;
	left:5px;
	float:left;	
}

/*-----------------------------------------------------
	MODULE CONTENU
------------------------------------------------------*/	

#contenu-mod{
	position:relative;
	width:469px;	
	top:5px;
	left:2px;
	border:1px solid #eae9e9;
	padding:2px;	
}

#contenu-mod .contenu{
	position:relative;
	width:230px;
	top:2px;
	float:left;
}

#contenu-mod img{float:left;top:6px;}

#contenu-mod .description{
	position:relative;
	width:120px;
	left:5px;
	float:left;	
}

#contenu-mod .toutesLesNouveautes{
	position:relative;
	background-color:#eae8e8;
	width:468px;
	height:22px;	
	font-weight:bold;
	clear:both;
}

#contenu-mod .toutesLesNouveautes a{
	position:relative;
	top:5px;
	left:5px;
}

/*-----------------------------------------------------
	MODULE SEPARATION
------------------------------------------------------*/	

.separation{
	position:relative;
	width:468px;
	height:10px;
	clear:both;	
}

/*-----------------------------------------------------
	MODULE PAGINATION
------------------------------------------------------*/	

#pagination{
	position:relative;
	background-color:#eae8e8;
	width:468px;
	height:22px;	
	font-weight:bold;
	clear:both;
}

