/* --------------- Général --------------- */

BODY
{
    margin: 0px;
    text-align: center;
}

#global
{
	margin-left: auto;
	width: 1000px;
	margin-right: auto;
	position: relative;
	height: 740px;
	text-align: left;
}

.PanelGeneral
{
	left: 30px;
	overflow: visible;
	width: 950px;
	position: absolute;
	top: 90px;
}

/* --------------- Absolue --------------- */

.Images
{ 
	position: absolute;
	border: 0;
	z-index: 0;
}

.SousTitre
{
	position: absolute;
	font-family: Verdana;
	font-size: 14pt;
	/*font-weight: bold;*/
	color: #FF9900;
	background-color: transparent;
	text-align: left;
	z-index: 2;
	/*text-decoration: none;*/
}

.Texte
{
	position: absolute;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	background-color: transparent;
	text-align: left;
	z-index: 2;
	text-decoration: none;
}

.TexteBleu
{
	position: absolute;
	font-family: Verdana;
	font-size: 8pt;
	color: #003399;
	background-color: transparent;
	text-align: left;
	z-index: 2;
	text-decoration: none;
}

.Petit
{
	position: absolute;
	font-family: Verdana;
	font-size: 7pt;
	color: #003399;
	background-color: transparent;
	text-align: left;
}

.Gros
{
	position: absolute;
	font-family: Verdana;
	font-size: 12pt;
	color: Black;
	background-color: transparent;
	text-align: left;
}

.Accueil
{
	position: absolute;
	font-family: Verdana;
	font-size: 9pt;
	color: #003399;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.LienImage
{
	position: absolute;
	cursor: hand;
}

.TextBox
{
	font-size: 7pt;
	border-left-color: white;
	border-bottom-color: white;
	border-top-style: none;
	border-top-color: white;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	background-color: white;
	border-right-color: white;
	border-bottom-style: none;
}

.Bouton
{
	border-right: black 1px outset;
	border-top: black 1px outset;
	font-weight: bold;
	font-size: 7pt;
	vertical-align: baseline;
	border-left: black 1px outset;
	color: white;
	border-bottom: black 1px outset;
	font-family: Verdana;
	position: absolute;
	background-color: black;
	cursor: hand;
}

.Lettrine
{
	position: absolute;
	font-family: Verdana;
	font-size: 36pt;
	color: #FF9900;
	background-color: transparent;
	z-index: 1;
}

.Erreur
{
	position: absolute;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #aa273e;
	background-color: transparent;
}

.Tableau
{
	position: absolute;
}

/* --------------- Static --------------- */

.Flow
{
	position: static;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.FlowBleu
{
	position: static;
	font-family: Verdana;
	font-size: 8pt;
	color: #003399;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.PetitFlow
{
	position: static;
	font-family: Verdana;
	font-size: 7pt;
	color: Black;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.Lien
{
	position: static;
	font-family: Verdana;
	font-size: 8pt;
	background-color: transparent;
	text-align: justify;
	text-decoration: none;
	cursor: hand;
}

/* --------------- Elements --------------- */

.Entete
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background-color: #17478f;
	
}

.LigneFonce
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    position: static;
    background-color: #6495ed;
    text-align: left;
}

.LigneClair
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    position: static;
    background-color: #add8e6;
    text-align: left;
}

.CelluleBleu
{
	background-color: #0099CC;
}

.CelluleBlanc
{
	background-color: #FFFFFF;
}

A:hover
{
	color: #FF9900;
}

img
{
	border: 0;
}

th
{
    font-size: 8pt;
    text-transform: none;
    font-family: Verdana;
    font-weight: normal;
    text-align: left
}
