body {
	background-color: #3b1201;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
}
.petit { 
font-size:10px;
}
#header {
	top:0px;
	width:1000px;
	height:199px;
	margin-left:auto;margin-right:auto;
	background-image:url(img/header.png);
	}
#corps {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-image:url("img/fond.gif");
	}
#contenu_cadre {
	position:relative;
	float:right;
	margin-top:-270px;
	margin-right:20px;
	width:637px;
	background-image: url("img/fond_contenu.gif");
	}	
#menu_gauche {
	position:relative;
	margin-top:-10px;
	margin-left:20px;
	float:left;
	width:230px;
	background-image: url("img/fond_menu.gif");
	}
.contenu {
	padding-left:20px;
	padding-right:20px;
}
#feuille {
	position:relative;
	float:left;
	width:407px;
	height:299px;
	z-index:4;
	}
a {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
a:hover {
text-decoration:underline;
}
