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

.puce {
	font-size:8pt;
	line-height:8pt;
	padding-right:4px;
}
.puce_menu_off {
	text-decoration:none;
	padding-top:4px;
	color:#797E9E;
}
.puce_menu_on {
	text-decoration:none;
	padding-top:4px;
	font-weight:bold;
}
.lien_doc {
	text-decoration:none;
	font-size:8pt;
	line-height:8pt;
}
TD {
	font-family:"Arial";
	font-size:9pt;
	color:BLACK;
	}
TH {
	font-family:"Arial";
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	color:BLACK;
	}
H2 {
	font-family:"Arial";
	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;
	}
/*=========*/
/* Classes */
/*=========*/
.table {
	border-left:BLACK solid 1px;
	border-top:BLACK solid 1px;
	}
.td {
	border-right:BLACK solid 1px;
	border-bottom:BLACK solid 1px;
	}
.th {
	color:WHITE;
	background-color:#C9002C;
	border-right:BLACK solid 1px;
	border-bottom:BLACK solid 1px;
	}
.input {
	font-size:8pt;
	font-weight:normal;
	color:BLACK;
	background-color:WHITE;
	height:17px;
}
.input_protege {
	font-size:8pt;
	font-weight:normal;
	color:BLACK;
	background-color:WHITESMOKE;
	height:17px;
	border:GRAY solid 1px;
}
.textarea {
	background-color:WHITE;
	color:BLACK;
	font-family:"Arial";
	font-size:10pt;
	line-height:10pt;
	font-weight:normal;
	}
.textarea_protege {
	font-family:"Arial";
	font-size:8pt;
	font-weight:normal;
	border:GRAY solid 1px;
	background-color:WHITE;
	overflow:hidden;
	color:BLACK;
}
.select {
	font-size:8pt;
	font-weight:normal;
	color:BLACK;
/*	height:17px; */
	background-color:WHITE;
	border:GRAY solid 1px;
}
.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:#FF6600;}
.fond_orange {background-color:#FF6600;}
.cadre_orange {border:#FF6600 solid 1px;padding:3px;height:50px;}
.cadre_orange2 {border:#FF6600 solid 1px;padding:3px;}

.violet {color:#5E588E;}
.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:;}
.cadre_bleu {border: 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:#FF6600;}
.vert:hover {color:#026703;}
.turquoise:hover {color:;}
.violet:hover {color:;}
.violet_texte:hover {color:;}
.bleu:hover {color:;}
.rouge:hover {color:;}

.normal {
	font-family:"Arial";
	font-size:10pt;
	color:BLACK;
}
.big {font-size:13pt;}
.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;}

.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;
}


.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 {
	border:black solid 1px;
	background-color:IVORY;
	padding:5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=135, Color:GRAY);
	text-align:left;
	font-size:8pt;
	line-height:8pt;
}
.message_erreur {
	border:black solid 1px;
	background-color:darkred;
	color:IVORY;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}
.message_info {
	border:black solid 1px;
	background-color:darkgreen;
	color:IVORY;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}
.margeH {margin-top:10px;}
.inactif {
	color:GRAY;
	cursor:default;
}
.main {
	cursor:pointer;
}
.fleche {
	cursor:default;
}
.estompe {
	color:SILVER;
}
.droite {
	text-align:right;
}

.titre_1 {
	font-family:"Trebuchet MS";
	font-size:12pt;
	font-weight:bold;
	color:WHITE;
	margin-bottom:20px;
	padding-left:60px;
	background-image:url('../images/left_titre.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
.titre_2 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:WHITE;
	border-bottom:ORANGE solid 2px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.titre_3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:Orange;
	font-weight:bold;
	margin-bottom:10px;
}
.titre_4 {
	font-family:"Trebuchet MS";
	font-size:10pt;
	background-color:#C9002C;
	color:WHITE;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
}

.titre_liste {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:WHITE;
	font-weight:bold;
	padding-left:40px;
	background-image:url('../images/left_titre_2.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
.contenu_liste {
	padding-left:50px;
	background-image:url('../images/left_titre_2.gif');
	background-position:top left;
	background-repeat:repeat-y;
}
.intro {
	color:WHITE;
	font-weight:bold;
	font-size:10pt;
}
.titre_news {
	font-size:9pt;
	color:#5E588E;
	font-weight:bold;
	border-bottom:#8581A4 solid 1px;
	margin-top:10px;
	margin-bottom:3px;
}
/* News */
.news_entete {
	font-size:8pt;
	line-height:8pt;
	font-weight:bold;
}
.news_date {
	font-size:8pt;
	line-height:8pt;
	color:ORANGE;
	text-align:right;
}
.news {
	margin-top:2px;
	border-top:SILVER solid 1px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:8pt;
	line-height:9pt;
	color:WHITE;
}
.news_lien {
	font-size:8pt;
	line-height:8pt;
	color:WHITE;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	text-align:right;
}

.menu_off {
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:WHITE;
	text-decoration:none;
}
.menu_on {
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:WHITE;
	text-decoration:underline;
}
.sous_menu_off {
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:WHITE;
	font-size:8pt;
	line-height:8pt;
	text-decoration:none;
}
.sous_menu_off:hover {
	font-size:8pt;
	line-height:8pt;
	text-decoration:underline;
}
.sous_menu_on {
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:ORANGE;
	font-size:8pt;
	line-height:8pt;
}
.sous_menu_on:hover {
	font-size:8pt;
	line-height:8pt;
}
.atelier {
	padding:4px;
	color:BLACK;
	font-size:8pt;
	border:BLACK solid 1px;
	background-color:WHITE;
	margin-bottom:5px;
}
.stage {
	padding:4px;
	color:BLACK;
	font-size:8pt;
	border:BLACK solid 1px;
	background-color:WHITE;
	margin-bottom:5px;
}

.resume {
	color:WHITE;
	font-weight:bold;
}
.extend {
	color:BLACK;
	font-weight:bold;
}
.bouton_submit {
	text-align:center;
	padding:3px 0 3px 0;
	background-color:#ff6600;
	color:white;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	font-size:8pt;
	line-height:9pt;
}
.stabilo_vert {
	padding-left:4px;
	padding-right:4px;
	background-color:#8FFF49;
}
.stabilo_rose {
	padding-left:4px;
	padding-right:4px;
	background-color:#FF7CFD;
}
.stabilo_jaune {
	padding-left:4px;
	padding-right:4px;
	background-color:#FEFF49;
}
-->
</style>
