#contenu_cdc{
	/*background-color:#999;*/
	margin:0px;
	width:760px;
	
	float:left;
	position:relative;
	height:135px;
}
#bande_gauche{
	float:left;
	position:relative;
	background-color:#999;
	margin:0px;
	border-right:solid 1px #FFF;
	height:135px;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;	
}
#bande_droite{
	float:left;
	position:relative;
	background-color:#999;
	margin:0px;
	height:135px;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;	
}
#cdc{
	float:left;
	position:relative;
	/*background:#9FC;*/
	width:180px;
	height:135px;
	border-right:solid 1px #FFF;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	
}

#img_cdc{
	float:left;
	position:relative;
	/*background:#606;*/
	margin:0px;
	padding:0px;
	height:135px;
}
#info_cdc{
	background-color:#1e1e1e;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position:relative;
	float:left;
	/*top:110px;*/
	bottom:30px;
	width:180px;
	height:30px;
	z-index:1;
	
	
  } 
#lieu_cdc{
	width:175px;
	text-align:center;
	margin:0px;
}
#lieu_cdc a{
	text-decoration:underline;
	color:#ffffff;
	font-size:11px;

}
#prix_cdc{
	width:175px;
	text-align:center;
	color:#FF5A02;
	font-weight:bold;
	font-size:11px;
}

