body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111011;
	color: #f4f4f4;
	font-family: verdana;
	font-size: 10px;
	background-image : url(images/background3.jpg);
	background-position : top;
	background-repeat : no-repeat;
}
hr {
  height: 1px; 
  color: #f4f4f4;
  background-color: #ABABAB;
}

ul, li, p, td {
  color: #f4f4f4;
  font-family: Arial;
  font-size: 11px;
}

.fondblanc {
  color: #5B5D5D;
}

.smalltexte {
  font-family: Arial;
  font-size: 9px;
  font-weight: normal;
  color: #efefef;
}

.textrouge {
  font-family: Arial;
  font-size: 20px;
  color: #efefef;
    font-weight: bold;
}

/*--LIENS------------------------------------------------*/

a {
  color: #ABABAB;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
}

a:hover {
  color: #959595;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
}

a.menu {
  	text-decoration: none; 
	color: #000000;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
}

a:hover.menu {
	text-decoration: none; 
	color: #ffffff; 
	background: #000000; 
	font-size: 10px;
	font-weight : bold;
}

BODY 
{
 scrollbar-face-color: #000000; 
 scrollbar-highlight-color: #F5F6F4; 
 scrollbar-3dlight-color: #ffffff; 
 scrollbar-track-color: #000000; 
 scrollbar-arrow-color: #ffffff;
}