body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3dlight-color: Gray;
	scrollbar-face-color: #fcc000;
	scrollbar-darkshadow-color: #fae9f4;
	scrollbar-track-color: #f0ead8;
	scrollbar-arrow-color: #bd0c3c;
	margin: 5px;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form{
	margin:0px;	
}

a{
	color:#F28800;
}
a:hover{
	color:#000000;
}

input.boutonValide{
	background-color: #97aee2;
	color: #FFFFFF;
	font-weight: bold;
}
input.bouton{
	background-color: #f28800;
	color: #FFFFFF;
	font-weight: bold;
}
.BandoIdentifiant{
	font-weight: bold;
	color:#b8dbd8;
}

input.Identification{
	filter:alpha(opacity=50);
	background-color: #f9f9f9;
	border : 1px solid #999999;
	color:#000000;
}

.titrePage{
	text-align: left;
	font-size: 16px;
	color: #9C1454;
	font-family: Tahoma;
	font-weight: bold;
}
.soustitre{
	color:#BB0035;
	font-family:arial;
	font-size:14px;
}
.titreMenu{
	color:#f9a811;
	font-size : 16px;
	font-family : Comic Sans MS;
}

a.menuHaut{
	color : #FFFFFF;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}

a.menuHaut:hover{
	text-decoration: underline;
}

a.menuGauche{
	color:#FFFFFF;
	text-decoration: none;
	width:125px;
	font-size:14px;
	font-family: Tahoma;
	/*padding-left:10px;*/
	padding-top:2px;
	padding-bottom:2px;
}

a.menuGauche:hover{
	color:#000000;
	background-color:#FFDA52;
	width:125px;

}
td.menuGauche:hover{
	color:#000000;
	background-color:#FFDA52;
}

