
/*couleur des liens*/

a:link { color: #9BFFEE; text-decoration : none; }
a:visited {color: #9BFFEE; text-decoration : none; }
a:hover {color: #008C8C; text-decoration : none; }

.textenorm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #F9FFEF;
	margin : 0px 0px 15px 0px;
}

.titre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #9BFFEE;
	margin : 0px 0px 15px 0px;
	font-weight : bold;
}

.soustitre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #9BFFEE;
	margin : 0px 0px 15px 0px;
}
