/* CSS Document */
<!--
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {color: #d7babd}
-->
<!--
.monDiv {
	color: #CCFF00;
	margin: 1px;
	height: 335px;
	width: 515px;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-base-color: #762C2B;
	scrollbar-arrow-color: #762C2B;
	scrollbar-highlight-color: #8C434A;
	scrollbar-face-color: #4E0000;
	scrollbar-shadow-color: #762C2B;
	scrollbar-3dlight-color: #762C2B;
	scrollbar-track-color: #70251F;
	scrollbar-darkshadow-color: #762C2B;
	position:relative;
	float:left;
	background-color: transparent;
	z-index:1;
}

/* barre de navigation du haut  > couleur de fond   (tous les modules)*/
#tplFondBarreNavigation
{
 background-color : #f1f1f1;
  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: 9pt;
 color: #D7BABD;
 text-decoration: none;
} 

a:hover.tplLienBarreNavigation  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #D7BABD;
 text-decoration: none;
} 

/* * * * * le titre de la page * (tous les modules)*/
.tplTitrePage {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #ffffff;
 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: 9pt;
 color: #D7BABD;
 font-weight : bold; 
 text-decoration : none;
}

a:hover.tplLinkTitre {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ffffff;
 font-weight : bold; 
 text-decoration : none;
}

/* * * * * le texte en général  (tous les modules) */
.tplTextePage, .tplTextePage table {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ffffff;
 font-weight : normal;
 text-align : justify;
}

/* * * * *  Définition du style par défaut pour tous les liens du site (liens des mises à jour site + template) * * * * */
a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #D7BABD;
 text-decoration: none;
} 

a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ffffff;
 text-decoration: none;
}

/* * * * * les liens  en général  *(tous les modules) */
a.tplLINK, a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #D7BABD;
 text-decoration: none;
} 

a:hover.tplLINK, a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ffffff;
 text-decoration: none;
}

/* * * * * ligne horizontale séparant les résultats  (tous les modules) */
.tplHR {
 border-top: #cccccc 1px dashed;
 height : 1px;
 border-bottom: transparent 0px none;
 border-left: transparent 0px none;
 border-right: transparent 0px none;
}


/* * * * * le titre des news (uniquement module contenu divers)  */
.tplTitreNews {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #C0C0C0;
 font-weight : bold;
} 


/* * * * *  style des url   (uniquement module Annuaire de liens) */
a.tplLINKi {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #D7BABD;
 text-decoration: none;
 font-style : italic;
} 

a:hover.tplLINKi {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #ffffff;
 text-decoration: none;
 font-style : italic;
}

/* * * * *  Décoration des images  */
/* Galerie */
.tplIMGgalerie {
 border-top: transparent 0px solid;
 border-bottom: transparent 0px solid;
 border-left: transparent 0px solid;
 border-right: transparent 0px solid;
}
/* Contenu Divers  */
.tplIMGdivers {
 border-top: transparent 0px solid;
 border-bottom: transparent 0px solid;
 border-left: transparent 0px solid;
 border-right: transparent 0px solid;
}
/* Liens si 1 colonne */
.tplIMGlien1 {
 border-top: transparent 0px solid;
 border-bottom: transparent 0px solid;
 border-left: transparent 0px solid;
 border-right: transparent 0px solid;
}
/* Liens si 3 colonnes */
.tplIMGlien2 {
 border-top: transparent 0px solid;
 border-bottom: transparent 0px solid;
 border-left: transparent 0px solid;
 border-right: transparent 0px solid;
}
