
a {
	font-family:  Arial,Verdana,Helvetica,sans-serif;
	text-decoration: underline;
	color: #203E59;
	font-style: normal;
}

a:hover {
	font-family:  Arial,Verdana,Helvetica,sans-serif;
	text-decoration: underline;
	color: #FF0000;
	font-style: normal;
}

a:focus {
	font-family:  Arial,Verdana,Helvetica,sans-serif;
	text-decoration: none;
	color: #203E59;
	font-style: normal;
}

body {
	font-family:  Arial,Verdana,Helvetica,sans-serif;
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; margin-left: 0px;
	}
	
td {
	font-family:  Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	//commentaire
	//color: #333333;
	//color: #FF6633;
	color:black;
}

/*Style for left menu : couleur des liens*/
.MenuL
{text-decoration:none;
color:white;
}

.MenuL:hover
{text-decoration:none;
color:white;
}

/*Style for left menu : Couleur de fond de la cellule*/
.MenuLPair
{
font-size: 12px;
line-height: 200%;
//background:orange;
background:#336699
};

.MenuLImpair
{
font-size: 12px;
line-height: 200%;
//background:#FFC891;
background:#009BE6
};

.navtext {
width:235px;
font-size:8pt;
font-family:verdana;
border-width:2px;
border-style:outset;
border-color:#006BAE;
//layer-background-color:#FFF6D9;
background-color:#FFF6D9;
color:black;
}