body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding: 0;
	margin: 0;
	background:#1894b0 url(../images/fond_page.jpg) repeat-x top left;
	height:100%;
}
form,ol,li,ul,dd,dt,dl,h1,h2,h3,h4,h5,h6,form,fieldset,p,td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
}
td img {
	vertical-align:bottom;
}
a {
	color:black;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
}
hr {
	margin:0;
}
h1 {
	font-family:"Trebuchet MS";
	font-size:13pt;
	height:23px;
	margin:0 0 0 240px;
	padding:0 0 0 20px;
	}
h1.vert {
	background:transparent url(../images/fond_titre_vert.gif) no-repeat top right;
	color:white;
}
h1.bleu {
	background:transparent url(../images/fond_titre_bleu.gif) no-repeat top right;
	color:white;
}
h1.orange {
	background:transparent url(../images/fond_titre_orange.gif) no-repeat top right;
	color:white;
}
h2 {
	font-family:"Trebuchet MS";
	font-size:13pt;
	color:#ffa200;
	font-weight:bold;
	margin:10px 0 5px 0;
	}
h3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	}
h4 {
	font-family:"Trebuchet MS";
	font-size:10pt;
	color:#FF8A00;
	font-weight:bold;
	border-bottom:GRAY solid 2px;
	text-align:left;
	line-height:11pt;
	}

/*=========*/
/* Classes */
/*=========*/
.normal {
	font-family:Arial;
	font-size:10pt;
	color:black;
	}
.pied {
	font-size:8pt;
	line-height:8pt;
	color:GRAY;
	text-decoration:none;
	padding-right:3px;
	}
.contour {
	border: solid 1px;
	}
.titre_box {
	font-family:"Trebuchet MS";
	font-size:11pt;
	font-weight:bold;
	color:#89c5df;
	text-align:center;
	margin:5px 10px 5px 0;
}
.table {
	border-left:LIGHTGREY solid 1px;
	border-top:LIGHTGREY solid 1px;
	}
.td {
	border-right:LIGHTGREY solid 1px;
	border-bottom:LIGHTGREY solid 1px;
	}
.th {
	color:black;
	background-color:GAINSBORO;
	border-right:LIGHTGREY solid 1px;
	border-bottom:LIGHTGREY solid 1px;
	}
.input {
	font-size:8pt;
	height:16px;
	border:#1a3400 solid 1px;
}
.input_protege {
	font-size:8pt;
	font-weight:normal;
	color:black;
	height:17px;
	border:0;
	border-bottom:SILVER solid 1px;
}
.textarea {
	background-color:WHITE;
	color:black;
	font-family:Arial;
	font-size:8pt;
	line-height:8pt;
	font-weight:normal;
	}
.textarea_protege {
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	background-color:WHITE;
	overflow:hidden;
	color:black;
	border:0;
	border-bottom:SILVER solid 1px;
}
.select {
	font-size:8pt;
	font-weight:normal;
	color:black;
/*	height:17px; */
	background-color:WHITE;
	border:GRAY solid 1px;
}
.radio {
	/*
	border:0px;
	background-color:#FFFFFF;
	*/
	}
.legende {
	color:black;
	font-size:7pt;
	line-height:7pt;
	text-align:justify;
	}
.rollover {
	cursor:pointer;
	/*cursor:hand;*/
	}

.fond_gris {background-color:WHITESMOKE;}
.gris {color:GRAY;}

.moyen {font-size:8pt;line-height:9pt;}
.minimum {
	font-size:0pt;
	line-height:0pt;
	height:0;
}
.plus {font-size:11pt;}
.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;
}

