@charset "utf-8";
/*
Vert : #ccff00;
Rose: #f4007a;
Gris: #373737;
*/


html {
	background-color: #333;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body{
	height:600px;
	margin:auto;
	text-align:center;
}

fieldset{border:none;}

img{border:none;}

a{
	text-decoration:none;
	font-size:16px;
	color:#99FF00;
	background:#333333;
	margin:auto;
}
a:hover{
	text-decoration:none;
	font-size:16px;
	color:#f4007a;
	background:#333333;
	margin:auto;
}


/*--------------------------HEADER-------------------------------*/
#header{
	width:1200px;
	height:205px;
	margin:auto;
	margin-top:-16px;
	background-image: url(../img/header.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*--------------------------form-------------------------------*/
#formulaire{
	color:#FFFFFF;
	background-color:#444;
	margin:auto;
	margin-top:150px;
	width:350px;
	border:#666666 solid 1px;
	text-align:left;
}

#formulaire table{
margin:auto;
}

input{
	border:none;
}

/*-----------------------CLASS-----------------------*/

.vert{color: #ccff00;}
.rose{color: #f4007a;}
.gris{color: #373737;}
.blanc{color:#FFFFFF;}
.bleu{color:#33CCCC;}



