/*CSS TITRE*/
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00639E;
	text-decoration: none;
}
.titre a:link, a:visited {
	text-decoration: underline;
	color: #00639E;
}

.titre a:hover {
	text-decoration: none;
	color: #00639E;
}
/*--------------*/


/*CSS TEXTE*/
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.texte a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

.texte a:hover {
	text-decoration: underline;
	color: #00639E;
}
/*--------------*/

.texteErreur {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
}
.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-align: center;
}
.texteblc {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*CSS GROS TITRE*/
.grostitre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00639E;
}
.grostitre a:hover {
	text-decoration: none;
	color: #00639E;
}
.grostitre a:link, a:visited {
	text-decoration: underline;
	color: #00639E;
}