.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:SILVER solid 1px;
}
.message {
	font-size:8pt;
	line-height:8pt;
	color:GRAY;
	border:black solid 1px;
	background-color:IVORY;
	padding:5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=135, Color:GRAY);
	text-align:left;
}
.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;
}
.stabilo_rose {
	padding-left:4px;
	padding-right:4px;
	background-color:#FF7CFD;
}
.stabilo_jaune {
	padding-left:4px;
	padding-right:4px;
	background-color:#FEFF49;
}
.roundbox {
	font-size:8pt;
	line-height:9pt;
	border:GRAY solid 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:WHITESMOKE;
	color:GRAY;
	padding:5px;
}
.roundbox_plus {
	border:GRAY solid 1px;
	border-radius:20px;
	-moz-border-radius:20px;
	padding:10px;
}
.fieldset {
	padding:3px;
	background-color:#FFFFCC;
	border-radius:5px;
	-moz-border-radius:5px;
}
.menu_texte {
	color:black;
	text-decoration:none;
	font-size:8pt;
	line-height:8pt;
}
.menu_off {
	font-size:8pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.menu_index_off {
	font-size:8pt;
	font-weight:bold;
	color:#2fa2bd;
	text-decoration:none;
}
.menu_index_on {
	font-size:8pt;
	font-weight:bold;
	color:#FFA200;
	text-decoration:none;
}
.menu_on {
	font-size:8pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.menu_on.vert {color:#b8db6a;}
.menu_on.bleu {color: #90daec;}

.blanc {color:WHITE;}

.souligne_orange {border-bottom:#FFA200 solid 2px;}
.orange {color:#FFA200;}
.fond_orange {background-color:#f39800;}
#top_orange {
	margin:5px 0 0 0;
	border-top:#f39800 solid 4px;
	width:645px;
}

.souligne_bleu {border-bottom:#55aeb2 solid 2px;}
.bleu {color:#55aeb2;}
.fond_bleu {background-color:#53c0d8;}
#top_bleu {
	margin:5px 0 0 0;
	border-top:#53c0d8 solid 4px;
	width:645px;
}
.bleu_pale {color:#89c5df;}

.souligne_vert {border-bottom:#98bf0f solid 2px;}
.vert {color:#98bf0f;}
.fond_vert {background-color:#96bf08;}
#top_vert {
	margin:5px 0 0 0;
	border-top:#96bf08 solid 4px;
	width:645px;
}
.vert_fonce {color:#1a3400;}

.nolink {text-decoration:none;}
li.long {
	margin-top:10px;
}
.transparent_70 {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
.fade_image {
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
}
.noborder {border:0;}

#left_menu {
	background:transparent url(../images/cartouche_ligne.gif) repeat-x left center;
}
#left_menu a{color:#55aeb2;}
#left_menu a:hover{text-decoration:none;}

#menu_accueil {
	margin:10px;
}
#menu_accueil a {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
#menu_accueil a:hover {
	text-decoration:none;
}

/*
=============================================================================
SOUS-MENU
=============================================================================
*/
#sous_menu {
	width:630px;
	padding:5px;
	font-size:8pt;
	margin-left:4px;
}
#sous_menu .sous_menu_on {
	font-weight:bold;
	color:white;
	text-decoration:underline;
}
#sous_menu .sous_menu_off {
	color:white;
}
#TOC {
	float:right;
	width:200px;
	margin:10px 0 10px 20px;
}
#TOC .menu {
	border:#b8db6a solid 3px;
	border-radius:5px;
	-moz-border-radius:10px;
	background:transparent;
}
#TOC ul {
	list-style-position:outside;
}
.sous_sous_menu_vert {
	color:#869f4f;
}
#contenu a {
	color:#4f6cff;
	text-decoration:underline;
}
.lien {text-decoration:underline;}

#calendrier td,th,a {
	font-family:Arial, sans-serif;
	font-size:8pt;
	color:#50C0D8;
}
#calendrier .table {
	border-left:#34A5BD solid 1px;
	border-top:#34A5BD solid 1px;
	}
#calendrier .td {
	border-right:#34A5BD solid 1px;
	border-bottom:#34A5BD solid 1px;
	}
#calendrier .th {
	background-color:#34A5BD;
	color:white;
	border-right:#34A5BD solid 1px;
	border-bottom:#34A5BD solid 1px;
	}

#loader {
	width:220px;
	height:160px;
	background:white;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	text-align:center;
}

