html { margin:0px; }
body { 
	font-family:"Times New Roman"; 
	background-color:#f7eadf; 
	margin:0px;
	padding:0px;
	color: #666666; }

.global { 
	position:relative;
	width:800px;
	margin-left:auto; 
	margin-right:auto;
	z-index:10; }
	
.fond_header { 
	height:165px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	background-image:URL(../images/fond_header.jpg);
	background-repeat:repeat-x; }
	
.contenu {
	width:520px;
	margin:0px;
	padding:0px; }

.menu_global {
	position:absolute;
	top:195px;
	right:0px; }

.menu_haut {
	width:250px;
	margin:0px;
	padding:0px;
	background-color:#efd5c0;
	border:1px solid #d5cec9; }
	
.menu_bas {
	width:250px;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
	background-color:#efd5c0;
	border:1px solid #d5cec9; }
	
.menu_haut a { text-decoration:none; color:#6187a0; }
.menu_haut a:hover { text-decoration:underline; }

.menu_bas a { text-decoration:none; color:#c86b21; }
.menu_bas a:hover { text-decoration:underline; }

.logo { 
	width:250px;
	margin:0px;
	padding:0px; }

a { color:#6187a0; text-decoration:none; }
a:hover { text-decoration:underline; }

.liste { margin-left:50px; padding:0px; list-style-type:none; }
.liste li { list-style-image:URL(../images/fleche.jpg); list-style-position:inside; padding:5px; margin:0px; height:19px; }
.liste li a { line-height:19px; margin:0px; padding:0px; }

p { 
	text-align:justify; 
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px; }

h2 { 
	font-size:21px;
	color:#6187a0;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-weight:bold; }

h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight:bold; }

h4 { 
	font-size:18px;
	color:#808080;
	margin:0px;
	padding:0px;
	font-weight:normal; }
	
h5 { 
	font-size:18px;
	color:#6187a0;
	margin:0px;
	padding:0px;
	font-weight:bold; }
	
.img_droite {
	float:right;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px; }
	
.img_gauche {
	float:left;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px; }