#promos H2 {

	padding : 3px 20px;
	margin : 0 0 0 0;
	font-size : 15px;
	text-transform : uppercase;
	background : #c0c0c0;

}

#contenant_promos { 
	width : 725px;
	position : relative;
	left : 22px;
	
	
}

	#promos DL {

		width : 154px;
		float : left;
		margin : 5px 30px 0px 0;
		//padding : 0 0 0px 0;
		

	}
	
	#promos DL.dernier {margin : 5px 0 10px 0;}

		#promos DD {

			font-size : 13px;
			font-weight : bold;
			color : #ed6fa4;

		}
		
			#promos DD A {color : #ed6fa4;}
		
			#promos DD SPAN.prix_promos {

				width : 72px;
				display : block;
				float : right;
				text-align : center;
				font-size : 10px;
				word-spacing : -1px;
				background : #DE347B;
				font-weight : normal;
				color : #FFF;

			}
			
			#promos DD LI {


				font-size : 11px;
				list-style:disc  url("../img/puce_promos.gif");
				margin-left : 16px;
				
				color : #989898;

			}
			
			.fleche_promos {
			
				position : absolute;
				top : 55px;
				left : 774px;
				cursor : pointer;
				
			}
