/* TITRES
--------------------------------------------------------------------------------------- */
h1{
	font-size: 35px;
	color: #FFF;
	font-family: Arial;
	line-height: 90%;
}

h2{
	color: #000;
	font-size: 14px;
	line-height: 120%;
}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 12px; line-height: 14px;color: #000;}
p strong{color: #000;font-size: 18px; line-height: 100%;}
p b{font-weight: bold;font-size: 16px; color: #4D6DAF;}
p a, p a:link, p a:visited{color: #23248B; text-decoration: none;}
p a:hover, p a:visited:hover{color: #000;text-decoration: underline;}
p ul li{list-style: square;}

a.lien{
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	line-height: 100%;
}
a.lien2{
	font-size: 23px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset label{font-size: 16px;color:#414042;font-weight:bold;}
.champTexte{	
	color: #414042;
	border: 0;
	background: #FFF;
	margin: 3px 0 3px 0;
	padding: 2px;
	font-size: 15px;
}
.erreur{font-size: 11px;color: #414042;}
