/* CSS accueil */
/* bloc liste région -------------------------------------------------------*/
#module img {
	float: right;
	border: 2px solid #248a01;
	margin-left: 10px;
}

#module .corps {
	background-image: url(../images/background_accueil.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 100px; 
}

#presentation {
	font-weight: bold;
	font-size:1.2em;
	color: #248a01;
}
#coproduction {
	margin-top: 10px; color: #248a01;
}
#coproduction ul{
	margin-bottom: 20px;
}
#coproduction li {
	background-image: url(../images/puce_liste.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
#coproduction li.present {
	background-image: none;
	margin-bottom: 10px;
}

#coproduction li a {
	color: #248a01;
}
#coproduction img {
	float: none;
	border: 0px;
	vertical-align: top;
}		
