@charset "iso-8859-1";

/*** COULEUR *****************************************************/
.noir { color: #000000; }
.blanc { color: #ffffff; }
.rouge_sombre { color: #911213; }
.rouge { color: #d91325; }
.bleu { color: #0012ff; }


/*** FONT ********************************************************/
.gras { font-weight: bold; }
.italic { font-style: italic; }
.majuscule { text-transform: uppercase; }
.center { text-align: center }
.souligne { text-decoration: underline; }

.titre_15px {
	font-size: 15px;
	line-height: 18px;
	vertical-align: middle;
}
.titre_14px {
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
}
.legende {
	font-size: 12px;
	line-height: 15px;
	color: #757575;
}

p {
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
}

.lien {
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
}

/*** BARRE DE SEPARATION *****************************************/
.barre_grise {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 2px;
	background-image: url(/img/bg/barre_grise.gif);
	background-repeat: repeat-x;
}
.barre_noire {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 2px;
	background-image: url(/img/bg/barre_noire.gif);
	background-repeat: repeat-x;
}
.barre_rouge {
	margin: 0;
	padding: 0;
	height: 7px;
	background-image: url(/img/bg/barre_rouge_bg.jpg);
	background-repeat: repeat-x;
}


/*** INDISPONIBLE ***/
.indisponible {
	float: left;
	width: 850px;
	height: 200px;
}