/* CSS Document test*/
body{
background:#000;
background-position:top;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.blockCentral{
background-color:#000;
color:# fff;
width:700px;
height:auto;
margin-left: 320px;
	top:170px;
	
}
.blockInfo{
	width:298px;
	position:absolute;
	top:170px;
	color:#fff;
	left: 10px;
}
.blockTitre{
width:258px;
height:104px;
background-image:url(../img/titre.png);
position:absolute;
	left:20px;
	top:20px;
}
.copyright{
	position:absolute;
	right:0%;
	bottom:0%;
	color:#333333;
	width: 98%;
}
.sousTitre{
font-size:30px;
color:#666;
text-decoration:bold;

}
a:active {
	color: #FFFFFF;
	background-color: #990000;

	
}
a:link {
	text-decoration:none;
	border:none; 
	color: #990000;
    font-weight:none;
		text-decoration:none;
}
a:hover {
	background-color:#990000;
	color:#FFFFFF;
    background-image:url(../img/bouttons/O.png);
	overflow:visible;
}
a:visited {
	text-decoration:none;
	border:none; 

	
}
a{
    color:#990000;
	border:none; 
	text-decoration:none;
	color: #990000;
}

/*  Partie concernant la form  */

form {

padding:10px;

}
label {
font-family:"Arial",sans-serif;
font-weight:bold
}
input {
border:1px solid black;
background-color:ffffff;
font-family:"Arial",sans-serif;
color:black;
}
select, option {
background-color:ffffff;
color:black;
}
textarea {
border:1px solid black;
background-color:#ffffff;
font-family:"Arial",sans-serif;
color:black;
}
cols{
border:1px solid white;
background-color:#ffffff;
font-family:"Arial",sans-serif;
color:black;
}

