/****************/
/* MEMO COULEUR */
/****************/
/* Vert foncé : #004A80 */
/* Vert clair : #26795D */
/* Orange foncé : #c19d47 */
/* Orange clair : #FFD97F */
/* Cadre orangé : #FFD97F #c19d47 #c19d47 #FFD97F; */
/* Cadre vert : #7EE186 #115A11 #115A11 #7EE186; */


* {
 margin: 0px;
 padding: 0px;
}

/***** BODY *****/
body {
 background: #a9e1be;
 color: #004A80;
 text-align: center;
 font-family: Verdana, sans-serif;
 font-size: 12px;
 margin: 10px auto 0px auto;
}

.centrage {
 text-align: center;
}

p.centre {
 text-align: center;
}

div#page .nodeco,.nodeco:hover {
 text-decoration: none;
 border: 0px;
}

.noborder {
 border: 0px;
}

a.lien_ext:after {
  content: "";
}

/*********************************/
/* Pages du site (hors annuaire) */
/*********************************/

div#page {
 text-align: center;
}

div#page h1,div#page h2,div#page h3 {
    color: #26795D;
  color: #004A80;
}

div#page h1 {
  font-size: 18px;
    margin: 30px 10px 5px 10px;
    padding-bottom: 4px;
    text-align: left;
    border-bottom: 2px solid #f5c317;
}

div#page h2 {
    font-size: 14px;
    margin: 20px 2% 0px 2%;
    padding-left: 20px;
    text-align: left;
    border-bottom: 0px dashed #FFD97F;
    background: transparent url(img/puce-jaune.gif) 3px 1px no-repeat;
}

div#page h3 {
    font-size: 12px;
    margin: 5px 10px 0px 10px;
    text-align: left;
}

div#page h3.monoligne {
    margin: 5px 10px 10px 10px;
}

div#page h3.monoligne i,div#page span.prix {
  color: #26795D;
    font-weight: normal;
    font-style: italic;
}

div#page p,div#page ul {
  color: #26795D;
  color: #004A80;
}

div#page p {
    font-size: 12px;
    margin: 10px 10px;
    text-align: left;
}

div#page p.code {
    font-size: 12px;
    font-family: Monospace;
    margin: 20px 40px;
    padding: 10px;
    text-align: left;
    border: 1px dashed #FFD97F;
    border-left: 10px solid #FFD97F;
    background: #FFFFCE;
    color: #26795D;
}

div#page ul {
    font-size: 12px;
    margin: 2px 40px 10px 40px;
    text-align: left;
    list-style-image: url(img/puce-jaune-petite.gif);
}

div#page ul.decalage {
 margin-left: 135px;
}

div#page a {
  color: #004A80;
  text-decoration: none;
  border-bottom: 1px dotted #004A80;
}

div#page a:hover {
  text-decoration: none;
  border-bottom: 0px dotted #26795D;
}


div#page a.exemple-page-web {
 text-decoration: none;
 border-width: 0px;
}

div#page a.exemple-page-web img {
 margin: 10px;
 border-color: #FFD97F #c19d47 #c19d47 #FFD97F;
 border-style: solid;
 border-width: 1px;
}


img.capture-publications {
 float: left;
 margin: 10px 10px 0px 10px;
 border-color: #FFD97F #c19d47 #c19d47 #FFD97F;
 border-style: solid;
 border-width: 1px;
}

div.partenaire table {
 border-collapse: collapse;
 vertical-align: middle;
}

div.partenaire td.image img {
 margin: 10px;
 border: 0px;
}

div#page div.partenaire a {
 border: 0px;
}

div.partenaire td.description {
 text-align: left;
 width: 100%;
}

div#page .encart {
 width: 90%;
 color: #004E00;
 background-color: #FFFFda;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
 margin: 10px auto;
 text-align: left;
}

div#page .encart a {
  color: #26795D;
}

div#page p.intro-image {
 text-align: center;
 font-size: 11px;
 color: #26795D;
 font-style: italic;
 margin-bottom: 5px;
 margin-top: 20px;
}


/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annuaire {
    color: #004A80;
    font-size: 9px;
}


/***** CATEGORIES *****/
/* Lien vers les sous-categories sur les pages des categories */
a.link_scat_other_annuaire {
 font-family: verdana;
 font-size: 12px;
 font-weight: bold;
 color: #004A80;
 text-decoration: none;
}

a.link_scat_other_annuaire:hover {
 color: #26795D;
}

/* Nombre de sous-categories entre les () sur les pages des categories */
.nb_scat_other_annuaire {
 font-family: verdana;
 color: #26795D;
 font-size: 11px;
}


