/* CSS Document */

#module #sante {
	background-image: url(../images/background_sante.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#module #dd {
	background-image: url(../images/background_dd.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#module .imgIntro {
	float: left;
	border: 2px solid #248a01;
	margin-right: 10px; margin-bottom: 10px; margin-top: 10px;
}

#objectifs {
	clear: both;
	width: 27em;
	background-color: #248a01;
	color: #ffffff;
	padding: 5px;
	margin-top: 10px;
}
#objectifs .titre{
	font-size: 1.1em;
	margin-bottom: 3px;	
}
#objectifs ul {
	margin-bottom: 5px;
}

#objectifs li {
	background-image: url(../images/puce_liste_inactive.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	font-size: 1em;
}
#objectifs li .detail {
	font-size: 0.9em;
	font-style: italic;
}

#objectifs a {
	background-image: url(../images/puce_liste_blanc.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}
