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

/*MODULE A 3 COLONNES SMALL-----------------------------------------------------*/
	
.content_left{
	width:200px;
	padding: 0 45px 0 0;
	margin:0;
	float:left;
}
	
.content_center{
	width:375px;
	padding: 0;
	margin:0 45px 0 0;
	float:left;
	border-top:1px solid #AAAAAA;
}
	
.content_right{
	width:295px;
	padding: 0;
	margin:0;
	float:left;
	min-height:300px;
	border-top:1px solid #AAAAAA;
}
	
