/* Présentation par défaut des LIENS */
/* caractéristiques communes, transmises par héritage */
A {
	text-decoration : none; /* pas de souligné */
	font-family : Helvetica, Verdana, Arial, sans-serif;
}
/* quand on passe dessus avec la souris , souligner */
A:hover {
	text-decoration : underline;
}
/* lien normal */
A.navnormal {
	font-size : 4mm;
	font-weight : bold;
	color: #FFFFFF; /* noir */
	font-family : Helvetica, Verdana, Arial, sans-serif;
}
/* lien selectionné */
A.navselected  {
	font-size : 4.7mm;
	font-weight : bold;
	color: #FF0000; /* rouge */
	font-family : Helvetica, Verdana, Arial, sans-serif;
}
/* lien fin de page */
A.teaser  {
	font-size : 3.2mm;
	font-weight : bold;
	color: #000000;
}
/* lien ordinaire 
A.link  {
	font-weight : bold;
	color: #000000;*/
}

/* Présentation par défaut des TEXTES */
/* Paragraphe 
P  {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight : normal;
	line-height : 14pt; 
}*/
/* Titre de niveau 1  : le plus gros */
H1  {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 8mm;
	color: #000000;
	font-weight : normal;
}
/* Titre de niveau 2  : gros */
H2  {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 6mm;
	color: #000000;
	font-weight : bold;
}
/* Titre de niveau 3  : moyen */
H3  {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 5mm;
	color: #000000;
	font-weight : bold;
}
/* Titre de niveau 4  : petit */
H4  {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 4mm;
	color: #000000;
	font-weight : bold;
}

/* Styles particuliers */
/* texte normal, par défaut */
.normal  {
	text-indent: 6mm;
	text-align: justify;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 4mm;
	color: #000000;
}
/* texte normal, par défaut */
.normalni  {
	text-indent: none;
	font-size: 4mm;
}
/* texte banderole */
.banderole {
	font : 4.3mm Helvetica,Verdana,Arial,sans-serif; 
	color:#000000; 
}
/* texte rouge, gras, italique */
.rougeital {
	font : bold italic 4mm Helvetica,Verdana,Arial,sans-serif; 
	color:#FF0000; 
}
/* texte bleu, gras, italique */
.bleuital {
	font : bold  4.5mm Helvetica,Verdana,Arial,sans-serif; 
	color:#0000FF; 
}
/* texte liste-témoignages */
.listetem {
	font : 5mm Helvetica,Verdana,Arial,sans-serif; 
	color:#000000; 
}
/*
.small  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.highlight {
	font-weight : bold;
	color: #000000;
}
*/

/* MISE EN PAGE */

/* PARTIE FIXE */
/* ENTETE, BANDEROLE */
body {color:black; background-color:white;}
/* bannière copmète : fond bleu là où rien d'autre n'est défini */
.boite-banniere {z-index:0; position:absolute; top:0px; padding-left:0px; 
width:100%; height:167px; background-color:#2153A9; } 
/* rectangle avec l'image du logo */
.boite-logo {z-index:1; position:absolute; top: 10px; left:10px; background-color:white;} 
/* banderole avec texte */
.boite-entete {z-index:0; position:absolute; top:40px; left:100px; width:80%; background-color:white; } 


/* Colonne de gauche */
/* toute la colonne */
.boite-index {z-index:1; position:absolute; top:168px; left:10px; padding-right:0px; 
width:170px; background-color:white; color:green;}
/* cadre noir autour de chaque bouton */
#cadreindex {width:148px; margin:auto; background-color:#2153A9;
border-left:1px solid #000000; /* couleur du cadre */
border-right:1px solid #000000; border-bottom:1px solid #000000; border-top:1px solid #000000;
}
/* le lien vers les compteurs Xiti */
.boite-xiti {z-index:1; position:absolute; top:1020px; left:10px; width:170px; height:30px; background-color:#FFFFFF;}


/* PARTIE VARIABLE : Contenu */
.boite-contenu {z-index:0; position:absolute; top:168px; padding-left:210px; padding-right:30px; background-color:white; color: black}
/* page "groupes"  uniquement : boîte pour aligner les images des salles */
.boite-groupe {z-index:1; position:relative; top: 0px; padding-left:20px; width:220; background-color:white;}	
.centre-contenu {z-index:0
; position:absolute; top:168px; padding-left:310px; padding-right:130px; background-color:white; color: black}