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

html, body {
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#666;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

img {
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

table {
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

select {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

ul {
	margin:0px;
	padding:0px;
}

#tout {
	width:838px;
	text-align:left;
}

#header {
	width:838px;
	height:556px;
	text-align:left;
	float:left;
	background-color:#666;
}


/* Colonnes informations */
#info {
	float:left;
	width:838px;
	height:auto;
	background-color: #fff;
}

#info_centre {
	width:930px;
	height:30px;
	float:left;
	background-color: #FFF;
	text-align:left;
	margin-top:0px;
	margin-left:15px;
}

#info_centre a {
	text-decoration:none;
	color:#000;
}

#info_centre a:hover {
	text-decoration:underline;
	color:#000;
}

/* Pieds de page */
#footer {
	float:left;
	width:838px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#000;
	background-color:#FFC501;
	font-size:11px;
	border-top: 2px solid #FFF;
}
#footer a {
	text-decoration:none;
	color:#000;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;
}

