BODY {
	margin:0px;
	font-family:Arial;
	font-size:10pt;
	color:#00467A;
	background-color:#FFFFFF;
	background-image:url('images/degrade_fond.gif');
	background-position:top left;
	background-repeat:repeat-x;
	}
.normal {
	font-family:Arial;
	font-size:10pt;
	color:#00467A;
}
.pied {
	font-size:7pt;
	line-height:7pt;
	color:GRAY;
	text-decoration:none;
	padding-right:3px;
	}
.contour {
	border:#00467A solid 1px;
	}
LI {
	list-style-image:url('images/puce.gif');
	list-style-position:outside;
	}
A {
	color:#00467A;
	}
A:hover {
	color:#00467A;
	text-decoration:none;
	}
.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;
}
TD {
	font-family:Arial;
	font-size:10pt;
	color:#00467A;
	}
TH {
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:#00467A;
	}
.titre_1 {
	font-size:11pt;
	font-weight:bold;
	color:#7B9F24;
	margin-bottom:5px;
}
.titre_2 {
	font-size:10pt;
	font-weight:bold;
	color:#C80000;
	margin-bottom:5px;
}
.titre_3 {
	font-size:10pt;
	font-weight:bold;
	color:DARKRED;
	margin-bottom:5px;
}
.date_publication {
	color:#3E89BE;
}
.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:#FF6600;
	margin-bottom:20px;
}
H2 {
	font-family:Arial;
	font-size:12pt;
	color:#00467A;
	font-weight:bold;
	text-align:left;
	margin-top:0px
	}
H3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:#00467A;
	font-weight:bold;
	border-bottom:GRAY solid 1px;
	text-align:left;
	line-height:11pt;
	}
H4 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:#00467A;
	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:#00467A outset 3px;
	background-color:#00467A;
	color:white;
	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:SILVER solid 1px;
	border-top:SILVER solid 1px;
	}
.td {
	border-right:SILVER solid 1px;
	border-bottom:SILVER solid 1px;
	}
.th {
	color:#00467A;
	background-color:WHITESMOKE;
	border-right:SILVER solid 1px;
	border-bottom:SILVER solid 1px;
	}
.input {
	font-size:8pt;
	font-weight:normal;
	color:#00467A;
	background-color:WHITE;
	height:17px;
}
.input_protege {
	font-size:8pt;
	font-weight:normal;
	color:#00467A;
	background-color:WHITESMOKE;
	height:17px;
	border:GRAY solid 1px;
}
.textarea {
	background-color:WHITE;
	color:#00467A;
	font-family:Arial;
	font-size:10px;
	line-height:10px;
	font-weight:normal;
	}
.textarea_protege {
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	border:GRAY solid 1px;
	background-color:WHITE;
	overflow:hidden;
	color:#00467A;
}
.select {
	font-size:8pt;
	font-weight:normal;
	color:#00467A;
/*	height:17px; */
	background-color:WHITE;
	border:GRAY solid 1px;
}
.radio {
	/*
	border:0px;
	background-color:#96C4E5;
	*/
	}
.tri_colonne {color:#00467A; text-decoration:none}
.tri_colonne:hover {color:#00467A; text-decoration:underline}
.legende {
	color:#00467A;
	font-size:7pt;
	line-height:7pt;
	text-align:justify;
	}
.separateur {
	font-size:1pt;
	line-height:1pt;
	background-color:#FFFFFF;
	background-image:url('images/separateur.gif');
	background-position:center left;
	background-repeat:repeat-x;
	height:4px;
}
.rollover {
	cursor:pointer;
	cursor:hand;
	}
/* Couleurs */
.bg_main {background-color:WHITE;}
.bg_blanc {background-color:#FFFFFF;}
.bg_noir {background-color:#000000;}
.bg_turquoise {background-color:BLUE;}
.bg_rouge {background-color:#C80000;}

.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:PURPLE;}
.fond_violet {background-color:PURPLE;}
.cadre_violet {border: solid 1px;padding:3px;height:50px;}

.vert {color:#7B9F24;}
.fond_vert {background-color:#7B9F24;}
.cadre_vert {border:#7B9F24 solid 1px;padding:3px;height:50px;}

.bleu {color:BLUE;}
.fond_bleu {background-color:#00467A;}
.cadre_bleu {border:#00467A solid 1px;padding:3px;height:50px;}

.turquoise {color:TURQUOISE;}
.rouge {color:darkred;}
.gris {color:GRAY;}

.blanc:hover {color:#FFFFFF;}
.noir:hover {color:#000000;}
.orange:hover {color:#FF6600;}
.vert:hover {color:#7B9F24;}
.turquoise:hover {color:TURQUOISE;}
.violet:hover {color:PURPLE;}
.violet_texte:hover {color:PURPLE;}
.bleu:hover {color:#00467A;}
.rouge:hover {color:#C80000;}

.moyen {font-size:8pt;line-height:9pt;}
.minimum {font-size:1pt;line-height:1pt;}
.big {font-size:13pt;}
.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;
}

.sep_droite {
	border-right:SILVER solid 1px;
}
.sep_gauche {
	border-left:SILVER solid 1px;
}
.sep_bas {
	border-bottom:SILVER solid 1px;
}
.sep_haut {
	border-top:GAINSBORO 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;}
.exergue {
	font-size:11pt;
	font-weight:bold;
}
.inactif {
	color:GRAY;
	cursor:default;
}
.main {
	cursor:pointer;
}
.fleche {
	cursor:default;
}
.estompe {
	color:SILVER;
}
.droite {
	text-align:right;
}

.gestion {
	padding-left:4px;
	padding-right:4px;
}
.subdivision {
	padding-top:5px;
	padding-bottom:5px;
}
.sous_phase {
	border:GRAY solid 1px;
	padding:5px;
	background-color:#A29BFF;
	font-weight:bold;
}
.texte_bleu {color:#00467A;}

.intro {
	color:#00467A;
	text-align:justify;
}
.location {
	color:#00467A;
	font-size:8pt;
	border-bottom:#00467A solid 1px;
}
.sous_menu {
	color:#00467A;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
}
.lettrine {
	font-family:"Trebuchet MS";
	font-size:40pt;
	line-height:35pt;
	font-weight:bold;
	color:#00467A;
	padding-right:5px;
}
.resume {
	font-weight:bold;
	background-color:GAINSBORO;
	padding:5pt;
}
.bandeau {
	background-color:#EDE9E4;
	color:GRAY;
}
.menu_off {
	font-size:11pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.menu_off:hover {
	color:ORANGE;
}
.menu_on {
	font-size:11pt;
	font-weight:bold;
	color:YELLOW;
	text-decoration:none;
}
.menu_on:hover {
	color:ORANGE;
}
.radius_gris_top {
	background-color:#F4F3EF;
	border-top:#E6E3E0 solid 1px;
}
.radius_gris_bottom {
	background-color:#F4F3EF;
	border-bottom:#E6E3E0 solid 1px;
}
.radius_gris_left {
	background-color:#F4F3EF;
	border-left:#E6E3E0 solid 1px;
}
.radius_gris_right {
	background-color:#F4F3EF;
	border-right:#E6E3E0 solid 1px;
}
.radius_gris_content {
	background-color:#F4F3EF;
}
.puce_rouge {
	color:#C80000;
}
.puce_verte {
	color:#7B9F24;
}
.navig {
	padding:5px;
	background-color:WHITESMOKE;
	border:GAINSBORO solid 1px;
}
.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;
}
#sous_menu_bis {
	height:150px;
	overflow:auto;
}
