
BODY {
 scrollbar-face-color: #D9D9D9;
 scrollbar-shadow-color: #B5B5B5;
 scrollbar-highlight-color: FFFFFF;
 scrollbar-3dlight-color: #BABABA;
 scrollbar-darkshadow-color: #939393;
 scrollbar-track-color: #F0F0F0;
 scrollbar-arrow-color: #FFFFFF;

 margin: 0pt;
 margin-top: 0pt;
 margin-right: 0pt;
 margin-bottom: 0pt;
 margin-left: 0pt;
}

A:link		{ font-family: Arial; font-size: 8pt; font-weight: normal; text-decoration: none; color:#8F0101;}
:active		{ font-family: Arial; font-size: 8pt; font-weight: normal; text-decoration: none; color:#8F0101;}
:visited	{ font-family: Arial; font-size: 8pt; font-weight: normal; text-decoration: none; color:#8F0101;}
:hover		{ font-family: Arial; font-size: 8pt; font-weight: normal; text-decoration: underline; color:#ff0000;}

a.info{
	position:relative; 
	z-index:24; background-color:#ccc;
	color:#000;
	text-decoration:none}

a.info:hover{
	z-index:25;
	background-color:#cccccc;
	text-decoration:none
	}

a.info span{display: none}

a.info:hover span{ 
	/*le contenu de la balise span ne sera visible que pour l'état a:hover */
	display:block; 
	position:absolute;
    
	top:2em; left:2em; width:15em;
	border:1px solid #333333;
	background-color:#eeeeee; color:#333333;
	text-align: left;
	font-weight:none;
	padding:8px;
}

TD		{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #3C3C3C;}

.default	{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #3C3C3C;}
.orange		{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #CD5107;}
.orangeb	{ font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; color: #CD5107;}
.bleub		{ font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; color: #1273DE;}
.bleus		{ font-family: Arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #1273DE;}
.titre		{ font-family: Arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #CD5107;}
.titregrey	{ font-family: Arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #A2A2A2;}
.titreprog	{ font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; color: #3C3C3C;}
.titreprogorange	{ font-family: Arial; font-size: 12pt; font-style: normal; font-weight: bold; color: #CD5107;}
.titresmall	{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: bold; color: #CD5107;}
.annotation	{ font-family: Arial; font-size: 10pt; font-style: normal; font-weight: normal; color: #ff0000;}
.pucecarre	{ display : list-item; list-style-image : url(/images/carre.png); }
.horairesprogramme	{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: bold; color: #CD5107;}
