/* -------------
html commun 
--------------*/
body { 
	scrollbar-arrow-color: White; 
	scrollbar-track-color: White; 
	scrollbar-face-color: #2F659B;
	font-size: 12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #2F659B;
	Text-align:Justify; 
}
td {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #2F659B; 
}
input { 
	font-size: 12px; 
	color: White; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	background-color: #2F659B;
}
textarea { 
	font-size: 12px; 
	color: White; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	background-color: #2F659B;
}
option { 
	font-size: 12px; 
	color: White; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	background-color: #2F659B;
}
/* -------------
FIN : html commun 
--------------*/

/* -------------
Lien commun
--------------*/
a { 
	font-size:12px; 
	color: #7C593F; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	Text-Decoration : none;
}
a:hover { 
	color: #FF9933; 
	font-weight: bold;
	Text-Decoration : underline;
}
a:alink { 
	color:#2F659B;
}
/* -------------
FIN : Lien commun
--------------*/

/* -------------
Liens spéciaux
--------------*/
.jaune12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4D500;
	Text-decoration: none;
}
.jaune14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F4D500;
	Text-decoration: none;
}
.blanc10b,a.blanc10b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
}
.bleufonce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000A65;
}
.blanc12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	Text-decoration: none;
}
a.blanc12bblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	Text-decoration: none;
}
a.blanc12bblanc:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	Text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
}
.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
}

/* -------------
FIN : Liens spéciaux
--------------*/

/* -------------
textes spéciaux 
--------------*/
.tdimagehaut {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding-left: 10px;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: White;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}
.titrebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #264087
}
.titrerouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: Red
}
.entete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A91BA
}
.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
	padding: 5px;
	text-align: justify;
}
.txtorange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
}
.txtorangeb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
}

.Titredechapitre {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: Red; 
	background: Yellow; 
	text-align: center
	}
/* -------------
FIN : textes spéciaux 
--------------*/

/* -------------
Autres éléments html spéciaux
--------------*/
.tdimagemilieu {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: White;
	background-attachment: fixed;
}
.tdimageleft {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left left;
}
.selectjaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White; 
	font-weight: bold; 
	background-color: #FFC20E;
}
.selectorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White; 
	font-weight: bold; 
	background-color: #F7941D;
}
.selectocre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White; 
	font-weight: bold; 
	background-color: #F26522;
}
.selectrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White; 
	font-weight: bold; 
	background-color: #D71635;
}
a.boutonbleu { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #264087;
	border : thin outset White; 
	Text-Decoration : none;
}
a.boutonbleu:hover { 
	color:#003366; 
	border : thin outset #264087;
}
.SousTitrefondbleu {
	color : white; 
	font : bold 12px Arial, Helvetica, sans-serif; 
	background : #2F659B; 	
}
/* -------------
FIN : Autres éléments html spéciaux
--------------*/
.textenavbas {  color: black; font: bold 9px Verdana;}
.txtmarron {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC6633;}
.txtbordeaux {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC3333;}
.txtmarronGros { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC6633; font-size: 14px; font-weight: bold};
.txtBleuGros { font-family: Verdana, Arial, Helvetica, sans-serif; color: Blue; font-size: 14px; font-weight: bold};

.nav { font-family: Comic Sans MS, Verdana, Georgia; font-size: 12px; color: #0000FF; text-decoration: none; font-weight: bold;}

.defaultgras {  font-size: 12px; font-weight: bold}
.default { font-size: 12px}td {  font: 13px Verdana, Arial, Helvetica, sans-serif; color: #333333}
a.lienindex { color: #006600; text-decoration: none; font: bold 12px Verdana, Arial, Helvetica, sans-serif;}
a.lienindex:hover { color: Black; }

a.groslienrouge {  font: bold 16px Verdana, Arial, Helvetica, sans-serif; text-decoration: none;; color: Red}
a.groslienviolet {  font: bold 16px Verdana, Arial, Helvetica, sans-serif; text-decoration: none;; color: #8000FF}
a.groslienvert {  font: bold 16px Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}

.grostexterouge {  font: bold 16px Verdana, Arial, Helvetica, sans-serif;; color: Red}
.grostexteviolet {  font: bold 16px Verdana, Arial, Helvetica, sans-serif;; color: #8000FF}
.grostextevert {  font: bold 16px Verdana, Arial, Helvetica, sans-serif;; color: #006600}

