@import url("./explorer.css");
@import url("./calendrier.css");

a{
  cursor:pointer;
}

ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

img{
  border:none;
}

form{
  margin:0;
  padding:0;
}

fieldset{
  margin:0;
  padding:0;
}

legend{
  margin:0;
  padding:0;
}

body{
  padding:0;
  margin:0;; /* margin:0; general.style   padding:0; general.style*/
  font-family:Trebuchet MS,Verdana;
  font-size:12px;
  color:#000000;
}

.clear{
  clear:both;
}
.bold{
  font-weight:bold;
}
.maxiTxt{
  font-size:15px;
}
.vert{
  color:#b7c91d!important;
}
.TxtCenter{
  text-align:center;
}
.TxtLeft{
  text-align:left!important;
}
#general{
  margin:auto; /*margin:auto; general.style */
  width:1005px;/*largeur du bandea*/
}
#div_contenu{
  background-image: url(../img/pages/fond_general.gif);
  background-repeat: repeat-y;
  background-position: 10px;
  padding-right:26px;
}

#header{
  width:1005px; /*878px;  bandeau.style */
  position:relative;
  padding-bottom:34px;
  background-image: url(../img/pages/basBanniere.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  color:#b7c91d;
  font-weight:bold;
}
  ul.lien_bouton{
    list-style-type:none;
  }
  span.lien_bouton{
    padding-right:5px;
  }
  a.lien_bouton{
    color:#b7c91d;
    text-decoration:none;
  }
    a.lien_bouton:hover{
      text-decoration: underline;
    }
    
  #div_bandeau_0{
    text-align:center;
  }
  
  #div_bandeau_0 img{
    display:block;
    margin:auto;
  }
  
  #div_bandeau_1{
    position:relative;
  }
    #bandeau_flash{
      position:absolute;
      right:25px;
      top:0;
      width:523px ;
      height:147px;
      overflow:hidden;
    }
    #bandeau_flash img{
      width:523px;
    }
  
  #div_bandeau_2{
    position:absolute;
    bottom:13px;
    left:35px;
    text-transform: uppercase;
  }
    #div_bandeau_2 li.lien_bouton{
      float:left;
    }
  
  #div_bandeau_3{
    position:absolute;
    bottom:13px;
    right:35px;
    text-transform: uppercase;
  }
    #div_bandeau_3 li.lien_bouton{
      float:right;
    }


#menu{
  float:right;
  width:155px; /* menu.style */
  padding-left:7px;
  padding-top:20px;
  padding-bottom:15px;
  padding-right:5px;
  text-transform: uppercase;
  font-size:10px;
  color:#471d29;
}
  div.menu_general{
    margin-bottom:10px;
  }

  #menu ul, #menu li{
    margin:0;
    padding:0;
  }
    #menu_general_1 ul.menu_1, #menu_general_2 ul.menu_1, #menu_general_3 ul.menu_1{
      list-style-image: url(../img/pages/puce_menu.gif);
      list-style-type: circle!important;
      list-style-position: outside;
      padding-left:15px;  
    }
  
  
  #menu a{
    color:#471d29;
    font-weight:bold;
    text-decoration: none;
  }
    #menu a:hover{
      text-decoration: underline;
    }
    
  #menu_general_1, #menu_general_2, #menu_general_3{
    padding-left:5px;  
  }
  #menu_general_3, #menu_general_3 a{
color:#d10556!important;
}
    
  #menu_general_4, #menu_general_5{
    text-align: center;
  }
  
div.menu_2{
padding-left:10px;
}
ul.menu_2{
list-style-type:none;
}

  
#page{
  float:right;
  width:619px; /* bandeau - menu */
  padding:15px 3px;
}

  #page a{
    color:#471D29;
  }

#article1{
  float:right;
  width:182px;
  padding-left:3px;
  text-align:center;
}
  
  #div_promoArticle{
    margin:20px 0;
    width:166px;
    padding:0 10px 5px 10px;
    height:125px;
    background-image: url(../img/pages/fondPromo.jpg);
    background-repeat: no-repeat;
    padding-top:43px;
  }
    ul.ulScrollPage{
    
    }
      ul.ulScrollPage li{
        display:inline;
        margin-right:3px;
        padding:0 3px;
        cursor:pointer;
        line-height:20px;
        font-weight:bold;
        background-color: #B7C91D;
        color:#471D29;
      }
      li.liScrollPage_select{
        background-color: #471D29!important;
        color:#B7C91D!important;
      }
    #div_contentPromo{
      position:relative;
      overflow:hidden;
      width:166px;
      height:105px;
    }
    
    #ul_promoArticle{
      position:absolute;
      left:0;
      top:0;
      width:5000px;
    }
    
    #ul_promoArticle li{
      float:left;
      width:166px;
      text-align: center;
    }
    
    span.sp_titrePromo{
      display:block;
      font-weight:bold;
      color:#471D29;
    }
    #ul_promoArticle a{
      color:#B7C91D;
    }

#piedpage{
  clear:both; 
  background-color:#471d29; /*  background-color: #dadddd; piedpage.style */
  color:#ffffff;
  font-size: 12px;
  font-weight: bold;
  padding:0 0 5px 0;
  text-align: center;
  width:972px;
  margin-left:10px;
}
  div.piedpage{
    padding:3px 0;
  }  
  #piedpage ul{
    margin:0;
    padding:0;
    list-style-type: none;
  }
  #piedpage li{
    display:inline;
  }
  #piedpage a{
    color:#ffffff;/* piedpage.style */
    text-decoration: none;
  }
  
  #div_piedpage_0{
    position:relative;
    left:-10px;
    padding:0!important;
  }
