#menu_pageContent, #menu_pageBasContent{
  background-image: none;
}
#menu_pageBasContent{
  display:none;
}

#page{
  background-image: url(../img/accueil/haut_page.gif);
  background-repeat: repeat-x;
  background-position: top;
  float:left;
  width:100%;
  padding:0;
  background-color: #e6f1f8;
}

#menu{
  display:none;
}

div.colonne{
  float:left;
}

span.sp_titreMenu{
  font-weight:bold;
  color:#0176be;
  font-size:14px;
  line-height:35px;
  padding-left:50px;
  display:block;
}

#div_parOffres{
  width:482px;
}
  #sp_titreParOffres{
    background-color: #e6f1f8;
    background-image: url(../img/menu/fond_titre_menu.png);
    background-repeat: no-repeat;
  }
  
  #div_parOffres div.div_menuContent{
    float:left;
    width:220px;
    height:275px;
    padding-left:12px;
    padding-top:10px;
    padding-bottom:5px;
    padding-right:9px;
    background-image: url(../img/menu/fond_content_menu.gif);
    background-repeat: repeat-y;
  }
  
  li.li_offre{
    background-image: url(../img/accueil/fond_offre.gif);
    background-repeat: no-repeat;
    width:216px;
    height:59px;
    padding:2px;
    margin-bottom:5px;
    position:relative;
  }
    li.li_offre:hover, li.Offrehover{
      background-image: url(../img/accueil/fond_offreHover.gif);  
      color:#ffffff;
    }
    
    div.div_imgOffre{
      float:left;
      width;:57px;
      height:57px;
      overflow:hidden;
      margin-right:10px;
    }
    
    span.sp_titreOffre{
      text-transform: uppercase;
      font-weight:bold;
      display:block;
      padding-top:10px;
    }
    
    a.a_offre{
      position:absolute;
      bottom:10px;
      left:71px;
      color:#999999;
      font-size:10px;
      text-decoration: none;
    }
      a.a_offre:hover{
        text-decoration:underline;
      }
      li.li_offre:hover a.a_offre, li.Offrehover a.a_offre{
        color:#ffffff;
      }

#div_parZone{
  width:246px;
}
  #sp_titreParZone{
    background-image: url(../img/accueil/fond_titre_par_zone.gif);
    background-repeat: no-repeat;
  }
  #div_parZone div.div_menuContent{
    padding-left:20px;
    padding-right:15px;
    padding-top:20px;
    height:250px;
    padding-bottom:20px;
    background-image: url(../img/accueil/fond_content_menu_par_zone.gif);
    background-repeat: repeat-y;
  }
  
  #ul_menuParZone{
    list-style-image: url(../img/menu/puce_menu.gif);
    padding-left:10px;
  }
    #ul_menuParZone li{
      margin-bottom:15px;
    }
  
  a.a_zone{
    color:#333333;
    text-decoration:none;
  }
    a.a_zone:hover{  
      text-decoration:underline;
    }

#div_coordonnees{
  float:left;
  width:204px;
  margin-top:15px;
  padding-top:9px;
  position:relative;
}
  #div_coordHaut{
    background-image: url(../img/accueil/haut_coordonees.png);
    height:9px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
  }
  #div_coordContent{
    background-image: url(../img/accueil/milieu_coordonees.png);
    background-repeat: repeat-y;
    padding:0 10px 15px 10px;
  }
  
  #sp_titreCoord{
    color:#005f2b;
    font-weight:bold;
    font-size:16px;
    font-style: italic;
    margin-bottom:20px;
    display:block;
    font-family:arial;
  }
  #div_coordonnees p{
    margin:5px 0;
  }
  #div_coordonnees a{
    color:#005f2b;
    font-weight:bold;
  }