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

body {
	margin: 0;
	padding: 0;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #ECE9D8;
	background-color: #CCC;
}

a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
}


#conteneur {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
	
}
#header {
	background-color: #D5071B;
	text-align: center;
	height: 60px;
	color: #333;
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
#centre {
	background-color:#FFFFFF;
	text-align: center;
	padding-top: 100px;
	color: #666666;
	padding-bottom: 0px;
}
#pied {
	height: 30px;
	background-color: #D5071B;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

#pied a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#pied a:visited{
	font-weight: bold;
	text-decoration: underline;
}
#pied a:hover, a:active {
	font-weight: lighter;
	color: #FF0000;
	text-decoration: underline;
}


p {margin: 0;}

