/* CSS Document */
<style type="text/css">      
      <!-- 
          body  {
          	font: 100% Verdana, Arial, Helvetica, sans-serif;
      		
          	background: #000000;
          	font-size: 13px;
          	
          	color: #000000;
           width: 1000px;
         margin: auto; /* Pour centrer notre page */
         margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
         margin-bottom: 20px;    /* Idem pour le bas du navigateur */
      }
      #menug {
      	color: yellow;
      	background-color:#95B82E;
      	background-image:url("images/Boutons/bouton-off.png");
      	width:145px;
      	height:33px;
      	
      }
      #menug a {
      	text-decoration: none;
      	color: yellow;
      	background-color:#95B82E;
      	background-image:url("images/Boutons/bouton-off.png");
      	width:145px;
      	height:33px;
      }
      #menug a:visited {
      	text-decoration: none;
      	color: yellow;
      	background-color:#95B82E;
      	
      	
      }
      #menug a:hover {
      	text-decoration: none;
      	color: green;
      	background:yellow;
      	background-image:url("images/Boutons/bouton-on.png");
      	width:145px;
      	height:33px;
      }
      #menug a:active {
      	text-decoration: none;
      	color: yellow;
      	background-color:#95B82E;
      	
      }
      	#en_tete
      {
       width:1000px; 
      background-color:#000000;
      height:276px;
      background-image: url("images/Bande-quad.jpg");
      background-repeat:no-repeat;
      }
      #menu_horizontal
      {
      	position:relative;
      	left:425px;
      	top:-60px;
      	margin-right:20px;
      }
      #menu_horizontal a{}
      #menu
      {
         float: left; /* Le menu flottera à gauche */
         width: 160px;   /* Très important : donner une taille au menu */
         margin-right:20px;
         margin-left:63px;  
      /*  height:1200px;*/
            	  height:2200px;
         background-color:#95B82E;
         margin-top:-95px;
         text-align:center;
         position:absolute;
       }
      #menu img {margin-bottom:20px;}
      .element_menu
      {background-image: url("images/Boutons/bouton-off.png"); background-repeat:no-repeat;
      height:45px;
      padding-top:8px;
      margin-left:-35px;
      list-style-type:none;
      z-index:10;
      }
      .element_menu_selected
      {background-image: url("images/Boutons/bouton-on.png"); background-repeat:no-repeat;
      height:45px;
      padding-top:8px;
      margin-left:-35px;
      list-style-type:none;
      z-index:10;
      }
      .element_menu_selected a{
      text-decoration:none;color:green; 
      font-weight:bold;}
      .element_menu a{
      text-decoration:none;color:green; 
      font-weight:bold;}
      .element_menu  a:hover {
      	text-decoration: none;
      	color: green;
      	background:yellow;
      	/*background-image:url("images/Boutons/bouton-on.png");*/
      	
      }
      #corps
      {
         margin-left:223px;
         background-color:#EFDCC5;
              	  height:2130px;
        /* height:900px;*/
   
         width:713px;
         margin-top:-35px;
         padding:5px;
         z-index:5;
       }
       
       #pied_de_page
      {
      	background-image:url("images/LIGNE-beige.jpg");
         padding: 5px;
         padding-top:8px;
         text-align: center;
         height:70px;
      	width:873px;
      	margin:auto;
      	margin-left:-350px;
      	margin-top:1900px;
  
      	color: #FFFFFF;
      	font-size: 14px;
       }
       .produit{color: #2D4A14; font-weight: bold; font-variant:small-caps;}
       .Style9{color: #FF0000;
      	font-weight: bold;
      	background-color:#FFFFFF;}
       .news{ border-color:#95B82F;
      	color:#2d4a14;background-color:#FFFFFF;}
      .titre{color:#FF0000; font-weight:bold;}
      	.liste_produits p { float:left;margin-right:20px;margin-bottom:20px; text-align:center; list-style-type:none;width:200px;}
      	
      #menu.bleu{
      	background-color: blue;
      }
      #menu.rouge{
      	background-color: rouge;
      }
          -->      
    </style>
    <!--[if IE]>
        <style type="text/css"> 
        /* placer les corrections pour toutes les version d'IE dans ce commentaire conditionnel */
     #corps
    {
       margin-left:223px;
       margin-top:-50px;
       background-color:#EFDCC5;
    
       width:713px;
       height:2130px;
       padding:5px;
       z-index:5;
       position:absolute;
     }
     
     #menu{
        float: left; /* Le menu flottera à gauche */
       width: 160px;   /* Très important : donner une taille au menu */
       /*height:1200px;*/
           	  height:2200px;
       margin-right:20px;
       margin-left:63px;  
       background-color:#95B82E;
       margin-top:-95px;
       text-align:center;
       position:absolute;
     
     }
     
     #pied_de_page
    {
    	background-image:url("images/LIGNE-beige.jpg");
       padding: 5px;
       padding-top:8px;
       text-align: center;
       height:70px;
    	width:873px;
    	margin:auto;
    	margin-left:-167px;
      margin-top:1900px;
    	color: #FFFFFF;
    	font-size: 14px;
    	 position:absolute;
     }
     
     
     
     #menu_horizontal{left:520px;}
     
     
        </style>
<![endif]-->