/* CSS pour les devices PC **/
body {
    scrollbar-face-color: #f1832b;
    scrollbar-shadow-color: #ffcc66;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #f1832b;
    scrollbar-darkshadow-color: #f1832b;
    scrollbar-track-color: #ffcc66;
    scrollbar-arrow-color: #FFFFFF;
    font-size: 12px;
}

a:link {
    text-decoration: none;
    border: none;
}
a:visited {
    text-decoration: none;
    border: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active {
    text-decoration: none;
    border: none;
}
img {
    border : none;
    border : 0;
    }
p {
    color: black;
    text-align: left;
}
p.titre {
    color: black;
    text-align: center;
    font-size: larger;
}
hr.mecum{
  color: #F1832b;
  background-color: #F1832b;
  height: 1px;
}
.text_noir{
  color: #000000;
}
.text_noir_fond_gris{
  color: #000000;
  background-color: #CCCCCC;
}
#all{
    width: 320px;
    background-color: white;
    text-align: center;
    background-position: center;
    left: 105px;
    position: relative;
}
/* - Portion pour le module d'entête du site (Logo et titre) */
.header{
    background-position: center;
    text-align: center;
     
}
h2.header{
    color: navy;
    border: thin dotted navy;
    margin: 0px;
}
/*Localiser-moi */
div.locMeAT{
    text-align: center;
    color: black;
    border: 1px solid #006600;
}
div.locMeGL {
    text-align: center;
    color: black;
    border: 1px solid #ff33ff;
}
/*Texte Decouvrir */
div.lieux{
    text-align: justify;
}
div.lieux_img {
    text-align: center;
}
div.lieux_img h2{
    color: navy;
    border: thin solid navy;
    margin: 0px;
    text-align: center;
}
/* - Portion pour le module de pied de page du site (Logo et mentions diverses) */
#footer{
    background-position: center;
    text-align: center;
    clear: both;
}
/* - Portion pour le module d'affichage des listes (Pays, Régions, Départements,... */
div.contenu_navAT {
    background-color: transparent;
    color: #333333;
    background-position: center;
    text-align: center;
}
div.contenu_navAT a {
    color: #006600;
}
div.contenu_navAT a:hover {
    color: #00cc00;
}
div.contenu_navGL {
    background-color: transparent;
    color: #333333;
    background-position: center;
    text-align: center;
}
div.contenu_navGL a {
    color: #ff33ff;
}
div.contenu_navGL a:hover {
    color: #ff99ff;
}   
    
/* - Portion pour la navigation dans le résultat de recherche par ville (suivant-precedent) */
#nav-recherche{
    background-position: center;
    text-align: center;
}
/* - Portion pour le menu de navigation du footer*/
#menu_footer{
    background-position: center;
    text-align: left;
    color: black;
    padding-left: 10px;
    padding-bottom: 20px;
}
#menu_footer_V2{
    border-bottom-color: #F1832b;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #F1832b;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}
