@charset "utf-8";
/* CSS Document */
body{
	background-color:#999;
	font-family: Cambria;
	font-size: 24px;
}
#entete  {
	background-image: url(images/Logo%20GGE%20AFUWA.png);
	height: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#global_principal {
	background-repeat: no-repeat;
	background-position: left top;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#global_principal #global {
	border-radius : 5px 5px 5px 5px;
	background-color: #F2F2F2;
	border: 1px solid #333;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
}
#global_principal #global #form_auth label {
	float: left;
	width: 250px;
	text-align: right;
	padding-top: 7px;
	padding-right: 3px;
}
#global_principal #global #form_auth input {
	width: 200px;
	height: 40px;
	margin-bottom: 5px;
	border-radius : 5px 5px 5px 5px;
	border: 1px solid #333;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
}
#global_principal #global #form_auth #envoyer {
	width: 200px;
	height: 40px;
	margin-bottom: 5px;
	border-radius : 5px 5px 5px 5px;
	border: 1px solid #C7D6E9;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 253px;
	padding-bottom: 3px;
}
#global_principal #global #form_auth #envoyer:hover {
	background-color: #A9EAED;
}


#global_principal #global #form_auth input:hover {
	background-color: #D3DCD3;
}









#pieds {
	text-align: center;
}
