@charset "UTF-8";
/* CSS Document */

/******************************** TEXTES ***********************************/

.gras {
	font-weight:bold;
}

.centre {
	text-align:center;
}

.justifier {
	text-align:justify;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#003681;
	margin:0 0 inherit 0;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#003681;
	margin:0 0 inherit 0;
}

a {
	color:#eb6e08;
}

p {
	font-size:12px;
}

.erreur {	
	font-weight:bold;
	color:#f00;
}