@charset "utf-8";
/* CSS Document */

html, body {
/*background-color:#eeeeee;*/
background-color:#454546;
height:100%;
margin:auto;
margin-top:-8px;
}
#titre {
	font-size:32px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
}
#gras {
	font-weight:bold;
}
a {
	color:#454546;
	font-family:"agency FB";
	font-size:25px;
	font:bold;
}
li {
	list-style-image:url(liste%20puce.png);
}
.haut{
	background-image:url(haut.png);
	background-repeat:repeat-x;
	height:183px;
	margin-bottom: auto;
}
.corps{
	background-color:#454546;
}
.corps_gauche {
	width: 40%;
	float: left;
	}
.corps_droit {
	margin-left:45%;

	}
.bas{
	background-image:url(bas.png);
	background-repeat:repeat-x;
	height:133px;
	margin-top: -20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
p{
	margin-left:50px;
	font-family:"agency FB";
	font-size:18px;
	color:#eeeeee;
	margin-top: auto;
}
