<style type="text/css">
<!--
/*===============*/
/* Eléments HTML */
/*===============*/
BODY {
	margin:0px;
	background-color:#090984;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:BLACK;
	}
.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:BLACK;
}
.pied {
	font-size:8pt;
	line-height:8pt;
	color:GRAY;
	text-decoration:none;
	padding-right:3px;
	}
.contour {
	border:#090984 solid 1px;
	}
LI {
	list-style-image:url('images/puce.gif');
	list-style-position:outside;
	}
A {
	color:BLACK;
	}
A:hover {
	color:BLACK;
	text-decoration:none;
	}
.nolink {text-decoration:none;}
.menu_texte {
	color:BLACK;
	text-decoration:none;
	font-size:8pt;
	line-height:8pt;
}

.lien_doc {
	text-decoration:none;
	font-size:8pt;
	line-height:8pt;
}
TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:BLACK;
	}
TH {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:BLACK;
	}
.titre_1 {
	font-family:"Trebuchet MS";
	font-size:13pt;
	font-weight:bold;
	color:#F7A60A;
	margin-bottom:10px;
}
.titre_2 {
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#7C7CDE;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
}
.slogan {
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#090984;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:#7C7CDE solid 1px;
	width:50%;
}
.mention {
	text-align:right;
	font-family:"Trebuchet MS";
	color:#090984;
	font-style:italic;
	font-weight:bold;
}
.titre_page {
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#F7A60A;
	text-transform:uppercase;
	border-bottom:#F7A60A dashed 1px;
	margin-left:110px;
	margin-right:110px;
}
.titre_gestion {
	font-weight:bold;
	margin-bottom:5px;
}
.titre_gestion_2 {
	font-weight:bold;
	margin-bottom:5px;
	font-size:11pt;
	background-color:GAINSBORO;
	color:GRAY;
	padding:4px;
}
.titre_action {
	font-family:"Trebuchet MS";
	font-size:12pt;
	font-weight:bold;
	color:#F7A60A;
	margin-bottom:20px;
}
H2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:BLACK;
	font-weight:bold;
	text-align:left;
	margin-top:0px
	}
H3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:BLACK;
	font-weight:bold;
	border-bottom:GRAY solid 1px;
	text-align:left;
	line-height:11pt;
	}
H4 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:BLACK;
	font-weight:bold;
	border-bottom:GRAY solid 2px;
	text-align:left;
	line-height:11pt;
	}
.bouton {
	border:#C5C4B9 outset 1px;
	background-color:GRAY;
	color:WHITE;
	font-size:9pt;
	font-weight:bold;
	height:17px;
	font-size:8pt;
}
.bouton:hover {
	border:BLACK outset 3px;
	background-color:BLACK;
	color:;
	font-weight:bold;
	height:17px;
	font-size:8pt;
}
.bouton_supprimer {
	width:20px;
	font-size:8pt;
	font-weight:bold;
	color:DARKRED;
}
.bouton_dupliquer {
	width:20px;
	font-size:8pt;
	font-weight:bold;
	color:DARKGREEN;
}
/*=========*/
/* Classes */
/*=========*/
.table {
	border-left:#2E1C86 solid 1px;
	border-top:#2E1C86 solid 1px;
	}
.td {
	border-right:#2E1C86 solid 1px;
	border-bottom:#2E1C86 solid 1px;
	}
.th {
	color:BLACK;
	background-color:WHITESMOKE;
	border-right:#2E1C86 solid 1px;
	border-bottom:#2E1C86 solid 1px;
	}
.input {
	font-size:10pt;
	font-weight:normal;
	color:BLACK;
	background-color:WHITE;
	height:17px;
}
.input_protege {
	font-size:10pt;
	font-weight:normal;
	color:BLACK;
	background-color:WHITESMOKE;
	height:17px;
	border:GRAY solid 1px;
}
.textarea {
	background-color:WHITE;
	color:BLACK;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:10pt;
	font-weight:normal;
	}
.textarea_protege {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	border:GRAY solid 1px;
	background-color:WHITE;
	overflow:hidden;
	color:BLACK;
}
.select {
	font-size:10pt;
	font-weight:normal;
	color:BLACK;
/*	height:17px; */
	background-color:WHITE;
	border:GRAY solid 1px;
}
.radio {
	/*
	border:0px;
	background-color:#FFFFFF;
	*/
	}
