*{
	padding: 0px;
	margin: 0px;
	border: none;
}
body{
	background-color: #c81e00;
	background-image: url(../img/fd_int.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}
div#main{
	position: relative;
	width: 990px;
	height: auto;
	margin: auto;
	background-image: url(../img/fd_main_int.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#top{
	background-image: url(../img/bando-sup.jpg);
	width: 990px;
	height: 209px;
}
div#left{
	/*float: left;*/
	position: absolute;
	left: 0;
	width: 223px;
	margin-left: 40px;
}
div#extraits{
	background-image: url(../img/fd_extraits_int.gif);
	height: 217px;
	width: 213px;
	padding-left: 0px;
}
p.titre-extrait{
	font-size: 11px;
	font-weight: bold;
}
div.extrait {
	width: 200px;
	height: 20px;
	overflow: hidden;
	font-size: 11px;
}
div#contenu{
	/*position: absolute;*/
	width: 620px;
	margin-left: 360px;	
	color: #fff;
}
#contenu p{
	font-size: 12px;
	text-align: justify;
	padding-top: 7px;
}
#contenu p.titre{
	text-align: right;
}
#continu h2{
	font-size: 13px;
}
ol{
	margin-left: 20px;
	margin-top: 20px;
}
li{
	font-size: 12px;
	margin-top: 10px;
	text-align: justify;
}
form{
	width: 400px;
	margin: auto;
	text-align: center;
}
label{
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: right;
}
input, textarea{
	width: 250px;
	border: solid 1px #fec500;
	margin-bottom: 7px;
}
textarea{
	height: 150px;
}
div#pied-page{
	width: 990px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pied-page a{
	color: #fff;
}