/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/

/* Corps du site 
--------------------------------------*/
*{

	margin:0;
	padding:0;
	/*font-size:100%;*/
}
body{
	
  background: #72BD57; 
  font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#2E3B5F;
	
	width:100%;
}
/*footer*/
.footboxleft{
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;}

.footboxcenter{
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;}

div.moduletable {
  width:220px;
	padding: 0 20px;
	height: auto !important;
	color:#999999;
	text-align:justify;
	font-size:10px;
  font-weight:normal;
	}
	
div.moduletable a {
  color:#fff;
  text-decoration:none;
  font-size:9px;
  font-weight:normal;
  }
  
div.moduletable h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 2px solid #72BD57;}
	
	
#rssimg a:hover{
  opacity:0.8;}

#twitter a:hover{
  opacity:0.8;}

div#global_bordure_page{

  width:987px;
  
  border:5px solid #91A351;
  margin-top:20px;
  /*background-color:#fff;*/
  background-color:#fff;
  /*border-right:2px solid #215537;
  border-left:2px solid #215537;
  border-top:2px solid #215537;*/
	}
  
  

	
div#global{

  
	width:987px;

	margin:auto;
	/*margin-bottom:250px;*/
}
/* Rollover des boutons de la speed barre
--------------------------------------*/

img
{
  border:0px;
}
a.button
{
	display:block;
	float:left;
	color:#edfff0;
	height:26px;
	text-decoration:none;
	/*background:#AFD2E8;*/		
	background:url("images/sub_header1.jpg") repeat-x;
	text-align:center;
	padding:0px 20px;
	padding-top:10px;
	margin-top:-2px;
	/*border-left:px solid #295F8D;*/
}
a:hover.button
{
  height:27px;
	/*background:#83B6D6;*/
	background:url("images/sub_header_button_hover.jpg") repeat-x;
	color:#edfff0;
	text-decoration:none;
	margin-top:1px;
}


/* Conteneurs 
--------------------------------------*/
div#header 
{
    margin: 3% 0% 1% 0%;
  
	  /*background: url("images/bg_header.gif") repeat-x;*/
	  background: #72BD57; 
	  /*background-color: transparent;*/
	  /*width:989px;*/
	  width:987px;
	  height:108px;
	  text-align:left
	  /*margin:0%;*/
	  }

div#sub_header{
 /*idth:989px;*/
 width:100%;
	height:30px;
	/*background:url("images/sub_header_lll_r1.jpg") repeat-x;*/
	/*background: #fff; */
	/*background:url("#") repeat-x;*/
	margin-top:-1px;
	/*margin-right:-10px;*/
	/*border: 5px #91A351 solid;*/
	
}
div#sub_header_left{
  float:left;
	height:77px;
  width:172px;;
	background-color:#72BD57;
	background-position:left;
	margin-left:-10px;
	z-index:-200;
}

div#sub_header_right{
	height:38px;

	float:right;
	padding-top:2px;
}
div#compteur{
	margin-left:860px;
	position:absolute;
	top:25px;
	color:#333;
	
	font-size:12px;
	font-weight:bold;
	z-index:1;
}
div#left_menu{
	float:left;
	width:156px;
	
	margin:0;
	margin-right:0px !important;
	margin-right:-3px;
	margin-left:5px;
	padding-top:0px;
  /*border: 2px red solid;	*/
}
div#main{

	min-width:450px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	padding-bottom:30px;
}
/*div#right_menu{
	float:right;
	width:0px;
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:5px;	
	padding-top:10px;
	border: 2px red solid;
}*/
div#links{
	width:96%;
	margin:auto;
	background:#AFD2E8;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #295F8D;
	font-weight:bold;
}
div#links2{
	width:96%;
	margin:auto;
	color:white;
	background-color:#006633;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #295F8D;
	font-weight:bold;
}
div#footer{
	float:left;
	width:987px;
	/*width:991px;*/
	padding-top:4px;
	/*clear:both;*/
	background-color:#006633;
	height:210px;
	border-right:5px solid #91A351;
	border-left:5px solid #91A351;
	
	border-bottom:5px solid #91A351;
}

div#footer span{

	font-size:9px;
	color:#FFFFFF;
	/*background:#AFD2E8;*/
}
div#foot{
margin-top:178px;
text-align:left;
margin-left:20px;
}

.licence {
	
	margin-bottom: 15px;
  text-align: right;
	
}
