body{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	font-style: normal;
	color: #666666;
}

td{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	font-style: normal;
	color: #666666;
}
.tdIntitule{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	background-color: #CCCCCC;
	font-style: normal;
	color: #666666;
}
.tdSpecial{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	background-color: #E0E0E0;
	font-style: normal;
	color: #666666;
}
a{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}

a:hover
{
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
}

.rouge{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
a.rouge{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
}

a:hover.rouge
{
	font-weight: bold;
	color:#FF6633;
	text-decoration:underline;
}
.bleu{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
a.bleu{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

a:hover.bleu
{
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.normal{
	font-size: 9pt;
	background-color: #FFFFFF;
	font-style: normal;
	color: #666666;
}

.titre{
	font-size: 12pt;
	font-weight: bold;	
	color: #666666;
}

.titreRouge{
	font-size: 12pt;
	font-weight: bold;	
	color: #FF0000;
}

.grasRouge{
	font-size: 9pt;
	font-style: bold;
	font-weight: bold;	
	color: #FF0000;
}

.miniRouge{
	font-size: 8pt;
	font-weight: normal;	
	color: #FF0000;
}
/****************MENU GAUCHE***************************************/
.menu{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height:22px;
	background-image: url(../images/pointille.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.menutitre{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background-color:#e5e7ec;
	height:22px;
	background-image: url(../images/pointille.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#000000;
}
