
/*** BOX EVENEMENT ******************************************************************************/
div#box_evenement {
	float: left;
	margin: 0;
	padding: 0;
	width: 363px;
	text-align: left;
}

/*** BOX EVENEMENT - LIGNE 1 ****************************************/
div#box_evenement_l1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 363px;
	height: 22px;
	background-image: url(/img/box_evenement/box_evenement_l1.png);
	background-repeat: no-repeat;
}

/*** BOX EVENEMENT - LIGNE 2 ****************************************/
div#box_evenement_l2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 363px;
	height: 10px;
	background-image: url(/img/box_evenement/box_evenement_l2.png);
	background-repeat: no-repeat;
}

/*** BOX EVENEMENT - LIGNE 3 ****************************************/
div#box_evenement_l3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 363px;
	height: 38px;
	background-color: #e85522;
}
div#box_evenement_l3 p {
	margin: 4px 12px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	vertical-align: middle;
}

/*** BOX EVENEMENT - LIGNE 4 ****************************************/
div#box_evenement_l4 {
	float: left;
	margin: 0;
	padding: 0;
	width: 363px;
	height: 11px;
	background-image: url(/img/box_evenement/box_evenement_l4.png);
	background-repeat: no-repeat;
}
