@charset "UTF-8";
/* CSS Document */
/************ Mise en page ***************/
.titre{
	font-size:16px;
	color:#009900;
}

.sTitre{
	font-size:10px;
	color:#660000;
}

input, select, textarea{
	color:#ff0000;
}

.btSelect{
	color:#ee332f;
	font-weight:bold;
}

a.btSelect:link {color:#ee332f; text-decoration:underline;}
a.btSelect:visited {color:#ee332f; text-decoration:underline;}
a.btSelect:hover {color:#ee332f; text-decoration:none;}
