/* CSS Document */

body {
font-family: Arial;
font-size: 12px;
margin: 0;
padding: 0;
}

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

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffb128;
	font-weight: bold;
}
.corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.noir_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
INPUT {
     color:#ffffff;
     background-color:#583200;
     font-size:12px;
	 font-weight: bold;
     font-family:arial;
	 border:none;
}
SELECT {
    color:#000000;
     background-color:#FFFFFF;
     font-size:12px;
     font-family:arial;
}