/* Texte pour dire qu'il n'y a pas de site dans une categorie :
Pas encore de sites dans...
*/
.no_site_in_cat_annuaire { color: #ff0000; }



/***** TOP VOTES *****/
/* Texte pour dire qu'on n'a pas encore voter pour les sites :
Aucun site n'a encore reçu de vote...
*/
.no_vote_site_annuaire { color: #ff0000; }

/* Liens vers les 2 types de classement par votes (moyenne ou nombre) */
a.type_vote_annuaire {  }



/* Texte au cas ou il n'y aurait pas de resultat a la recherche effectuee :
Aucun résultat pour la recherche...
*/
.no_res_search_annuaire {
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
 color: #ff0000;
}

/* Timer pour le moteur de recherche */
span.timer_search_annuaire {
 font-style: italic;
 font-family: verdana;
 font-size: 11px;
 color: #119B62;
}

div#liste-adresses {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}


div#global {
 position: relative;
 margin-top: 0;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0;
 width: 90%;
 max-width: 1200px;
 height: auto;
 border-color: #84b888 #1f6624 #1f6624 #84b888;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFcc;
}

/******************/
/* Menu principal */
/******************/

div#menu {
 position: absolute;
 width: 100%;
 height: 22px;
 text-align: center;
 left: 0px;
 top: 178px;
 border-top: 1px #c19d47 solid;
 border-bottom: 1px #c19d47 solid;
 padding-top: 3px;
}

div#menu li {
 display: inline;
}

div#menu li a {
 color: #317D63;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 padding: 0px 1% 1px;
 margin-right: 0px;
}

div#menu li a.trait-droit {
 border-right: 0px #c19d47 solid;
}

div#menu li a.trait-gauche {
 border-left: 0px #c19d47 solid;
}

div#menu li a:hover {
 color: #459a7d;
}

div#menu ul{
 list-style-type: none;
}

/******************/

div#main {
 padding-bottom: 10px;
}

div#haut {
 height: 205px;
 background: #ffffce url(img/bando.jpg);
}

div.recherche-sites-trouvees,div.recherche-categories-trouvees {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

.image-categorie {
 float: left;
 border-color: #499a51 #115A11 #115A11 #499a51;
 border-style: solid;
 border-width: 1px;
 margin: 0px;
}

.image-categorie:hover {
 border-color: #115A11 #499a51 #499a51 #115A11;
}

td.categories-accueil {
 width: 50%;
 vertical-align: text-top;
 padding-bottom: 20px;
}

table.categories-accueil {
 text-align: left;
 background-color: #FFFFda;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
 padding: 10px 10px 0px 10px;
}


span.mots-clefs-recherche {
/* color: red;
 font-weight: bold; */
}

div.resultat-recherche-categories {
 margin-bottom: 5px;
}

/************************************/
/* Barre de navigation (pages+info) */
/************************************/

table.nav {
 width: 98%;
 border: 0px;
 margin: 10px auto 0px;
 vertical-align: middle;
}

td.info {
 width: 300px;
 height: 40px;
 padding-left: 0px;
 font-style: italic;
 text-align: left;
 font-size: 11px;
 color: #004A80;
}

td.pages {
 width: auto;
 font-size: 11px;
 color: #004A80;
 font-weight: bold;
 text-align: right;
}

td.pages span a,span.page-actuelle {
 color: #399273;
 padding: 0px 4px 0px 4px;
 font-weight: bold;
 background-color: #FFFFDA;
 border-color: #FFD97F #e5c066 #e5c066 #FFD97F;
 border-style: solid;
 border-width: 1px;
 text-decoration: none;
 line-height: 1.5em;
}

td.pages span a:hover {
 border-color: #499a51 #115A11 #115A11 #499a51;
}

span.page-actuelle {
 color: #FFFFDA;
 background: #318263 url(img/fond-page-active.jpg) 10% repeat-x;
 border-color: #499a51 #115A11 #115A11 #499a51;
 border-style: solid;
 border-width: 1px;
}

div#credit-pro {
 width: 90%;
 margin: 10px auto 0px auto;
 font: bold 10px verdana;
 color: #000000;
 background-color: #ffffcc;
 border-color: #e5c066 #FFD97F #FFD97F #e5c066;
 border-color: #FFD97F #e5c066 #e5c066 #FFD97F;
 border-style: solid;
 border-width: 1px;
}

div#credit-pro a {
  color: #18551C;
  text-decoration: none;
}



/**********************************************/
/* Accueil : Texte introductif                */
/**********************************************/

div#entete {
 position: relative;
 width: 80%;
 text-align: center;
 background-color: #FFFFDA;
 border: 1px dashed #FFD97F;
 margin: 20px auto 0px;
}

