td           	{ color: #838383; font-size: 10pt; font-family: Arial; font-weight: none; }
.txtindex      	{ color: #FFFFFF; font-size: 10pt; font-family: Arial; font-weight: none; }
.tdgras      	{ color: #838383; font-size: 10pt; font-family: Arial; font-weight: bold; }
.gras        	{ color: #CC3300; font-size: 10pt; font-family: Arial; font-weight: bold; }
.rouge       	{ color: #CC3300; font-size: 10pt; font-family: Arial; font-weight: none; }
.adresse     	{ color: #FFFFFF; font-size: 7pt;  font-family: Arial; font-weight: none; }
.adresse_rouge  { color: #CC3300; font-size: 7pt;  font-family: Arial; font-weight: none; }
.pti      		{ color: #838383; font-size: 8pt;  font-family: Arial; font-weight: none; }
.gris      		{ color: #F1F1F1; font-size: 8pt;  font-family: Arial; font-weight: none; }



a.txt
{
	font-size : 10pt;
	text-decoration : none;
	font-family : Arial;
	color : #CC3300;
}

a.txt:hover
{
	font-size : 10pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFCC00;
}
a.lien
{
	font-size : 10pt;
	text-decoration : none;
	font-family : Arial;
	color : #CC3300;
}

a.lien:hover
{
	font-size : 10pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFFFFF;
}

a.mail
{
	font-size : 7pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFFFFF;
}

a.mail:hover
{
	font-size : 7pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFCC00;
}
a.defil_index
{
	font-size : 10pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFFFFF;
}

a.defil_index:hover
{
	font-size : 10pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFCC00;
}
a.mail_index
{
	font-size : 7pt;
	text-decoration : none;
	font-family : Arial;
	color : #CC3300;
}

a.mail_index:hover
{
	font-size : 7pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFCC00;
}
a.haut_page
{
	font-size : 7pt;
	text-decoration : none;
	font-family : Arial;
	color : #838383;
}

a.haut_page:hover
{
	font-size : 7pt;
	text-decoration : none;
	font-family : Arial;
	color : #CC3300;
}
a.mail_prod
{
	font-size : 8pt;
	text-decoration : none;
	font-family : Arial;
	color : #CC3300;
}

a.mail_prod:hover
{
	font-size : 8pt;
	text-decoration : none;
	font-family : Arial;
	color : #FFFFFF;
}


BODY 
{
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#CC3300;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-face-color:#CC3300;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#CC3300;
  scrollbar-3dlight-color:#CC3300;
  scrollbar-track-color:#F7F0EB;

}

body {
font: 80%,  arial, verdana, sans-serif;
}
dl, dt, dd, ul, li 
{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu 
{
position: absolute; /* placement du menu*/
top: 50px;
left: 5px;
width: 18em;
}
/* propriété du menu principal */
#menu dt 
{
cursor: pointer;
line-height: 20px;
text-align: left;
font-color: #838383;
font-weight: none;
border: 0px solid gray;
background: none;
}
/* bordure du sous menu */
#menu dd 
{
border: 0px solid gray;
}
/* alignement du texte dans le sous menu */
#menu li 
{
text-align: left;
background: #none;
}
/* texte du sous menu */
#menu li a, #menu dt a 
{
color: #838383;
text-decoration: none;
display: block;
border: 0;
height: 100%;
}
/* rollover sous menu */
#menu li a:hover, #menu dt a:hover 
{
color: #cc3300;
text-decoration: none;
}
