body {
  background-color  : #E0E0E0;
  font-family       : "Arial", "Helvetica", "sans-serif";
  font-size         : 13px;
  color             : #000000;
  padding-top       : 3px;
}

#CADREJARDIN{
  position          : relative;
  margin-left       : auto;
  margin-right      : auto;
  width             : 1200px;
  background-image  : url(./images/fond.png);
}

/*********************
    TOP
**********************/    

#TOP {
  height            : 150px;
  width             : 1200px;
}

#TOP_LOGO {
  position          : absolute;
  float             : left;
  left              : 60px;
  height            : 160px;
  width             : 200px;
/* background-color  : #000000;*/
  font-family       : Helvetica;
  color             : #FFFFFF;
  font-size         : 25px;
  padding-top       : 5px; 
  text-align        : center;
 /*  background-image  : url(./images/LOGOTOP.png); */
}


#SOUSLOGO{
   font-size         : 16px;
}


#TOP_MENU {
  position          : absolute;
  left              : 270px;
  height            : 120px;
  width             : 800px;
}



#TOP_MENU .liste_bright{
  cursor            : hand;
  font-size         : 17px; 
  color             : #606060;   
}
#TOP_MENU .liste_hover{
  background-image  : url(./images/MENU_SEL.png);
  cursor            : hand;
  font-size         : 17px; 
  color             :#333333; 
}
#TOP_MENU .liste_sel{
  background-image  : url(./images/MENU_ON.png);
  font-size         : 17px; 
  color             : #333333; 
}


#TOP_MENU img{
    margin-top:0px;
}

/*********************
    CONTENU
**********************/
#CONTENU_IMAGE {
  padding-left      : 30px;
  overflow          : hidden;
}

/*#CONTENU_IMAGE_LOGO {
  position          : absolute;
  z-index           : 3;
  padding-left      : 379px;
  padding-top       : 50px;
  -moz-opacity      : 0.9;
  opacity           : 0.9;
  filter            : alpha(opacity=90);
} */
/*#CONTENU_IMAGE_LOGO2 {
  position          : absolute;
  z-index           : 3;
  padding-left      : 469px;
  padding-top       : 28px;
  -moz-opacity      : 0.9;
  opacity           : 0.9;
  filter            : alpha(opacity=90);
} */


#CONTENU_IMAGE_CADRE {
  position          : absolute;
  overflow          : hidden;
}

#CADRE {
  overflow          : hidden;
  height            : 200px;
  width            : 200px;
}

#CONTENU {
  margin-left       : 40px;
  min-height        : 300px;
}
#CONTENU h1{
   font-size         : 25px;
   height            : 25px;
   text-decoration   : underline;
}
#CONTENU h2{
   font-size         : 20px;
   height            : 15px;
   text-decoration   : underline;
}
#CONTENU h2{
   font-size         : 15px;
   height            : 15px;
   text-decoration   : underline;
}
#CONTENU_TEXTE {
   font-size         : 12px;
   color             : #585858;
}

#CONTENU_LEFT {
  font-family       : "Arial", "Helvetica", "sans-serif";
  font-size         : 13px;
}

.CONTENU_TVERTI {
   width             : 10px;
   margin            : 10px;
   padding-left      : 10px;
}
#CONTENU_RIGHT {
   padding-left      : 20px;
}

/*********************
    BOTTON
**********************/


#CADREBOTTON {
  background-color  : #2E2E2E;
  height            : 35px;
  width             : 1200px;
  bottom            : 0px;
}
#langue{
  float             : left;
  font-family       : Verdana;
  font-size         : 18px;
  margin-top        : 7px;
  width             : 950px;
}
#copyright{
  float             : left;
  font-family       : Verdana;
  font-size         : 14px;
  font-weight       : bold;
  color             : #ACACAC;
  margin-top        : 9px;
  width             : 200px;
}


#CADREBOTTON a:link { text-decoration: none;  font-size: 14px; color:#FFFFFF; font-weight:bold;  }
#CADREBOTTON a:active { text-decoration: none;   font-size: 14px; color:#FFFFFF; font-weight:bold;}
#CADREBOTTON a:visited { text-decoration: none;  font-size: 14px; color:#FFFFFF; font-weight:bold;}
#CADREBOTTON a:hover {text-decoration: none; font-size: 14px;  color:#BAC310; font-weight:bold; }




a:link { text-decoration: none;  font-size: 14px; color:#597D11;font-weight:bold;   }
a:active { text-decoration: none;   font-size: 14px; color:#597D11;font-weight:bold;  }
a:visited { text-decoration: none;  font-size: 14px; color:#597D11;font-weight:bold; }
a:hover {text-decoration: underline; font-size: 14px;  color:#597D11;font-weight:bold;  }
