*{
	margin:0;
	padding:0;
}
html, body{
	background-color:#F3F1F0;
	width:100%;
	height:100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:medium;
}
#mere{
	width:990px;
	height:600px;
	background-color:#fff;
}
#zone_gauche{
	width:200px;
	height:100%;
	float:left;
	border-right:solid 1px #000;
	background-image:url(../images/menu.page.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
	font-size:0.75em;
}
	#menu_contextuel{
		padding-left:15px;
		padding-top:30px;
	}
	#menu_contextuel li{
		margin: 20px 0;
		list-style:none;
	}
	#menu_contextuel a{
		color:#847364;
		text-decoration:none;
	}
	#menu_contextuel a:hover, #menu_contextuel span{
		color:#FF9900;
	}
#zone_droite{
	margin-left:200px;
	text-align:left;
}
	#menu_fixe{
		line-height:36px;
		border-bottom:solid 3px #F47000;
		font-size:0.75em;
	}
	#menu_fixe a{
		color:#847364;
		margin-left:20px;
		text-decoration:none;
	}
	#menu_fixe a:hover, #menu_fixe span{
		margin-left:20px;
		color:#FF9900;
	}
	#bandeau{
		background-image:url(../images/bandeau.jpg);
		background-repeat:no-repeat;
		height:144px;
	}
	#contenu{
		height:362px;
		overflow:auto;
		padding:10px;
		color:#847364;
	}
		#contenu p{
			margin: 15px 0;
			font-size:0.75em;
		}
	#footer{
		text-align:center;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		color:#666;
		font-size:0.6em;
		padding: 5px 0;
		background-image:url(../images/coordonnees.jpg);
		background-repeat:no-repeat;
	}
	#footer a{
		color:#000;
		text-decoration:none;
		font-weight:bold;
	}
	#footer a:hover{
		color:#f30;
	}

