/* CSS Document */

.text-norm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#5d5e64;
}

.text-normbold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#5d5e64;
	font-weight:bold;
	text-decoration:none;
}

.text-norm a{
	text-decoration:none;
	color:#1490cb;
}

.text-norm a:hover{
	text-decoration:underline;
}

	
.text-moins{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#5d5e64;
}

.text-plus{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;	
	color: #1490cb;
	font-weight:bold;
}

.titre-plus{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:15px;	
	color: #1490cb;
	font-weight:bold;
}


.text-mentions{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#696975;
}

.text-mentions a, .text-mentions a:active, .text-mentions a:visited{
	color:#696975;
	text-decoration:none;
}

.text-mentions a:hover{
	text-decoration:underline;
}

h1 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#004463;
	background-image:url(../images/fleche_titre.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left;
	margin-left:12px;
}

h2	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#004463;
	background-image:url(../images/fleche_stitre.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:left;
	margin-left:8px;
	margin-bottom:0;
	margin-top:0;
}

h2 a{
	text-decoration:none;
	color:#004463;
}

h2 a:hover{
	text-decoration:underline;
}
	
.texte-mentions-plus {
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#1490cb;
}

.texte-mentions-plus a, .texte-mentions-plus a:active, .texte-mentions-plus a:visited{
	color:#1490cb;
	text-decoration:none;
}

.texte-mentions-plus a:hover{
	text-decoration:underline;

}



/*
---------------------------------------[FORMULAIRE]---------------------------------------
*/

.form-champ {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border: 1px solid #000000;
}

.form-bt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color:#004463;
}
