/* CSS Document */

body {
font-family: Arial;
font-size: 11px;
color: #000000;
margin: 0;
padding: 0;
}

#background
{
background-color: #000000;
background-repeat: no-repeat;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0ac1b;
	font-weight: bold;
}
.corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.noir_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
INPUT {
     color:#000000;
     background-color:#e0ac1b;
     font-size:11px;
	 font-weight: bold;
     font-family:arial;
	 border:1;
	 border-style:solid;
	 border-color:#333333;
}
SELECT {
    color:#000000;
     background-color:#e0ac1b;
     font-size:11px;
     font-family:arial;
}

BODY {
scrollbar-arrow-color:#e0ac1b;
scrollbar-3dlight-color:#000000;
scrollbar-highlight-color:#00000;
scrollbar-face-color:#e0ac1b;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#00000;
}
