/* CSS Document */


/*
Main Color : #3692BF
Second Color: #1073A5
*/

/* 	Gris foncé: 	#d2d2d0
	Gris clair:  	#f5f9fd 	
	Bleu:			#c4dcf7				
	Bleu clair:		#dfe6ef		
	Bleu clair 2: 	#eef2f7
	
	Fond Titre bleu clair : #78B1F3
	Fond Titre Bleu Foncé : #547CBB

*/


.body2  /*ici on s'occupe de la balise HTML body*/ 
{

SCROLLBAR-FACE-COLOR: #990000;	/*la face de la barre de défilement seulement sous XP*/ 
SCROLLBAR-HIGHLIGHT-COLOR: #990000; /*la parti colorée de la barre de défilement seulement sous XP*/ 
SCROLLBAR-SHADOW-COLOR: #000000; /*l ombre de la barre de défilement seulement sous XP*/ 
SCROLLBAR-3DLIGHT-COLOR: #990000; /*effet 3d de la barre de défilement seulement sous XP*/ 
SCROLLBAR-ARROW-COLOR: #FFFFFF; /*la fleche de la barre de défilement seulement sous XP*/ 
SCROLLBAR-TRACK-COLOR: #FFFFFF; /*euh...chai plu mai tjsla barre de défilement seulement sous XP*/ 
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; /*idem ko dessu*/

}

.textnormal /* Corps du texte */ 
{
BACKGROUND-COLOR: #000000;
FONT: 10pt Verdana;
COLOR: #FFFFFF;
FONT-WEIGHT: Normal;
}

.textnormalitalic /* Corps du texte italique*/ 
{
BACKGROUND-COLOR: #000000;
FONT: 10pt Verdana;
COLOR: #FFFFFF;
font-style: italic;

}

.textnormalgras /* Corps du texte gras*/ 
{
BACKGROUND-COLOR: #000000;
FONT: 10pt Verdana;
COLOR: #FFFFFF;
FONT-WEIGHT: Bold;
}

.textnormalsouligne /* Titres */ 
{
BACKGROUND-COLOR: #000000;
FONT: 10pt Verdana;
COLOR: #FFFFFF;
text-decoration: underline;
; 
}

.textpetit /* Corps du texte pour le copyright du texte défilant*/ 
{
BACKGROUND-COLOR: #000000;
FONT: 6pt Verdana;
COLOR: #FFFFFF;
FONT-WEIGHT: Normal;
}

.titre /* Titres */ 
{
BACKGROUND-COLOR: #000000;
FONT: 14pt Verdana;
COLOR: #990000;
text-decoration: underline;
FONT-WEIGHT: BOLD; 
}

.texteimportant /*Texte Important */
{
BACKGROUND-COLOR: #000000;
FONT: 12pt Verdana;
COLOR:#FFFFFF;
FONT-WEIGHT: BOLD;
}

.legendeimages /* Légendes des images */ 
{
BACKGROUND-COLOR: #000000;
FONT: 8pt Verdana;
COLOR: #FFFFFF;
FONT-WEIGHT: Normal;
}

a.liennormal  /* Liens dans le texte normal*/
{
font-size: 10pt;
font-family: verdana;
font-weight: normal;
color: #FFFFFF;
text-decoration: none; 
} 

a:hover.liennormal 
{
font-size: 10pt;
font-family: verdana;
font-weight: normal;
color: #990000;
text-decoration: underline; 
} 


a.lienlegende  /* Liens dans le texte normal*/
{
font-size: 8pt;
font-family: verdana;
font-weight: normal;
color: #FFFFFF;
text-decoration: none; 
} 

a:hover.lienlegende 
{
font-size: 8pt;
font-family: verdana;
font-weight: normal;
color: #990000;
text-decoration: underline; 
} 


a.lienimportant  /* Liens dans le texte normal*/
{
font-size: 12pt;
font-family: verdana;
font-weight: BOLD;
color: #FFFFFF;
text-decoration: none; 
} 

a:hover.lienimportant 
{
font-size: 12pt;
font-family: verdana;
font-weight: BOLD;
color: #990000;
text-decoration: underline; 
} 

a.liengras  /* Liens dans le texte normal*/
{
font-size: 10pt;
font-family: verdana;
font-weight: BOLD;
color: #FFFFFF;
text-decoration: none; 
} 

a:hover.liengras 
{
font-size: 10pt;
font-family: verdana;
font-weight: BOLD;
color: #990000;
text-decoration: underline; 
} 


a.lienpetit  /* Liens pour le texte défilant*/
{
font-size: 6pt;
font-family: verdana;
font-weight: normal;
color: #FFFFFF;
text-decoration: none; 
} 

a:hover.lienpetit 
{
font-size: 6pt;
font-family: verdana;
font-weight: normal;
color: #990000;
text-decoration: underline; 
} 



a.lientextimportant  /* Liens dans le texte important*/
{
font-size: 12pt;
font-family: verdana;
font-weight: bold;
color: #FFFFFF;
text-decoration: none; 
} 

a:hover.lientextimportant
{
font-size: 12pt;
font-family: verdana;
font-weight: bold;
color: #990000;
text-decoration: underline; 
} 


.nomsection /* Titre des tableaux */
{
font: 12pt Verdana;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background-color: #990000;
}

a.lienmenu
{
font: 10pt Verdana;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background-color: #000000;
BORDER-RIGHT: #000000 2px solid;
BORDER-TOP: #000000 2px solid;
BORDER-LEFT: #000000 2px solid;
BORDER-BOTTOM: #000000 2px solid;
} 

a:hover.lienmenu
{
font: 10pt Verdana;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background-color: #990000;
BORDER-RIGHT: #990000 2px solid;
BORDER-TOP: #990000 2px solid;
BORDER-LEFT: #990000 2px solid;
BORDER-BOTTOM: #990000 2px solid;
}

.cellbox /* Contour des tableaux */
{
BORDER-RIGHT: #990000 2px solid;
BORDER-TOP: #990000 2px solid;
FONT-WEIGHT: normal;
FONT-SIZE: 10pt;
BORDER-LEFT: #990000 2px solid;
BORDER-BOTTOM: #990000 2px solid;
FONT-FAMILY: Verdana;
background-color:#000000
}



.cellboxblanc /* Contour des tableaux blancs */
{
BORDER-RIGHT: #FFFFFF 2px solid;
BORDER-TOP: #FFFFFF 2px solid;
FONT-WEIGHT: normal;
FONT-SIZE: 10pt;
BORDER-LEFT: #FFFFFF 2px solid;
BORDER-BOTTOM: #FFFFFF 2px solid;
FONT-FAMILY: Verdana
}






.Form /* Elements du formulaire */
{
border-color : #404040;
background-color: #990000;
BORDER-BOTTOM-WIDTH: 0px;
BORDER-LEFT-WIDTH: 0px;
BORDER-RIGHT-WIDTH: 0px;
BORDER-TOP-WIDTH: 0px;
FONT-FAMILY: verdana;
COLOR: #FFFFFF;
font-weight: bold;
FONT-SIZE: 8pt;
HEIGHT: 16px;
MARGIN-LEFT: 0px;
}

.form-area /* Zone de texte des formulaires */
{
color:#FFFFFF;
background-color: #990000;
font-size: 8pt;
font-family:verdana;
font-weight: bold;
border: 0px solid #404040;
}