html {
	width: 100%;
	height: 100%;
	}
	
body {
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: right top;	
	scrollbar-face-color: #000000;  
	scrollbar-shadow-color: #FF0000; 
	scrollbar-highlight-color: #FF0000;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #FF0000;	
	width: 100%;
	height: 100%;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.gras_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
.background {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/background.jpg);
}
.background_flash {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/fond_flash.jpg);
}
.backgroundroite {
	background-image: url(images/background_droite2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.jaune {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	letter-spacing: 2px;
}
.borderblanc {
	border: 1px solid #FFFFFF;
}
.lien {
	color: #FF0000;
	text-decoration: none;	
}
.lien:link {
	text-decoration: none;
}
.lien:visited {
	text-decoration: none;
}
.lien:hover {
	text-decoration: underline;
}
.lien:active {
}
.fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
.lien_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc0000;
}
