@charset "utf-8";
/* CSS Document */

/*body{
margin:auto;
width:800px;
height:600px;
text-align:center;
color:#FFFFFF;
}*/
html {
	background-image: url(../image/fond.jpg);
	background-repeat: repeat-x;
	background-color: #c93c5f;	
}

body{
background-color: transparent;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}

img{border:none;}

#formulaire{
margin:auto;
margin-top:200px;
padding:15px;
background-color:#e2007a;
width:250px;
height:200px;
color:white;
text-align:center;
border:3px solid #CCCCCC; 
}

form{
color:white;
}



