/* CSS Document */
.titre_evenement {
	width:620px; 
	height:22px; 
	margin-left:18px; 
	background-color:#FAFBFE
}

.contenu_evenement {
	
	width:600px; 
	height:0px; 
	margin-left:18px; 
	overflow:hidden; 
	background-color:#FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left:10px;
	padding-right:10px;
	
	background-image:url(images/culture/bande_2.gif);
	background-position:top center;
	background-repeat:no-repeat
	
}

.bande_evenement_1 {
	width:620px; 
	height:1px; 
	background-color:#87BAE8; 
	margin-top:20px; 
	margin-bottom:5px; 
	margin-left:18px; 
	overflow:hidden
}

.bande_evenement_2 {
	width:620px; 
	height:1px; 
	margin-top:5px; 
	margin-bottom:5px; 
	background-color:#87BAE8; 
	margin-left:18px;
	overflow:hidden;
}