
/*** COULEUR *****************************************************/
.noir, a.noir { color: #000000; }
.blanc { color: #ffffff; }
.jaune, .jaune a { color: #ffed00; }
.orange_dark { color: #e85522; }
.orange { color: #f29402; }
.orange_light { color: #f8b334; }


/*** FONT ********************************************************/
h1 {
	margin: 5px 20px 20px 20px;
	padding: 0;
	width: 700px;
	font-family: Impact, Arial Black, Arial, sans-serif;
	font-size: 22px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: normal;
}
.gras { font-weight: bold; }
.italic { font-style: italic; }
.souligne { text-decoration: underline; }
.majuscule { text-transform: uppercase; }
.center { text-align: center }
.titre_15px {
	font-size: 15px;
	line-height: 18px;
	vertical-align: middle;
}
.titre_14px {
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
}


/*** LINKS ********************************************************/
.lien_box {
	clear: both;
	float: right;
	margin: 0 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	vertical-align: middle;
}

div#paragraphe_index h1 {
	color: #ffed00;
	font-size: 18px;
}