div#entete h1 {
    color: #004A80;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

div#entete h2 {
    color: #004A80;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0px 20px 0px;
}

div#entete p {
    color: #004A80;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    margin: 10px;
}

div#entete p b {
    color: #004A80;
    font-weight: bold;
}


/************************************/
/* Contenu de la boite de recherche */
/************************************/



div#contenu-boite-recherche {
 width: auto;
 height: auto;
 color: #004E00;
 margin: 5px;
 text-align: left;
 border-collapse: collapse;
}

div#bando-recherche table td {
 padding-right: 5px;
 text-align: left;
}

div.recherche-probleme {
 width: 600px;
 color: #ff0000;
 background-color: #FFFFDA;
 border-color: #FFD97F #e5c066 #e5c066 #FFD97F;
 border-style: solid;
 border-width: 1px;
 margin-bottom: 20px;
}

div.recherche-options {
 margin: 5px 0px 0px 0px;
}


div#bando-recherche span {
 font-weight: bold;
 color: #26795D;
 font-size: 10px;
}

div#bando-recherche input,div#bando-recherche select {
 font-size: 10px;
 margin-bottom: 2px;
}

input.mots-cles {
 width: 200px;
 height: 18px;
 padding-top: 0px;
 border-color: #e5c066 #fbf781 #fbf781 #e5c066;
 border-style: solid;
 border-width: 1px;
}

input.valide,a.bouton {
 font-weight: bold;
 color: #FFFFDA;
 background: #318263 url(img/fond-bouton-recherche.jpg) 10% repeat-x;
 border-color: #499a51 #115A11 #115A11 #499a51;
 border-style: solid;
 border-width: 1px;
}

input.valide:hover,a.bouton:hover {
 border-color: #115A11 #499a51 #499a51 #115A11;
}

a.bouton {
 color: white !important;
 border-bottom-style: solid !important;
 padding: 0px 4px;
}


input.gros {
 font-size: 12px;
}

select.liste-des-departements {
 width: 14em;
 border: 1px solid #FFD97F;
}

select.liste-des-categories {
 width: 200px;
border: 1px solid #FFD97F;
}


/*************************************************/
/* Forme de la boite de recherche page d'accueil */
/*************************************************/

div#bando-recherche {
 width: 80%;
 background-color: #FFFFda;
 border-color: #c19d47;
 border-style: solid;
 border-width: 0px 1px 1px 1px;
 margin: 0px auto 20px;
}

/**********************************************/
/* Accueil : liste des catégories             */
/**********************************************/

table#categories-global {
 width: 80%;
 text-align: center;
 background-color: #FFFFDA;
 border: 1px dashed #FFD97F;
 border-collapse: collapse;
 margin: 0px auto;
}

table#categories-global td {
 width: 50%;
 vertical-align: top;
 border: 0px dotted blue;
}

table#colonne-gauche,table#colonne-droite {
 margin-bottom: 0px;
}

table#categories-global td.image {
 width: 70px;
 text-align: center;
 vertical-align: middle;
 padding: 10px;
}

table#categories-global td.contenu {
 width: 100%;
 text-align: left;
 border-bottom: 0px dashed #C69E42;
 vertical-align: middle;
}

img.separation {
    margin-bottom: 1px;
}

td.contenu .nom-categorie {
    color: #004A80;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

td.contenu .nom-categorie:hover {
 color: #26795D;
 border-bottom: 1px dashed #26795D;
}

td.contenu div.nom-sous-categorie {
    margin-top: 5px;
}

td.contenu div.nom-sous-categorie a {
 text-decoration: none;
 color: #004A80;
 font-size: 11px;
}

td.contenu div.nom-sous-categorie a:hover {
    color: #26795D;
    border-bottom: 1px dashed #26795D;
}

/************************************************************/
/* Forme de la boite de recherche liste des sous-catégories */
/************************************************************/

div#boite-recherche-cat-courante {
 background-color: #FFFFda;
 width: 50%;
 border: 1px red dotted;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
 margin: 20px auto;
 display: none;
}

table#boite-recherche-cat-courante {
 width: auto;
 text-align: left;
 background-color: #FFFFda;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
 margin: 20px 0px;
 display: none;
}


table#boite-recherche-cat-courante tr {
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
}

/**********************************************/
/* Accueil : liste des sous-catégories        */
/**********************************************/

table.marge-bottom {
 margin-bottom: 20px;
}

table#categorie-courante {
 width: 80%;
 height: 85px;
 text-align: left;
 background-color: #FFFFda;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
 vertical-align: middle;
 margin: 0px auto;
}


table#categorie-courante tr {
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
}


table#categorie-courante td.image {
 width: 70px;
 text-align: center;
 vertical-align: middle;
}

