/********** CMC **********/

h2.promo {
	display:block;
	width:99%; 
	float:left; 
	position:relative; 
	height:35px; 
	text-align:center;  
	margin-bottom:26px; 
	padding-top:5px; 
	padding-left:15px;
	background-color: #fdb60c;
	color: white;
	font-size: 18px;
}

.titre_promo_cmc {
	display: block;
	float: left;
	position: relative;
	background-color: #24c4de;
	border-bottom: 2px solid #0C0808;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	
	background: -webkit-linear-gradient(#24c4de, #0f879b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#24c4de, #0f879b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#24c4de, #0f879b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#24c4de, #0f879b); /* Standard syntax */
	
	
	width: 100%;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 11px;
}


.txt_promo_cmc {
	display: block;
	float: left;
	position: relative;
	width: 95%;
	height:auto;
	font-size: 13px;
	margin-top: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}


.prix_promo_cmc {
	display: block;
	background-image: url(../images/bg_prix_promo_cmc.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 25px;
	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.prix_promo_cmc2 {
	display: block;
	background-image: url(../images/bg_prix_promo_cmc2.png);
	background-repeat: no-repeat;
	width: 157px;
	height: 30px;
	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: white;
}







