/**************************************************************/
/*                                                            */
/*  Description de la feuille de style utilisee pour le site  */
/*                    version html                            */
/**************************************************************/

/*    Définition des couleurs utilisées                       */


.bleu	{BACKGROUND-COLOR: "#006666"}
.blanc	{COLOR: "#FFFFFF"}
.noir	{COLOR: "#000000"}
.gris	{BACKGROUND-COLOR: "#666666"}

/*    Definition des titres, paragraphes, textes utilisees    */

.bandeau	{BACKGROUND-COLOR :"#D4A017"}
.corps		{BACKGROUND-COLOR :"#E3E4FA"}
.message	{BACKGROUND-COLOR :"#766F6E"}
.titre		{FONT-SIZE: 28pt; FONT-WEIGHT: bold; FONT-FAMILLY: Verdana; TEXT-ALIGN: center; COLOR: "#766F6E"}
	#or		{COLOR: "#D4A017"}
	#blanc	{COLOR: "#FFFFFF"}
.soustitre	{FONT-SIZE: 18pt; FONT-WEIGHT: normal; FONT-FAMILLY: Verdana; FONT-STYLE: italic; TEXT-ALIGN: center; COLOR: "#000000"; BACKGROUND-COLOR :"#CCCCCC"}
	#bleue	{COLOR: "#006666"}
	#or		{COLOR: "#D4A017"}
.textnorm	{FONT-SIZE: 12pt; FONT-WEIGHT: normal; FONT-FAMILLY: Verdana; TEXT-ALIGN: left; COLOR: "#FFFFFF"; BACKGROUND-COLOR: "#000000"}
.bloc1		{FONT-SIZE: 12pt; FONT-WEIGHT: normal; FONT-FAMILLY: Verdana; text-indent : 20px; TEXT-ALIGN: justify; COLOR: "#FFFFFF"; BACKGROUND-COLOR: "#006666"; HEIGHT: 150 px; WIDTH: 300 px; MARGIN-RIGHT: 10; MARGIN-LEFT: 10; MARGIN-TOP: 10; MARGIN-BOTTOM: 20; PADDING-RIGHT: 20; PADDING-LEFT: 20; PADDING-TOP: 20; PADDING-BOTTOM: 20; BORDER-STYLE: "solid"; BORDER-RIGHT-WIDTH:10; BORDER-LEFT-WIDTH: 10; BORDER-TOP-WIDTH: 10; BORDER-BOTTOM-WIDTH: 30; BORDER-COLOR: "#D4A017"}
.tableau	{Border-COLOR :"#FFFFFF"; border-style: inset; border-width: 8 px}
.formulaire {
	font-family: Verdana;
	font-size: 10pt;
	color: #6666FF ;
	BACKGROUND-COLOR :"#CCCCCC"
}
.bouton {
	font-family: Verdana;
	font-size: 10pt;
	color: #CC3366 ;
	background-color:#99ffff
}
 
body {
	BACKGROUND-COLOR: #000000;
	background-attachment: fixed;
	scrollbar-face-color: gray;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: gray;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: gray;
	scrollbar-track-color: black;
}
p {
	font-family: Verdana;
	font-size: 12pt;
	color: #000000 ;
}
th {
	FONT-WEIGHT: bold; FONT-FAMILLY: Verdana; TEXT-ALIGN: left; 
	font-size: 12pt;
	color: #FFFFFF ;
}
td {
	FONT-WEIGHT: normal; FONT-FAMILLY: Verdana; TEXT-ALIGN: left; 
	font-size: 12pt;
	color: #FFFFFF ;
}
h1 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #000000 ;
}

h2 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000 ;
}
a {
	font-family: Verdana;
	font-size: 12pt;
}
a:link	{
	color: #4488FF;
	text-decoration: none;
}
a:visited{
	color: #4488FF;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
a:hover	{
	color: #8833FF;
	text-decoration: none;
}

