/* CSS Document */

/* barre de navigation du haut  > couleur de fond   (tous les modules)*/
#tplFondBarreNavigation
{
 background-color : #ff6600;
  padding-left : 5pt;
 padding-right : 5pt;
 text-align : center;
}

/* barre de navigation du haut  > style des liens  (tous les modules)*/
a.tplLienBarreNavigation {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #6d0700;
 text-decoration: none;
} 

a:hover.tplLienBarreNavigation  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #ff6600;
 text-decoration: underline;
} 

/* * * * * le titre de la page * (tous les modules)*/
.tplTitrePage {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #6d0700;
 font-weight : bold; 
}

/* * * * * le titre de la page sous forme de liens  (tous les modules*/
a.tplLinkTitre {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #6d0700;
 font-weight : bold; 
 text-decoration : underline;
}

a:hover.tplLinkTitre {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #ff6600;
 font-weight : bold; 
 text-decoration : underline;
}

/* * * * * le texte en général  (tous les modules) */
.tplTextePage {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #6d0700;
 font-weight : normal;
 text-align : justify;
}

/* * * * * les liens  en général  *(tous les modules) */
a.tplLINK {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #6d0700;
 text-decoration: underline;
} 

a:hover.tplLINK {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ff6600;
 text-decoration: underline;
}

/* * * * * ligne horizontale séparant les résultats  (tous les modules) */
.tplHR {
 border-top: #cccccc 1px dashed;
 height : 1px;
 border-bottom: transparent 1px none;
 border-left: transparent 1px none;
 border-right: transparent 1px none;
}


/* * * * * le titre des news (uniquement module contenu divers)  */
.tplTitreNews {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #6d0700;
 font-weight : bold;
} 


/* * * * *  style des url   (uniquement module Annuaire de liens) */
a.tplLINKi {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #6d0700;
 text-decoration: underline;
 font-style : italic;
} 

a:hover.tplLINKi {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #ff6600;
 text-decoration: underline;
 font-style : italic;
}

/* * * * *  Décoration des images  */
/* Galerie */
.tplIMGgalerie {
 border-top: #000000 1px solid;
 border-bottom: #000000 1px solid;
 border-left: #000000 1px solid;
 border-right: #000000 1px solid;
}
/* Contenu Divers  */
.tplIMGdivers {
 border-top: #000000 1px solid;
 border-bottom: #000000 1px solid;
 border-left: #000000 1px solid;
 border-right: #000000 1px solid;
}
/* Liens si 1 colonne */
.tplIMGlien1 {
 border-top: #000000 1px solid;
 border-bottom: #000000 1px solid;
 border-left: #000000 1px solid;
 border-right: #000000 1px solid;
}
/* Liens si 3 colonnes */
.tplIMGlien2 {
 border-top: #000000 1px solid;
 border-bottom: #000000 1px solid;
 border-left: #000000 1px solid;
 border-right: #000000 1px solid;
}