BODY {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	font-size: 11px;
	color: #3AA0C2;
	text-decoration: none;
	color: #236176;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #236176;
	background-color: #F2F2F2;
	text-decoration: underline;
}
a:active {
	color: #333333;
	background-color: #F2F2F2;
	text-decoration: none;
}
.Titres_Niveau_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #205668;
	font-weight: bold;
	text-transform: none;
	border-width: thin;
	background-color: #F2F2F2;
}
.Titres_Niveau_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006699;
}
.Normal_Plus_Petit {
	font-size: 10px;
}
.Normal_Agressif {
	font-size: larger;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}
a.lienQuiTappe {
	font-size: 12px;
	color: #B90700;
}
a:link.LienQuiTappe {
	text-decoration: underline;
	color: #B90700;
}
a:visited.LienQuiTappe {
	text-decoration: underline;
	color: #B90700;
}
a:hover.LienQuiTappe {
	text-decoration: underline;
	color: #B90700;
}
a:active.LienQuiTappe {
	text-decoration: underline;
	color: #B90700;
}


/* 
 * TABLE PLUS INFOS (PDF)
 */

.Tables_Plus_Infos {
	background-color: #E9E9E9;
	border: 1px solid #666666;
}


/*
 * MENU DU HAUT
 */

.Menu_Normal {
	text-align: center;
	vertical-align: middle;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
}
.Menu_Selected {
	text-align: center;
	vertical-align: middle;
	background-color: #FE7013;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
}
.Menu_Over {
	text-align: center;
	vertical-align: middle;
	background-color: #AFAFAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
}
.Menu_Container {
	background-color: #F2F2F2;
	border-top-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    border-left-style: none;
    border-right-style: none;
}


/*
 * MENU DE GAUCHE
 */

a.Menu_Gauche {
	font-size: 9px;
	color: #000000;
}
a:link.Menu_Gauche {
	text-decoration: none;
	color: #000000;
}
a:visited.Menu_Gauche {
	text-decoration: none;
	color: #000000;
}
a:hover.Menu_Gauche {
	text-decoration: underline;
	color: #000000;
}
a:active.Menu_Gauche {
	text-decoration: none;
	color: #000000;
}
.Menu_Gauche_Container {
	background-color: #F2F2F2;
 	vertical-align: middle;
	text-align: left;
	height: 20px;
}
.Menu_Gauche_Espace {
	background-color: #AFAFAF;
	height: 1px;
 	vertical-align: middle;
	text-align: left;
}


/*
 * BOÎTE DES SERVICES
 */

.Boite_Services {
	text-align: left;
	vertical-align: middle;
	background-color: #F2F2F2;
}

.Boite_Services_blanc {
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-style: groove;
	border-width: thin;
}

/*
 * Formulaire
 */
.FormLeft {
	text-align: right;
	vertical-align: middle;
	width: 111px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
