/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body {
	background: #F1EFE2;
	font: normal 80%/1em  Arial,Helvetica;
	color: #382E1F;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: left;
	line-height:1.3;
}


h1 {
        color: #382E1F;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	text-decoration: none;
	display:none;
}

h2 {
	margin: 0em 0 0 0;
	color: #382E1F;
	font-weight: bold;
	font-size: 1.3em;
	background-color: #e6d6bd;
	padding: 2px 10px 5px 10px;
	
}



h3 {
	font-weight: bold;
	font-size: 1.25em;
	color: #382E1F;
	position: relative;
    margin: 0px 0px 0px 20px;
	padding: 10px 0 10px 0;
	border-bottom :1px solid #F5F5F5;
	width: 100px;
}

h4{
	color: #382E1F;
	padding: 0px 10px 0px 10px;
	margin-top:0 px;
	margin-bottom:0 px;
}



p {
	margin-top: 5px ;
	margin-bottom:0.7em;
	color: #382E1F;
	padding: 5px 7px 5px 7px;
	
}



a {
	color: #BB6F02;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	color:#E58802;
}

a.image{
  color: white;
  border-style:none;
  text-decoration: none;
}
a.image:hover,a.image:focus{
 text-decoration:none;
 color:white;
 border:dotted 1px;
}
a.image:focus img{
 border:dotted 1px;
 color:black;
}
ul, li {
	margin: 5px;
	padding: 0px;
	list-style: none;
	line-height:1.3;
	color: #382E1F;
}

br{
 line-height:1.3;
}

table{
	border-collapse:collapse;
}tr.lignefonce{
	  background:#E6D6BD;
	  border:#FFFFFF solid 3px;
	  font-weight:bold;
	  
  }tr.ligneclaire{
	  background:#F7EEDF;
	  border:#FFFFFF solid 3px;
	  color:#382E1F;
	  font-weight:normal;
  }

 

/* ------------------------------------ */
/*                                      */
/*            Entete                  */
/*                                      */
/* ------------------------------------ */

#header {
	position: relative;
	width: 968px;
	height: 296px;
	background:  url(canevas.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: right;
	padding: 0;
	border:none;
	}

#header ul {
    float: left;
	width: 250px;
	height: 20px;
	padding: 0px 0px 15px 0px;
	margin: 243px 0px 0px 40px;
	list-style: none;
	display:inline;
}
#header li {
	margin: 28px 20px 0px 0px;
	padding: 0px 0px 15px 0;
	width: 100px;
	float:left;
	color: #382E1F;
	font-family: "Microsoft Sans Serif";
	font-size: 1.5em;
	line-height: 1.0;
	display:inline;
	
	}
	#header li a {
	
  color: white;
  text-decoration: none;
  height:18px;
  width:100px;
  display:block;
  padding: 0px 0 0px 0;
}
#header  span{
	
 display:none;
  
}
#header li#accueil{

height:18px;
width:100px;
margin:14px 0px 0px 0px;
display:inline;
margin-left:15px;
text-decoration: none;

}

#header li#forum {

height:18px;
width:100px;
margin: 14px 0px 0px 0px;
text-align: center;
display:inline;
 
}
#header li#forum  a{

background: url(barremenu.png)  right bottom no-repeat;
width:80px;
height:18px;

}

#header li#accueil  a{

background: url(barremenu.png) left bottom no-repeat;
width:80px;
height:18px;
text-decoration: none;
}




/* ------------------------------------ */
/*                                      */
/*            Container          */
/*                                      */
/* ------------------------------------ */

#container {
	width: 968px;
	background: white url(fondcontainer.png) left top repeat-y;
	margin:  auto;
	}
	
div.column {
	float:left;
	display:inline;
	margin-top:30px;
	margin-bottom:100px;
}



#container #sidebar {
	width: 144px;
	text-align:left;
	margin-left:50px;
	/*background: url(sidebar.png) top left no-repeat;*/
	padding-top: 10px;
}

#container #sidebar ul {
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	list-style: none;
	

	
}
#container #sidebar li {
	margin: 0px 0px 0px 20px;
	padding: 10px 0 10px 0;
	border-bottom :1px solid #F5F5F5;
	width: 100px;
}

#block_sidebar{
	/*background: url(block_sidebar.png) bottom left no-repeat;*/
	padding-bottom: 40px;
	width: 144px;

}

/* ------------------------------------ */
/*                                      */
/*            articles          */
/*                                      */
/* ------------------------------------ */

#container #article {
	width: 400px;
	margin-left:50px;
	margin-bottom:40px;
	}
#container div.article{
	/*border: solid 1px #e6d6bd;
	margin-bottom:10px;
	-moz-border-radius: 10px;*/
	}
#container  #article #map{
  	border:grey solid 1px;
  	width: 400px; 
 	height: 300px;
 	margin-bottom:20px;
 	margin-top: 20px;
}
#container #article #vue{
	background: #F4F4F4;
	border: 1px solid #D8D8D8;
	padding: 10px 10px;
	text-align: top;
	
}
#container #article p.info{
  color:#999999;
}
/* ------------------------------------ */
/*                                      */
/*            tableau       */
/*                                      */
/* ------------------------------------ */
#container #tableau {
	width: 600px;
	margin-right:40px;
	margin-bottom:40px;
	}
	
#container #tableau table{
	border-collapse:collapse;
}
#container #tableau tr{
	color:#382E1F;
    	width: 600px;
}
#container #tableau tr.lignefonce{
	  background:#E6D6BD;
	  border:#FFFFFF solid 3px;
	  font-weight:bold;
	  
  }
#container #tableau tr.ligneclaire{
	background:#F7EEDF;	border:#FFFFFF solid 3px;
	color:#382E1F;	font-weight:normal;
  }
#container #tableau td{
	padding-top:3px;
	padding-bottom:3px;
}

#container .infobox{
  position:relative;
   width:100%;
   z-index:0;
}
#container .infobox:hover{
  position:relative;
   width:100%;
   z-index:50;
}
#container .infobox table{
  float: right;
  width:100%;
}
#container .infobox table tr{
  
}


#container .infobox .more{
  display:none;
   border:black solid 1px;
  
}
#container .infobox:hover .more{
  
   display:block;
   position:absolute;
    left:4px;
   top:4px;
   width:540px;
   padding:10px 10px 10px 10px;
   border:1px solid grey;
   background-color:white;
   color:#382E1F;
}
/*****************************/
/*							 */
/*		Encart				 */
/*							 */
/*							 */
/*****************************/
#container #encart{

  width: 250px;
  margin-left:30px;
}	
#container div.encart{
 border: solid 1px #e6d6bd;
 margin-bottom: 20px;
 /*-moz-border-radius: 10px;*/
 }
#container #encart div.encart h3{
  width: 200px;
}

#clearombre {
	width: 968px;
	height: 14px;
	background:white url(fondcontainer.png) left top repeat-y;
	margin: 0 auto;
	font-size: 1px;
	clear: both;
	
}
/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {
	width: 968px;
	height: 30px;
	background: url(canevas.jpg)  left bottom no-repeat;
	color: white;
	font-size: 11px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
	margin: 0 auto;
	padding-top: 0.5em;
}
#footer p {
	margin: 0 35px 0 40px;
	color:#999999;
}
#footer a {
	color: white;
}


