/*** MENUS ****************************************************************************************/
.M1{
font-family:"Arial";
font-size:11px;
color:#FFFF50;
text-decoration:none;
}
.M1:hover{
font-family:"Arial";
font-size:11px;
color:#FFFFB8;
text-decoration:underline;
}
.M2{
font-family:"Arial";
font-size:15px;
color:#DDDDDD;
text-decoration:none;
text-align:center;
/*font-weight:bold;*/
}
.M2:hover{
font-family:"Arial";
font-size:15px;
color:#FFFFFF;
text-decoration:none;
text-align:center;
/*font-weight:bold;*/
}
.M3{
font-family:"Arial";
font-size:10px;
color:#FFFF00;
font-weight:bold;
text-decoration:none;
}
.M3:hover{
font-family:"Arial";
font-size:10px;
color:#FFFF00;
font-weight:bold;
text-decoration:underline;
}
.M4{
font-family:"Arial";
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.M4:hover{
font-family:"Arial";
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
.M5{
font-family:"Arial";
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.M5:hover{
font-family:"Arial";
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
/*** NAVIGATION ****************************************************************************************/
.N1{
font-family:"Verdana";
font-size:13px;
color:#000000;
font-weight:bold;
text-align:center;
}
.N2{
font-family:"Arial";
font-size:12px;
color:#000000;
text-align:center;
}
/*** TABLEAUX ****************************************************************************************/
.A1{
	/*border:1px #0E1472 solid;*/
	padding:2px;
	width:90%;
	background: #FF0000;
}
.A2{
	padding:3px;
	width:90%;
	background: #0E1472;
}
.A3{
	padding:3px;
	width:90%;
	background: #018749;
}
/*** FORMULAIRES ****************************************************************************************/
.O1{
	border:1px #CCCC00 solid;
	padding:2px;
	width:480px;
	background: #FF0000;
	font-family:"Arial";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.O1_titre{
	border:1px #CCCC00 solid;
	padding:2px;
	width:480px;
	background: #FF0000;
	font-family:"Arial";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background: #FF0000;
}
.O2{
	border:1px #CCCC00 solid;
	padding:2px;
	width:300;
	font-family:"Arial";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
/*** CREDITS ****************************************************************************************/
.credits{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;	
}
.credits_titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
/*** TITRES ****************************************************************************************/
.T1{
	font-family:"Verdana";
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}


