div.corps_article{
	width: 90%;
	margin: 5px auto;
}

div.entete_accueil {
	font-weight: bold;
}

div#liste_objectifs {
	text-align: center;
}

div#liste_objectifs ul {
	padding: 0px;
	margin: 20px 10px 0px 10px;
	text-align: left;
	list-style-image: url("../images/fleche_bleue.png");
}

div#liste_objectifs ul > li {
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	margin: auto;
	margin-bottom: 15px;
}

div#liste_objectifs ul > li:first-line {
	text-decoration: none;
	font-weight: normal;
}

span.question {
	font-weight: bold;
	color: #0F68AF;
}

a.lien_rubrique:hover {
	text-decoration: underline;
}

img.fleche {
	vertical-align: baseline;
}

div.pied_accueil {
	font-weight: bold;
}

div.pied_accueil a {
	color: #0F68AF;
}

div.pied_accueil a:hover{
	text-decoration: underline;
}