body {
	margin:0;
	padding:0;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:black;	
   background-image:  url(../images/back_body_index.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: #888888;

}
/*===============================TOP===============================*/
#top{
	width:100%;
	height:139px;
	background-color: #808080;
	background-image: url(../images/back_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#top_box1{
   background-image: url(../images/back_top_box1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:900px;
	height:139px;
}
/*===============================NAVIGATION===============================*/
#navigation {
   background-image: url(../images/back_navigation.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-right:1px solid #9D231C;
	float:left;
	margin:0px;
	padding:0px;
	width:150px;
}
.adresse {
   background-color: #9D231C;
	color:white;
	display:block;
	margin-bottom:10px;
	padding-left:10px;
}

.nav_ul{
	 list-style-type: none;
	 padding-left:0px;
	 margin-left:0px;
	 margin-top:0px;
}

.nav_li a {
	text-decoration:none;
	color:black;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:35px;
   border-right:1px solid #9D231C;
	display:block;
	padding-left:10px;
	margin-right:10px;
}
.nav_li a:hover {
	text-decoration:none;
	color:black;
	font-weight:bold;
	margin:0px;
	line-height:35px;
	border-right:11px solid #9D231C;
}

.nav_li_act a {
	text-decoration:none;
	color:#9D231C;
	font-weight:bold;
	margin:0px;
	line-height:35px;
	border-right:11px solid #808080;
	padding-left:10px;
	display:block;
	background-color:#EDEDED;
}





/*===============================CONTENT===============================*/
#content{
   width:700px;
	height:450px;
	background-color: transparent;
	float:left;	
	margin-left:10px;
	border-right:none;
	margin-top:10px;
	overflow:auto;
}
#right  {
	width:auto;
	height:auto;
	background-color: Fuchsia;
	float:left;
}

p{
  background-color:transparent;
  	padding-right:200px;
	padding-left:10px;
	color:black;
}

h1 {
	font-size:150%;
   background-color: #9D231C;
	margin-top:5px;
	margin-bottom:0px;
	color:#EAEAEA;
	border-bottom:3px solid #808080;
	padding-left:10px;
}

.img_right{
	float:right;
}

.img_left{
	float:left;
	padding-left:5px;
}
