body {
  margin: 0;
  text-align: center; /* pour corriger le bug de centrage IE */
  background-color: #8AA80A;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
  font-variant: normal;
	text-decoration: none;
}
     
#global {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 795px;
  text-align: left; /* on rétablit l'alignement normal du texte */
}

#header
{
	height: 172px;
	background: url(images/header.gif);
	background-repeat: no-repeat;
}

#contenu
{
  padding-top: 10px;
	padding-bottom: 11px;
	color: #0000000;
	background: url(images/contenu.png) repeat-y;
	margin-bottom: 0px;
}


#menu_top_left
{
  width:14px;
  height:27px;
  background: url(images/menu_bg_left.gif) no-repeat top;
}

#menu_top_right
{
  width:14px;
  height:27px;
  background: url(images/menu_bg_right.gif) no-repeat top;
}

#menu_top_center
{
  width:633px;
  height:27px;
  background: url(images/menu_bg.gif) repeat-x top;
}

td.off 
{
  background: url(images/menu_bg.gif) 0px 0px repeat-x;
  height:27px;
}
td.on
{
  background: url(images/menu_bg_onmouseover.gif) 0px 0px repeat-x;
  /*background-color:#89B02B;*/
  height:27px;
}

hr
{
  margin-bottom: 15px;
  margin-top: 17px;
}

.menu_link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
  font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #F9F9F8;
}

#footer_left
{
  width:14px;
  height:27px;
  background: url(images/menu_bg_left.gif) no-repeat top;
}

#footer_right
{
  width:14px;
  height:27px;
  background: url(images/menu_bg_right.gif) no-repeat top;
}

#footer_center
{
  width:633px;
  height:27px;
  background: url(images/menu_bg.gif) repeat-x top;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
  font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: white;
}

#footer_center a:hover
{
	text-decoration: underline;
	color: white;
}

#footer_center a
{
	text-decoration: underline;
	color: white;
}

.box_top_right
{
  width:108px;
  height:7px;
  background: url(images/box_top.gif) no-repeat bottom;
}

.box_middle_right
{
  width:108px;
  padding-bottom: 0px;
  padding-top: 0px;
  background: url(images/box_middle.gif) repeat-y top;
}

.box_bottom_right
{
  width:108px;
  background: url(images/box_bottom.gif) no-repeat top;
  padding-bottom: 11px;
}

.box_top_left
{
  width:108px;
  height:7px;
  background: url(images/box_top.gif) no-repeat bottom;
}

.box_middle_left
{
  width:108px;
  padding-bottom: 0px;
  padding-top: 0px;
  background: url(images/box_middle.gif) repeat-y top;
}

.box_bottom_left
{
  width:108px;
  background: url(images/box_bottom.gif) no-repeat top;
  padding-bottom: 11px;
}

.texte_box
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
  font-weight: bold;
	text-decoration: none;
  color: black;
	text-align: center;
}








.element_menu /* menu de gauche */
{
	float: left;
	width: 120px;
	color: #A2BA3E;
	margin-bottom: 0px;	
}

.element_menu a:hover
{
	text-decoration: underline;
	color: #CDE435;
}

.element_menu a
{
	text-decoration: underline;
	color: #A2BA3E;
}

.texte
{
   padding-left: 100px;
	 padding-right: 100px;
   width: 480px;
   margin-bottom: 0px; 
   padding: 5px;	
}

.texte p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}

.Style4 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #799309;
}

img 
{
  border: 0;
}
			

