/* CSS Document */


body {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #661A1A;
}

#centre {
	background-image: url(img/interface/fond.png);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	pading-bottom: 50px;
}


#pied {
	min-height: 50px;
	margin: 0px 50px 20px 30px;
}

.deblayage {
	height: 0;
	clear: both;
}

a, a:link, a:visited {
	color: #661A1A;
	text-decoration: none;
}
a:hover {
	color: #661A1A;
	text-decoration: underline;
}
