/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#007100;
}

.menu_table td
{
border-bottom:1px solid #5B3524;
height:27.5px;
padding-left:12px;
}
.offer_box
{
	margin-top: 20px;
}
.border_bottom
{
border-bottom:1px dotted #333333;
}

/* CSS Background image Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.right_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #376D2F;
	background-color:inherit;
	text-decoration: none;
	}
.right_linkpetit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6F6F6F;
	background-color:inherit;
	text-decoration: none;
	}
.left_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #376D2F;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
      color:#FFCC00;
      text-decoration:none;
      background-color:inherit;
      }
.bas_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #376D2F;
	background-color:inherit;
	text-decoration: none;
	}
.bas_link:hover
{
      color:#FFCC00;
      text-decoration:none;
      background-color:inherit;
      }
.bas_petit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 838383;
	background-color:inherit;
	text-decoration: none;
	}
.left_titre
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #376D2F;
	background-color:inherit;
	text-decoration: none;
	}

.tablegrise {
     border-style:solid; 
     border-width:1px; 
     border-color:black; 
     background-color:silver;
}

.tablecadre {
    border-style:solid; 
    border-width:1px; 
    border-color:grey;
}

.tablenone {
    border-style:none;
}