/* CSS Document */
<!--
.monDiv {
	color: #999900;
	margin: 3px;
	height: 500px;
	width: 750px;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-base-color: #552D5A;
	scrollbar-arrow-color: #552D5A;
	scrollbar-highlight-color: #666666;
	scrollbar-face-color: #241B1C;
	scrollbar-shadow-color: #552D5A;
	scrollbar-3dlight-color: #552D5A;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #552D5A;
	left: 270px;
	top: 213px;
	position:absolute;
	float:left;
	background-color: transparent;
	z-index:1;
}

/* barre de navigation du haut  > couleur de fond   (tous les modules)*/
#tplFondBarreNavigation
{
 background-color : #e1d5af;
  padding-left : 5pt;
 padding-right : 5pt;
 text-align : center;
}

/* barre de navigation du haut  > style des liens  (tous les modules)*/
a.tplLienBarreNavigation {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #ffffff;
 text-decoration: none;
} 

a:hover.tplLienBarreNavigation  {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #ffffff;
 text-decoration: none;
} 

/* * * * * le titre de la page * (tous les modules)*/
.tplTitrePage {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #808080;
 font-weight : bold; 
}

/* * * * * le titre de la page sous forme de liens  (tous les modules*/
a.tplLinkTitre {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #808080;
 font-weight : bold; 
 text-decoration : none;
}

a:hover.tplLinkTitre {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #FFFFFF;
 font-weight : bold; 
 text-decoration : none;
}

/* * * * * le texte en général  (tous les modules) */
.tplTextePage {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #c0c0c0;
	font-weight: normal;
	text-align: left;
}

/* * * * *  Définition du style par défaut pour tous les liens du site (liens des mises à jour site + template) * * * * */
a {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FE0000;
 text-decoration: none;
} 

a:hover {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #ff9900;
 text-decoration: none;
}

/* * * * * les liens  en général  *(tous les modules) */
a.tplLINK {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FE0000;
 text-decoration: none;
} 

a:hover.tplLINK {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FF9900;
 text-decoration: none;
}

/* * * * * ligne horizontale séparant les résultats  (tous les modules) */
.tplHR {
 border-top: #4c4c4c 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: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FE0000;
 font-weight : bold;
} 


/* * * * *  style des url   (uniquement module Annuaire de liens) */
a.tplLINKi {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #FFFFFF;
 text-decoration: none;
 font-style : italic;
} 

a:hover.tplLINKi {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #B3C1C4;
 text-decoration: none;
 font-style : italic;
}

/* * * * *  Décoration des images  */
/* Galerie */
.tplIMGgalerie {
 border-top: #FE0000 1px solid;
 border-bottom: #FE0000 1px solid;
 border-left: #FE0000 1px solid;
 border-right: #FE0000 1px solid;
}
/* Contenu Divers  */
.tplIMGdivers {
 border-top: #FE0000 1px solid;
 border-bottom: #FE0000 1px solid;
 border-left: #FE0000 1px solid;
 border-right: #FE0000 1px solid;
}
/* Liens si 1 colonne */
.tplIMGlien1 {
 border-top: #FE0000 1px solid;
 border-bottom: #FE0000 1px solid;
 border-left: #FE0000 1px solid;
 border-right: #FE0000 1px solid;
}
/* Liens si 3 colonnes */
.tplIMGlien2 {
 border-top: #FE0000 1px solid;
 border-bottom: #FE0000 1px solid;
 border-left: #FE0000 1px solid;
 border-right: #FE0000 1px solid;
}
