/* --------------- Général --------------- */

BODY
{
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #cae7f9; 
    SCROLLBAR-TRACK-COLOR: White;
    scrollbar-arrow-color:  #17478f; 
	scrollbar-3dlight-color: White; 
	scrollbar-highlight-color: White; 
	scrollbar-shadow-color: White; 
    scrollbar-darkshadow-color: White;
}

#global
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1000px;
	text-align: left;
}

.PanelGeneral
{
	position: absolute;
	left: 180px;
	top: 160px;
	width: 795px;
	height: 400px;
	overflow: auto;
}

/* --------------- Absolue --------------- */

.Images
{ 
	position: absolute;
	border: 0;
	z-index: 0;
}

.SousTitre
{
	position: absolute;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #17478f;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	z-index: 2;
}

.Texte
{
	position: absolute;
	font-family: Verdana;
	font-size: 8pt;
	color: #17478f;
	background-color: transparent;
	text-decoration: none;
	z-index: 2;
}

.Gras
{
	position: absolute;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #17478f;
	text-decoration: none;
	background-color: transparent;
	z-index: 2;
}

.Petit
{
	position: absolute;
	font-family: Verdana;
	font-size: 7pt;
	color: #17478f;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

.Note
{
	position: absolute;
	font-family: Verdana;
	font-size: 7pt;
	color: #17478f;
	font-style: italic;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

.LienImage
{
	position: absolute;
	cursor: hand;
}

.TextBox
{
	position: absolute;
	font-family: Verdana;
	font-size: 9pt;
	background-color: #ddeeff;
	border-color: Black;
	Border-Width: 1px;
	Border-Style: solid;
}

.Bouton
{
	position: absolute;
	font-family: Verdana; 
	font-size: 9pt;
	font-weight: bold;
	border-color: #17478F;
	color: White;
	background-color: #17478F;
	Border-Width: 1px;
	Border-Style: outset;
}

.Lettrine
{
	position: absolute;
	font-family: Wingdings;
	font-size: 48pt;
	color: darkgray;
	background-color: transparent;
	text-decoration: none;
	z-index: 1;
}

.Conseil
{
	position: absolute;
	font-family: Arial;
	font-size: 48pt;
	color: #fee4b1;
	background-color: transparent;
	text-decoration: none;
	z-index: 1;
}

.Erreur
{
	position: absolute;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #aa273e;
	background-color: transparent;
	text-decoration: none;
}

.Tableau
{
	position: absolute;
}

.Slogan
{
	position: absolute;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: White;
	background-color: Transparent;
}

.Trait
{
	position: absolute;
	width: 5px;
	height: 480px;
	left: 25px;
	top: 85px;
	background-color: #17478f;
}

.Gris
{
	position: absolute;
	width: 150px;
	height: 450px;
	left: 30px;
	top: 115px;
	background-color: darkgray;
}

MARQUEE
{
	position: absolute;
	width: 250px;
	height: 426px;
	left: 542px;
	top: 19px;
	background-color: #cae7f9;
}

/* --------------- Static --------------- */

.GrasFlow
{
	position: static;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #17478f;
	text-decoration: none;
	background-color: transparent;
}

.ItaliqueGrasFlow
{
	position: static;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	color: #17478f;
	text-decoration: none;
	background-color: transparent;
}

.PetitFlow
{
	position: static;
	font-family: Verdana;
	font-size: 7pt;
	color: #17478f;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

.Flow
{
	position: static;
	font-family: Verdana;
	font-size: 8pt;
	color: #17478f;
	background-color: transparent;
	text-decoration: none;
	text-align: justify;
}

.Lien
{
	position: static;
	font-family: Verdana;
	font-size: 8pt;
	background-color: transparent;
	text-align: justify;
	cursor: hand;
}

/* --------------- Elements --------------- */

.Entete
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background-color: #17478f;
	text-decoration: none;
}

.CelluleGris
{
	background-color: lightgrey;
}

A:hover
{
	color: #aa273e;
}

img
{
	border: 0;
}

