body
{
	margin: 0 0 ;
	padding: 0 ;
	font:0.8em "Arial", serif;
	background: #FFF;
	color:#000;
}

div.footer {
	width:100%;
	height:20px;
	background-color:#aaa;
	clear:both;
	border-top: 4px double #000;
}

div#header {
	width:100%;
	height:340px;
	background:url(images/entete.jpg) center no-repeat;
	background-color:#FFF;
}

div.contenu {
	width:100%;
	float:left;
	background-color:#FFF;
}


/*=========================*/
/*      corps de page      */
/*=========================*/

div.centre {
	margin:30px 50px 10px 250px;
	background-color:#FFF;
	color: #000;
	height : 600px;
}

div.centre p {
	margin:15px 10px 0 15px;
	text-align : center;
}

div.centre h1 {
	color : #911;
	text-align:center;
}

/*==========================*/
/*      menu de gauche      */
/*==========================*/

div.gauche {
	height: 200px;
	width : 205px;
	float : left;
	padding-top : 100px;
	background-color : #FFF;
}

div.menu {
	margin-left : 5px;
}

div.menu ul {
	list-style-type : none;
	margin:0 0 0 7px;
	padding:0;
	background:url(images/bg_menu.jpg) no-repeat;
}

ul#bandeau li {
	float:left;
	text-align:center;
}

ul#menu li a{
	display:block;
	width:200px;
	height:107px;
	color:#006;
	text-indent:-5000px; 
}

li#menu_tome1 a { background:url(images/tome1.png) no-repeat #def; }

/*
div.menu li {
		margin-left:2px;
		height:20px;
		margin-right:0px;
		width : 170px;
	}
	*/