.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.copyright:hover{
	color: #FFFFFF;
}

.tinyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style : italic;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.green{
	text-decoration: none; color: #006600;
}
a.green:hover{
	text-decoration: underline; color: #006600;
}

.filet {
	BORDER-BOTTOM: #cccccc 0px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 0px solid; PADDING-LEFT: 14px; PADDING-RIGHT: 14px;
}
.filetGrisHorizontal {
	color: #cccccc;
	height: 1px;
	margin-top: 10px;
}

.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: url(images/texteListe.gif);
}

.red{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 12px;
	list-style: url(images/texteListe.gif);
}

.textePetit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: url(images/texteListe.gif);
}
.texteVert{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83B6B3;
}
.texteBlanc{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}
.texteRouge{
	color: #E41F1F;
}
.lettrine{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.formulaire{
border-width: 1px;
background-color: #DFDECF;
border-bottom-color: #DFDECF;
border-color: #808080;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width:200px;
font-weight: bold;
}
BODY {
scrollbar-face-color: #808080;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #808080;
scrollbar-arrow-color: #DFDECF;
}


/*  ---- Navigation ----  */

.navOn {
      color: #545241;	
		font-weight: bold;	
		list-style-image: url(images/module_fleche.gif);
		margin-left: -18px;
}
.navOff {
      color: #545241;	
		font-weight: bold;	
		list-style-image: url(images/module_carre.gif);
		
}
.nav {
		color: #545241;	
		font-weight: bold;	
		list-style-image: url(images/module_carre.gif);
		margin-left: -18px;

} 	
.navOff a:hover {	
      color: #A3A17B;	
 }
 .navOff a:visited  {	
      color: #545241;	
 }