
/* Layout Stylesheet */ 

body {
 background : #eee5d4;
 background-image:url(./images/fond-body.gif);background-repeat:repeat-x;background-position:left top;
 font-family : Tahoma, Verdana, Arial,  Sans-serif;
 color : #9C8E6D;
 font-size: 0.69em;
 text-align: center;
 margin: 0;
 padding:0; 
 }

a {color: #006600;}
a:visited {color:#006600;}
a:hover {color: #006600;}
a:active { color:#006600;}

img{border:0px solid #ddd;vertical-align: bottom; }

#outer {
 text-align:left;
 width: 745px;
 margin : auto;
 }

#hdr {
 height: 157px ;
 background-image:url(./images/haut.jpg);background-repeat:no-repeat;background-position:left top;
 }

#title {
 padding:130px 0 11px 375px;
 border:0px solid black;
 width:745px;
 color:#732B15;
 font-family: times, verdana, sans-serif ;
 font-weight:bold;
 font-size:1.2em;
}

#bar {
 height:28px;
 background : #ffffff;
 background-image:url(./images/content_menu_bg.jpg);background-repeat:no-repeat;background-position:left top;
 font-family: times, verdana, sans-serif ;
 font-weight: bold;
 font-size: 1.3em;
 }

#bar ul {
 font-family: times, verdana, sans-serif ;
 font-weight: bold;
 font-size: 12px;
 height: 28px ;
 text-align: center ;
 }

#bar a {
 text-decoration : none ;
 color : #86933f;
 }

#bar a:hover {
 color : #fff;
 text-decoration : none ;
 background : #86933f; 
 }


#img {
 height: 128px ;
 background:#fff url(./images/content_image_bg.jpg) repeat-y top left;
 }

#bodyblock {
 position: absolute;
 background:#fff url(./img/content_border_img.jpg) repeat-y top left;
 width: 745px;
 padding: 0;
 text-align: left;
 }

#bodyblock h1, h2{
 margin:0; 
 padding:0;
 font-size:1em;
 text-decoration:underline;
 color:#732B15;
}

#bodyblock h2{text-decoration:none;}

#c1 {
    position: relative;
	width:260px;
	float:left;
	padding:0 15px 0 5px;
    margin-left:10px;
 }

#c2 {
    position: relative;
	width:280px;
	float:left;
	padding:0 10px 0 0;
 }

#c3 {
    position: relative;
	width:140px;
	float:left;
	padding:0 10px 0 15px;
 }

#c4 {
    position: relative;
	width:540px;
	float:left;
	padding:0 15px 0 5px;
    margin-left:10px;
 }

#ftr {
 clear:both;
 background-image:url(./images/footer_bg.jpg);background-repeat:no-repeat;background-position:left top; height: 45px;  
 margin:0px;
 padding-top:0px;
 height: 45px;
 }

#ftr_cnt {
 text-align : center ;
 margin : 0; 
 padding-top:14px;
}


ul {
 margin : 0;
 padding : 0 10px 0 30px;
 list-style : none ;
 height : 28px ; 
 line-height : 28px ;
 font-family : arial ;
 font-size : 0.7em ;
 /*background : #fff;*/
 width : 725px ; }
 
li {float : left ; }
 
li a {
  display : block ; 
  /*width : 75px ;*/ 
  text-align : center ; 
  text-decoration : none ; 
  background : #fff; 
  margin : 0 0px 0px 15px; 
  padding : 0; 
  text-decoration : none ;
  text-transform : uppercase; 
  color : #86933f;
  }
  
li a:hover {
color : #fff;
text-decoration : none ;
  background : #86933f; 
  }


/* CLASSES */


.content_bloc{
border-bottom : 2px solid #C2AF85;
padding:10px 0px 0px 0px;
text-align: left ;
}

.thumbBorder{
border:1px solid #9C8E6D;
padding:3px;
margin:0 5px 0 0;
float:left;
}

.drapeau{
border:1px solid #9C8E6D;
padding-left:00px;
margin:5px;
text-align: center;
}

.content_bloc_right{
/*border-bottom : 1px solid #C2AF85;*/
padding:20px 15px 0 8px ;
}

