* {
  font-size:11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

#texte td {
   text-align:left;

}

h1 {
   text-indent:-5000px;
   border:0;
   padding:0px;
   margin:0;
}

#c_conteneur {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 820px;
}

#c_gauche {
          float:left;
          width:196px;
          min-height:615px;
          /*615*/
          background-color:#f6efdf;
}

* html>body #c_gauche {
            height:615px;
}

#logo {
      width:196px;
      height:136px;
      background-image:url(images/lalo/logo.jpg);
      background-repeat: no-repeat;
}

#menu {
     width:196px;
     min-height:479px;
     background-image:url(images/lalo/fond_menu.jpg);
     background-repeat: no-repeat;
}
* html>body #menu {
            height:479px;
            /*479*/
}

#menu ul {
      list-style-type: none;
      padding: 10px 0px 10px 0px;
}

#menu li {
      list-style-type: none;
      padding: 5px 0px 5px 15px;
      font-size : 11px;

}

.menu_2 {
      margin-left:15px;
}

.menu_3 {
      margin-left:30px;
}

.flecheM3{
       background-image:url(images/lalo/rond_niveau3.gif);
       background-repeat: no-repeat;
       background-position: 0px 6px;
       padding-left: 8px;
}

.flecheM2_Présentation {
       background-image:url(images/lalo/fleche_menu1_niv2.gif);
       background-repeat: no-repeat;
       background-position: 0px 3px;
       padding-left: 10px;
}
.flecheM2_Outils {
       background-image:url(images/lalo/fleche_menu2_niv2.gif);
       background-repeat: no-repeat;
       background-position: 0px 3px;
       padding-left: 10px;
}
.flecheM2_Infos {
       background-image:url(images/lalo/fleche_menu3_niv2.gif);
       background-repeat: no-repeat;
       background-position: 0px 3px;
       padding-left: 10px;
}

.fleche_Présentation {
       background-image:url(images/lalo/fleche_menu1.gif);
       background-repeat: no-repeat;
       background-position: 0px 4px;
}
.fleche_Outils {
       background-image:url(images/lalo/fleche_menu2.gif);
       background-repeat: no-repeat;
       background-position: 0px 8px;
}
.fleche_Infos {
       background-image:url(images/lalo/fleche_menu3.gif);
       background-repeat: no-repeat;
       background-position: 0px 4px;
}

.Présentation_select_m3 {
       font-weight:bold;
       list-style-type: circle;
}
.Outils_select_m3 {
     font-weight:bold;  
}
.Infos_select_m3 {
     font-weight:bold;  
}

.Présentation_select_m2 {
       font-weight:bold;
}
.Outils_select_m2 {
     font-weight:bold;  
}
.Infos_select_m2 {
     font-weight:bold;  
}

.Présentation_m2 {
       color: #b49502;
}
.Outils_m2 {
       color: #e2035c;
}
.Infos_m2 {
       color: #9d5eab;
}


.Présentation_select {
       padding-left: 13px;
       color: #b49502;
       font-weight:bold;
       text-transform: uppercase; 

}
.Outils_select {
       padding-left: 13px;
       color: #e2035c;
       font-weight:bold;
       text-transform: uppercase;

}
.Infos_select {
       padding-left: 13px;
       color: #9d5eab;
       font-weight:bold;
       text-transform: uppercase;
}

.Présentation {
       color: #b49502;
       font-weight:bold;
       text-transform: uppercase; 

}
.Outils {
       color: #e2035c;
       font-weight:bold;
       text-transform: uppercase;

}
.Infos {
       color: #9d5eab;
       font-weight:bold;
       text-transform: uppercase;
}
.menuSep {
         height:3px;
         background-image:url(images/lalo/sep.jpg);
         background-repeat:repeat-x;
}

#c_droite{
    float:left;
    min-height:100%;
}


#copy {
     padding-left:20px;
     width:440px;
     font-size:8px;
     color: #dac194;
     font-weight:bold;
     position:absolute;
     bottom:0px;
}
#copy a{
     text-decoration:none;
     font-size:8px;
     color: #dac194;
     font-weight:bold;
}
#copy a:hover{
     text-decoration:underline;
}
#recherche {
      color:#b45f2c;
      padding-left: 15px;

}
.rech {
      padding-bottom: 5px;
      font-weight:bold;
      font-size : 14px;
}
#rech_inp input{
           width: 170px;
           border-color:#b45f2c;
           border-width:1px;
}
#rech_inp {
      padding-bottom: 5px;
}