*{
	padding: 0px;
	margin: 0px;
	border: none;
}
body{
	background-color: #c81e00;
	background-image: url(../img/fd.gif);
	background-repeat: repeat-x;
	background-position-x: center;
	background-position-y: 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#main{
	width: 990px;
	height: 560px;
	margin: auto;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
}
div#right{
	float: right;
	width: 223px;
	margin-right: 9px;
	padding-top: 15px;
}
div#extraits{
	background-image: url(../img/fd_extraits.gif);
	height: 217px;
	width: 213px;
	padding-left: 00px;
}
p.titre-extrait{
	font-size: 11px;
	font-weight: bold;
}
div.extrait {
	width: 200px;
	height: 20px;
	overflow: hidden;
	font-size: 11px;
}
div#pied-page{
	width: 990px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	clear: both;
	padding-top: 20px;
}
#pied-page a{
	color: #fff;
}