body
{
	background-color: rgb(63,63,65);
	color : white;
	font-family: Verdana, Tahoma;
	font-size : 13px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
a
{
	color: white;
}
img
{
	border: 0;
	margin: 0;
}
.mTD
{
	background-image : url("img/menu.gif");
	background-position : center center;
	background-repeat : repeat-x;
}
.mTD:hover
{
	background-image : none;
}
#hautpage
{
	background-color: rgb(34,33,36);
	background-image: url("img/bandeau.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 10px;
	height: 14px;
	margin: 0 auto;
	padding: 103px 0 0 0;
	text-align: center;
	width: 996px;
	
}
#menu
{
	background-color: rgb(34,33,36);
	background-image: url("img/menu.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width: 996px;
}
#contenu
{
	background-color: rgb(34,33,36);
	background-image: url("img/contenu.gif");
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 450px;
	padding: 10px 20px;
	width: 946px;
}
#piedpage
{
	background-image: url("img/piedpage.gif");
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	font-style: italic;
	height: 20px;
	margin: 0 auto 0.5em;
	padding: 35px 0 0 0;
	text-align: center;
	width: 996px;
}
h3
{
	font-size : 16px;
	font-weight : bold;
	margin : 5px 0;
	padding : 5px 0;
}
li
{
	margin-bottom: 0.5em;
}


