body { 
	scrollbar-base-color: #FFF; 
	scrollbar-arrow-color: #000; 
	scrollbar-DarkShadow-Color: #FFF; 
	scrollbar-Shadow-Color: #999; 
	scrollbar-Highlight-Color: #999; 
	scrollbar-3Dlight-Color: #FFF; 
	scrollbar-track-color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #999;
}
.texte { 
	font-size: 12px; 
	color: #000;
}
.menu { 
	font-size: 14px; 
	color: #000; 
	font-weight: bold; 
	text-decoration: none
}
.retour {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
}
.soustitre {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
.lienex {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.titre {
	color: #999;
	font-size: 22px;
	letter-spacing: normal;
}
.code {
	color: #EEE;
	text-decoration: none;
	font-size: 10px;
	background-image: url(images/bak_trans.png);
	font-weight: normal;


}
.table {
	height: auto;
	width: 300px;
	padding: 0px;
	border: 0px solid #999;

}

a { color: #FF0000;
	text-decoration: none;
}
a.retour:visited {
	text-decoration: none;
	color: #FF0000;	
}
a.retour:hover {
	text-decoration: underline;
	color: #FF0000;
}

