/****************************** STRUCTURE DE LA PAGE ******************************/
.gauche {
	width:200px;
	float:left;
	background-color:#F9FEEF;
}

.gauche em {
	color:#708528;
}

.gauche a, .gauche a:link, .gauche a:active, .gauche a:visited, .gauche a:hover {
	text-decoration:none;
	color:#414141;
}

.gauche_titre {
	margin-bottom:15px;
	font-weight:bold;
}

.gauche_titre h3 {
	width:190px;
	background-color:#E7F6B2;
	border-bottom:1px dotted #8AAD1E;
	padding:2px 5px 2px 5px;
	font-size:10px;
	color:#708528;
	font-weight:bold;
	margin-bottom:10px;
}

.gauche .menu_liste {
	width:170px;
	padding:0px 15px 0px 15px;
	margin-bottom:10px;
	position:relative;
}

.gauche .menu_liste img {
	position:absolute;
	top:3px;
	left:5px;
}

.droite {
	width:580px;
	float:left;
	padding-left:20px;
}

.droite h3 {
	background-color: #E7F6B2;
	color: #708528;
	display: in-line;
	font-size: 10px;
	font-weight: bold;
	padding:2px 105px 2px 5px;

}

.droite .content_titr {
	background-color: #E7F6B2;
	float: left;
	border-bottom: 1px dotted #8AAD1E;
	margin: 0 0 20px 0;
	width: 100%;
}

.droite .titr{
	float: left;
	padding: 2px 0 2px 10px;
	width: 465px;										

}
.droite .date{
	float: left;
	padding: 2px 10px 2px 0;
	text-align: right;
	width: 95px;					
}

.droite .photo {
	width:230px;
	height:165px;
	float:left;
}

/****************************** INFORMATIONS PRATIQUES ******************************/
.pubInfoPrat {
	margin: 0 0 0 50px;
}
