body {
	width:100%; height:100%; margin:0px;
	font-family: verdana, Arial, sans-serif;
	font-size:14px;
	color:#FFF;

}


td {
	font-size:17px;
	}
	
a	
{
	color: #C7D547;
	 text-decoration: none;
	}
	
a:hover	
{
	color: #B1B1B1;

	}

#container{width:960px; margin:0 auto; border-right: 7px solid #A8A481; border-left: 7px solid #A8A481;}
#topbar{width:auto; display:block; height:209px;}
#navbar{width:auto; display:block; height:37px;}
#main{width:auto; display:block;  background:#000000; background-image:url(images/bg.jpg); background-repeat:repeat-x;}
#comment {width:auto; display:inline-block; position:relative; top:-50px;}
#bottom{width:auto; display:block; height:30px; background-color:#646D10;}
#column_left{padding:10px;}
#

/*
div.spacer, permet de faire deux colonne dans #container
*/

div.spacer{clear:both; height:10px; display:block;}
#footer{width:auto; display:block; height:24px;}

  
div.menuBar,
div.menuBar a.menuButton {
  
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  font-family: verdana, Arial, sans-serif;
}

div.menuBar {


  background-image:url(images/bg_menu_off.jpg);
  padding: 9px 0px 0px 0px;
  text-align: left;
  color: #FFF;
  height:37px;
}

div.menuBar a.menuButton {

  cursor: hand;
  left: 0px;
  padding: 9px 15px 9px 15px;
  background-image:url(images/bg_menu_on.jpg);
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
  height:37px;
  margin:1px;


}

div.menuBar a.menuButton:hover {

  background-image:url(images/bg_menu.jpg);
  color: #3C5214;
}




.title {
  

  font-size: 20pt;
  font-style: normal;
  color: #C7D547;
  font-family: Arial, sans-serif;
  padding-bottom:15px;
}

.image {
  
  border:5px solid #777A3C;

}

.sub-title {
  
  text-decoration: underline overline #C7D547;
  font-size: 15pt;
  font-style: normal;
  color: #C7D547;
  font-family: Arial, sans-serif;
  padding-bottom:15px;
}

.sub-text {
  
 
  font-size: 13pt;
  font-style: normal;
  font-family: Arial, sans-serif;
  padding-bottom:15px;
}

.cadreRond {

border: 11px outset rgba(102,176,100,0.75);
border-radius: 20px;

}  

