body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding: 0;
	margin: 0;
	background:white;
	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:underline;
	}
a:hover {
	color:blue;
	text-decoration:none;
	}
hr {
	margin:0;
}
h1 {
	font-family:"Trebuchet MS";
	font-size:16pt;
	height:23px;
	margin:0 0 20px 0;
	padding-bottom:5px;
	color:#141392;
	border-bottom:navy solid 2px;
	}
h2 {
	font-family:"Trebuchet MS";
	font-size:13pt;
	color:navy;
	font-weight:bold;
	margin:10px 0 5px 0;
	}
h2.toggler {
	padding-left:12px;
	background:transparent url(../images/icones/indent_fleche.gif) no-repeat center left;
	}
h3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:#FF8A00;
	font-weight:bold;
	/*border-bottom:GRAY solid 1px;*/
	text-align:left;
	line-height:11pt;
	}
h3.toggler {
	padding-left:12px;
	background:transparent url(../images/icones/indent_fleche.gif) no-repeat center left;
	margin-bottom:0px;
	}
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:right;
	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:navy solid 1px;
	border-top:navy solid 1px;
	border-right:navy solid 1px;
	border-bottom:navy 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;
}
.sous_menu_off {
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
	text-align:left;
	padding-left:10px;
}
.sous_menu_on {
	font-size:10pt;
	font-weight:bold;
	color:orange;
	text-decoration:none;
	text-align:left;
	padding-left:10px;
	background:transparent url(../images/icones/1.gif) no-repeat left center;
}
.sous_menu_on a {
	color:orange;
	text-decoration:none;
}
.sous_menu_off a {
	color:white;
	text-decoration:none;
}

.blanc {color:WHITE;}
.orange {color:#FFA200;}
.orange2 {color:#ef9700;}
.fond_orange {background-color:#f39800;}
.bleu {color:#1515e3;}
.fond_bleu {background-color:#53c0d8;}
.bleu_pale {color:#89c5df;}
.vert {color:#98bf0f;}
.fond_vert {background-color:#96bf08;}
.vert_fonce {color:#1a3400;}

.nolink {text-decoration:none;}
.link {text-decoration:underline;}
li.long {
	margin-top:10px;
}
.transparent_70 {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
.noborder {border:0;}

#contenu {
	margin:10px 20px 20px 20px;
	background:transparent;
	height:480px;
}
#contenu img {float:left;}
#contenu_scroll {
	margin:10px 5px 20px 20px;
	background:transparent;
	height:480px;
	overflow-x: hidden;
	overflow-y: auto;
}
#intro {
	float:left;
	background:transparent;
	width:410px;
	height:180px;
	text-align:justify;
}
#intro li {
	margin-left:20px;
}
#intro_2 {
	float:right;
	background:transparent;
	width:410px;
	height:220px;
	text-align:justify;
}
#news {
	float:right;
	width:300px;
	height:160px;
	border:#1515e3 solid 1px;
	font-size:8pt;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.news_header {
	background:transparent url(../images/news_header.gif) no-repeat top center;
	text-align:center;
	height:20px;
}

#espace_gallery {
	background:transparent;
	float:left;
	width:300px;
	height:230px;
}
#gallery {
	width:300px;
	height:200px;
	border:navy solid 1px;
}
#references2 {
	width:100%;
	height:245px;
	overflow-x: hidden;
	overflow-y: auto;
	background:transparent;
	border:navy solid 1px;
	padding:4px;
}
#references1 {
	width:100%;
	height:245px;
	overflow-x: auto;
	overflow-y: hidden;
	background:transparent;
}
.puce_reference {
	padding-left:12px;
	background:transparent url(../images/icones/indent_fleche.gif) no-repeat center left;
	font-size:7pt;
	color:navy;
}