#menu_footer_V2 td{
    background-position: center;
    text-align: center;
}
#menu_footer_V2 img{
    text-decoration: none;
}
/* - Portion pour l'affichage d'une rubrique*/
div.Rub_Info {
    text-align: center;
    color: black;
}
div.nav-rubrique{
    background-position: center;
    text-align: center;
}
div.photo_rub {
    background-color: transparent;
    background-position: center;
    text-align: center;
}
div.contenu_rubAT {
    background-color: transparent;
    color: black;
    background-position: center;
    text-align: center;
}
div.contenu_rubGL {
    background-color: transparent;
    color: black;
    background-position: center;
    text-align: center;
}
div.contenu_rubAT p {
    background-color: transparent;
    color: black;
    background-position: center;
    text-align: center;
}
div.contenu_rubGL p {
    background-color: transparent;
    color: black;
    background-position: center;
    text-align: center;
}
/* - Portion pour l'affichage de la liste des rubriques*/
div.rubriqueAT{
    background-color: #FFFFFF;
    color: black;
    text-align: left;
}
div.rubriqueGL{
    background-color: #FFFFFF;
    color: black;
    text-align: left;
}
div.rubriqueAT a{
  color: #000000;
}
div.rubriqueGL a{
    color: #FF33FF;
}
div.rubriqueAT a:hover{
  color: #FFFFFF;
}
div.rubriqueGL a:hover{
    color: #FF99FF;
}
p.titre_rubrique{
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    border: medium double orange;
}
a.menu_rubrique{
    background-color: transparent;
    border: none;
    text-decoration: none;
}
.libelle_niv1{
   padding-top: 5px;
   padding-right: 30px;
   margin-left: 5px;
   color: #000000;
   height: 26px;
}
.libelle_niv2{
   padding-top: 5px;
   padding-right: 5px;
   margin-left: 25px;
   color: #000000;
   height: 26px;
}
.libelle_niv3{
   padding-top: 5px;
   padding-right: 30px;
   margin-left: 40px;
   color: #000000;
   height: 26px;
}
.libelle_niv4{
   padding-top: 5px;
   padding-right: 5px;
   margin-left: 40px;
   color: #000000;
   height: 26px;
}
a.menu_sousrubrique{
    background-color: transparent;
    border: none;
    text-decoration: none;
}
.rub_niv1{
  background-color: transparent;
  background-position: left;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  text-decoration: none;
  height: 31px;
  background-repeat: no-repeat;
  cursor: hand;
}
/* - Portion pour le menu pays (index.php) */
.menu_pays{
  text-align: left;
  font-weight: bold;
  cursor: hand;
}
.menu_pays_img{
  background-color: transparent;
  background-position: left;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  text-decoration: none;
  height: 31px;
  background-repeat: no-repeat;
  cursor: hand;
}
.txt_menu_pays{
   padding-top: 5px;
   padding-right: 30px;
   margin-left: 5px;
   height: 26px;
   color: #000000;
}
/* - Portion pour le formulaire des liens externes */
div.lien_form {
    background-color: #fff;
}
/* - Portion pour le menu général Mecum-pinkMecum & Util */
div.Menugeneral td{
    width: 50%;
}
div.Menupays td{
    width: 33%;
}
div.Menudept td{
    width: 33%;
}
div.Menuville td{
    width: 33%;
}
div.onglet_inactif {
    background-color: #ffcc66;
    list-style: none;
    background-position: center;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
div.onglet_inactif a:link, div.onglet_inactif a:visited, div.onglet_inactif a:active, div.onglet_actif a:link, div.onglet_actif a:visited, div.onglet_actif a:active  {
    color: #fff;
}
div.onglet_inactif a:hover, div.onglet_actif a:hover  {
    color: #333333;
}


div.onglet_actif {
    background-color: #f1832b;
    list-style: none;
    background-position: center;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
div.onglet_actif a:{
    color: #f1832b;
}
/* - Portion pour la section Mentions Légales */
div.legale {
    color: #000000;
    text-align: center;
}
div.legale h2 {
    border: 1px solid #C62F10;
}
div.legale p {
    border: 1px Aucune #C62F10;
    text-align: center;
    white-space: nowrap;
    color: #000000;
}
div.legale_left p {
    border: 1px Aucune #C62F10;
    text-align: left;
    color: #000000;
}
hr.legale{
   width: 100%;
   color: #C62F10;
   line-height: 1px;
}
/* - Portion pour la gestion du MiniSite Client */
hr.Client {
    width: 100%;
    color: #720000;
    line-height: 2px;
}
div.Cli_Photo {
    text-align: center;
}
div.Cli_Accueil {
    text-align: justify;
    color: black;
}
div.Cli_Map {
    background-color: transparent;
    width: 320px;
    height: 400px;
    text-align: center;
}
div.Cli_Iti {
    background-color: transparent;
    width: 320px;
    text-align: center;
}
  /* Libellé sous photo Page5 - Nos Produits, Nos Soirées ... */
div.Cli_Page5 {
    text-align: center;
    color: black;
}
div.Cli_Info {
    text-align: center;
    color: black;
}
div.Cli_Nav {
    text-align: left;
    color: black;
}
p.Cli_SousRub{
    text-align: right;
}
div.Cli_StaffFonction{
    text-align: right;
    color: black;
}
  /* Libellé message d'avertissement footer*/
#Cli_Message {
    text-align: center;
    font-size: 9px;
    color: black;
}
/* - Portion pour la gestion Geolocalisation */
#geoloc form {
    text-align: left;
}
#geoloc div.bouton_loc {
    text-align: right;
    background-position: right;
}
#geoloc table.geoloc_cli {
    width: 100%;
    text-align: left;
    border: none;
}
#geoloc tr.geoloc_cliAT {
    background-color: #edf5e8;
}
#geoloc tr.geoloc_cliGL {
    background-color: #fbeff1;
}
#geoloc table.geoloc_lx {
    width: 100%;
     text-align: left;
}
#geoloc table.geoloc_evt {
    width: 100%;
     text-align: left;
}
#geoloc td.geoloc_km {
    font-size: 9px;
    white-space: nowrap;
}
#geoloc .geoloc_res {
    background-color: #edf5e8;
    width: 100%;
}
#geoloc .geoloc_resAT {
    background-color: #edf5e8;
    width: 100%;
}
#geoloc .geoloc_resGL {
    background-color: #fbeff1;
    width: 100%;
}
#geoloc .geoloc_titdep {
    background-color: #edf5e8;
    width: 100%;
    font-weight: bolder;
}
/* - Portion pour la gestion Livre d'or & messages */
#avis form {
    text-align: left;
}
#avis div.bouton_avi {
    text-align: right;
    background-position: right;
}
#avis div.erreur_message {
    background-color: #edf5e8;
    border-bottom-color: #006600;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #006600;
    border-top-style: solid;
    border-top-width: 1px;
}
#avis textarea {
    background: white;
    border: 1px solid #006600;
    color: #0F5B96;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    width: 80%;
}
#avis p.avertissement{
    font-size: 70%;
    color: #0A416B;
}
.avis-date{
    font-size: 85%;
   color: #0A416B;
}
/* - Portion pour ViewSurf */
#viewsurf {
  display: table;
  border-bottom-color: #800000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  padding: 5px 0 5px 0;
}
.viewsurf_txt {
  margin: 10px 0 0 85px;
  text-align: left;
}
#viewsurf .viewsurf_img {
  width: 80px;
  float: left;
}
/* - Portion pictos des rubriques */
.rub_dispo{
  float: right;
  background-color: transparent;
  display: block;
}
/* - Portion légende dispo */
.Legende_dispo{
    font-size: 85%;
    width: 100%;
    text-align: center;
}