table#categorie-courante td.image img {
 margin: 0px 10px;
}

table#categorie-courante td.contenu {
 width: 100%;
 text-align: left;
 vertical-align: middle;
 color: #004A80;
 font-size: 13px;
 text-decoration: none;
 font-weight: bold;
}

table#categorie-courante td.contenu span {
 color: #004A80;
 font-size: 11px;
 font-weight: normal;
}

table#sous-categories {
 width: 80%;
 text-align: left;
 background-color: #FFFFda;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 0px 1px 1px 1px;
 margin: 1px auto 0px;
}

table#sous-categories td {
 padding: 5px 10px;
}

.arbo_annuaire a {
 padding: 0px 4px 0px 0px;
 font-size: 14px;
 font-weight: bold;
 color: #004A80;
 border-width: 0px;
 text-decoration: none;
}

.arbo_annuaire a:hover {
 color: #26795D;
}

div.text_index_annuaire,div.arbo_annuaire {
 margin: 30px 0px;
}


/******************/
/* Bloc contact   */
/******************/

table#contact {
 width: 90%;
 text-align: left;
 margin: 0px auto;
}

table#contact td {
 width: 50%;
}

table#contact img {
 float: left;
 margin: 5px;
}

table#contact h3 {
 margin-left: 55px;
 font-size: 12px;
 font-weight: bold;
}

table#contact h4 {
 color: #26795D;
 margin-left: 55px;
 font-size: 10px;
 font-style: italic;
 font-weight: normal;
}

/**********************************************/
/* Rappel des résultats de la Recherche       */
/**********************************************/

table#resultat-recherche {
 width: 80%;
 text-align: left;
 background-color: #FFFFda;
 border-color: #FFD97F;
 border-style: dashed;
 border-width: 1px;
 vertical-align: middle;
 margin-bottom: 20px;
 margin: 0px auto;
}

table#resultat-recherche td.image {
 width: 70px;
 text-align: center;
 vertical-align: middle;
}

table#resultat-recherche td.image img {
 border: 0px;
 margin-left: 5px;
}

table#resultat-recherche td.contenu {
 width: 100%;
 text-align: left;
 vertical-align: middle;
 color: #004A80;

 text-decoration: none;
}

p#intro {
 color: #004A80;
 font-size: 11px;
 font-weight: bold;
}

p#criteres {
 color: #004A80;
 font-size: 11px;
 font-weight: normal;
 margin-left: 10px;
}

p#criteres span {
 color: #429A7B;
 font-size: 11px;
 font-weight: normal;
 font-style : italic;
}

p#nombre span#nb-resultats {
 color: red;
 font-size: 11px;
 font-weight: bold;
}

p#nombre {
 color: #004A80;
 font-size: 11px;
 font-weight: bold;
}

img.attention {
 margin: 0px 10px;
}

/*******************************/
/* Zone de crédits             */
/*******************************/

table#credits {
 font-size: 9px;
 color: #004A80;
 margin: 0px auto 0px auto;
 max-width: 1200px;
}

table#credits a {
 text-decoration: none;
 border-bottom: 1px dotted #004A80;
 color: #004A80;
}

table#credits a:hover {
 text-decoration: none;
 border-bottom: 0px;
 color: #26795D;
}

.spacer {
  clear: both;
  line-height: 0em;
}

/*******************************/
/* Bandeaux                    */
/*******************************/

div#bandeau {
 width: 450px;
 height: 80px;
 margin: 0px auto;
 border-color: #FFD97F #c19d47 #c19d47 #FFD97F;
 border-style: solid;
 border-width: 0px;
 margin-bottom: 20px;
}

div#bandeau img {
 border: 0px;
 margin: 0px 0px -2px 0px;
}

/*******************************/
/* Formulaire de souscription  */
/*******************************/

table#souscription {
    color: #004A80;
    font-size: 12px;
    margin: 10px 10px;
  text-align: left;
}

table#souscription td.col1 {
 font-weight: normal;
 width: 240px;
 text-align: right;
 vertical-align: text-top;
}

table#souscription td.col2 {
  color: #004A80;
}

table#souscription input,table#souscription textarea,table#souscription select {
  color: #004A80;
  font-family: verdana;
    font-size: 11px;
    padding: 1px;
    text-align: left;
    margin: 0px 5px;
    border: 1px solid #FFD97F;
}

span.petit {
    font-size: 9px;
}

span.souligne {
    text-decoration: underline;
}

span.asterisk {
 font-size: 9px;
 color: red;
 vertical-align: super;
}

span.rouge {
 color: red;
}

span.nouveau {
 color: yellow;
 background: red;
}