.tri_colonne {color:BLACK; text-decoration:none}
.tri_colonne:hover {color:BLACK; text-decoration:underline}
.legende {
	color:BLACK;
	font-size:7pt;
	line-height:7pt;
	text-align:justify;
	}
.separateur {
	font-size:1pt;
	line-height:1pt;
	background-image:url('images/separateur.gif');
	background-position:center left;
	background-repeat:repeat-x;
	height:4px;
}
.rollover {
	cursor:pointer;
	cursor:hand;
	}
/* Couleurs */
.bg_blanc {background-color:#FFFFFF;}
.bg_noir {background-color:#000000;}
.bg_turquoise {background-color:;}
.bg_rouge {background-color:;}

.blanc {color:#FFFFFF;}
.noir {color:#000000;}

.orange {color:#F7A60A;}
.fond_orange {background-color:#F7A60A;}
.cadre_orange {border:#F7A60A solid 1px;padding:3px;height:50px;}
.cadre_orange2 {border:#F7A60A solid 1px;padding:3px;}

.violet {color:;}
.fond_violet {background-color:;}
.cadre_violet {border: solid 1px;padding:3px;height:50px;}

.vert {color:;}
.fond_vert {background-color:#026703;}
.cadre_vert {border:#026703 solid 1px;padding:3px;height:50px;}

.bleu {color:#0E6BAE;}
.fond_bleu {background-color:#090984;}
.cadre_bleu {border:#090984 solid 1px;padding:3px;height:50px;}

.turquoise {color:;}
.rouge {color:darkred;}
.gris {color:GRAY;}

.blanc:hover {color:#FFFFFF;}
.noir:hover {color:#000000;}
.orange:hover {color:#F7A60A;}
.vert:hover {color:#026703;}
.turquoise:hover {color:;}
.violet:hover {color:;}
.violet_texte:hover {color:;}
.bleu:hover {color:#090984;}
.rouge:hover {color:;}

.fond_menu {background-color:;}

.moyen {font-size:8pt;line-height:9pt;}
.minimum {font-size:1pt;line-height:1pt;}
.gras {font-weight:bold;}
.italique {font-style:italic;}
.justifie {text-align:justify;}

.focus {
	color:WHITE;
	text-align:center;
	font-size:8pt;
	line-height:10pt;
	font-weight:bold;
	margin-top:5px;
}
.bordure_images {
	border-left:BLACK solid 1px;
	border-top:BLACK solid 1px;
	border-right:BLACK solid 1px;
	border-bottom:BLACK solid 1px;
}

.centre {
	text-align:center;
}

.menu_accueil {
	background-image:url('images/fond_menu_accueil.gif');
	background-position:top left;
	background-repeat:repeat-x;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	width:150px;
}
.menu_orange {
	background-image:url('images/fond_menu_orange.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_bleu {
	background-image:url('images/fond_menu_bleu.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_jaune {
	background-image:url('images/fond_menu_jaune.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_vert {
	background-image:url('images/fond_menu_vert.gif');
	background-position:top left;
	background-repeat:repeat-x;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_violet {
	background-image:url('images/fond_menu_violet.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_rose {
	background-image:url('images/fond_menu_rose.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.sep_droite {
	border-right:GRAY solid 1px;
}
.sep_gauche {
	border-left:GRAY solid 1px;
}
.sep_bas {
	border-bottom:#2E1C86 solid 1px;
}
.sep_haut {
	border-top:#2E1C86 solid 1px;
}
.message_erreur {
	border:black solid 1px;
	background-color:darkred;
	color:IVORY;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}
.inactif {
	color:GRAY;
	cursor:default;
}
.main {
	cursor:pointer;
}
.fleche {
	cursor:default;
}
.estompe {
	color:SILVER;
}
.droite {
	text-align:right;
}

.big {font-size:13pt;}
.gestion {
	padding-left:4px;
	padding-right:4px;
}
#baseline {
	color:#595A9F;
	font-size:8pt;
	line-height:9pt;
	text-align:left;
	position:relative;
	height:0px;
}
#baseline a {
	color:#595A9F;
}
#contenu {
	text-align:left;
	overflow:auto;
	padding:20px;
}
.message {
	padding:10px;
	border:NAVY solid 1px;
	background-color:#7C7CDE;
	color:NAVY;
	font-weight:bold;
}
-->
</style>
