/* CSS Document */

/***************** STYLE ENCARTS PAGE TYPE *****************/
#encartGrand{
	width:400px;
	margin:0;
	padding:10px 10px 10px 15px;
	float:left;
	/*background-color:#EEEEEE;*/
}
	#encartGrand p{
		font:11px Arial, Helvetica, sans-serif;
		color: #000;
		text-align:justify;
		float:left;
	}
	#encartGrand .date{
		font:12px Arial, Helvetica, sans-serif;
		color: #ef363c;
		font-weight:bold;
		padding-top:3px;
	}
	#encartGrand h1{
		font:17px Arial, Helvetica, sans-serif;
		color: #ef363c;
		font-weight:lighter;
		float:left;
		margin:0 0 10px 0;
		border-bottom:2px solid #DDDDDD;
		padding:0 0 4px 0;
		width:100%;
	}
	#encartGrand .imgActu{
		width:180px;
		float:right;
		margin:0 0 5px 7px;
	}
	
	
	
	
	
	
	
	
