body {
	font-size: 12px;
	font-family: Verdana; }
	
.statut {
	font-size: 18px;
	font-weight:bold;
	color:#FF0000;
}

.ville {
	font-weight:bold;
	font-style:italic;
	color:#011F5D;
}

table.extra_tableau { 
	border: 1px solid #000000;
}
	
table.tableau { 
	border: 1px solid #000000; 
}
	
.extra_tableau_entete {
	text-align:center;
	font-weight:bold;
	background-color:#CCCCCC;
}

.tableau_entete {
	color:#FECF41;
	text-align:center;
	font-weight:bold;
	background-color:#011F5D;
}

.marges {
	padding: 10px;
	padding-top:10px;
}

.submit {
	color:#011F5D;
	font-weight:bold;
	background-color:#FECF41;
	border: 1px solid #011F5D;
	font-size:12px;
}

a:link {
	color:#0000CC;
	text-decoration: none;
}

a:visited {
	color:#0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menu {
	color:#0000CC;
	font-size: 7pt;
	font-family: Arial;
}

.menu a:link {
	color:#0000CC;
	text-decoration: none;
}

.menu a:visited {
	color:#0000CC;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}