
/* titre bleu souligné */
.hp_titre {
	color: #001f91;
	font-family: arial, "lucida console", sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: right;
	border-bottom: solid 1px #001f91;
	margin-right: 20px;
	padding-right: 10px;
	margin-bottom: 12px;
	margin-top: 7px;
}

/* edito justifié */
.hp_edito {
	margin-right: 22px;
	margin-left: 120px;
	text-align: justify;
	font-family: arial, "lucida console", sans-serif;
	font-weight: bolder;
	font-size: 13px;
	color: 615a60;
}

/* cadre liens noirs + puce */
.hp_cadre {
	text-align: right;
	margin-right: 32px;
	margin-left: 100px;
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.hp_cadre a, .hp_cadre a:visited {	
	color: #615a60;
	text-decoration: none;
}

.hp_cadre a:hover {
	text-decoration: underline;
}

.hp_cadre img {
	margin-left: 12px;
}

/* cadre contact lien bleu */

.hp_contact {
	font-family: arial, "lucida console", sans-serif;
	color: 615a60;
	font-weight: bold;
	text-align: left;
}

.hp_contact a, .hp_contact a:visited {	
	color: #0800B5;
	text-decoration: none;
}


.hp_contact a:hover {
	text-decoration: underline;
}


