body {
	text-align:center;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	width:100%;
	background-color: #f5f5f5;
}


a {
	color: #8e8e8e;
	text-decoration: none;
}

a:hover {
	color: #F66829;
	text-decoration: none;
}
 
 
h1 {
	font-size: 24px;
	color: #A1D100;
	font-weight: bold;
}

span {
	text-align:right;
	font-size:11px;
}


.input {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #A1D100;
	font-size:11px;
	width:90%;
}





#global {
	background-image: url(../images/background.jpg);
	width:800px;
	height:600px;
	text-align:left;
	 
}
 



#form {
	position: relative;
	font-size: 12px;
	color: #3e3e3e;
	top: 300px;
	left: 60px;
	text-align: left;
	width: 300px;
}

#form h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 17px;
}
 
#form p {
	font-size: 12px;
	margin-bottom: 12px;
	width: 190px;
}

#bouton{
	position: relative;
	top: 185px;
	padding: 0px;
	margin: 0px;
	left: 275px; 
	text-align: left;
	width: 95px;
	height:103px;
	cursor : pointer; 
}



#footer {
	font-size:11px;
	color: #000000;
	margin-bottom: 25px;
}


