<style type="text/css">
<!--
/*===============*/
/* Eléments HTML */
/*===============*/
* {}

html, body {
	color:BLACK;
	margin:0px;
	height:100%;
	background-color:#08a59a;
	font-family:Arial;
	font-size:10pt;
	color:BLACK;
	}
td, th, div {
	color:BLACK;
	font-family:Arial;
	font-size:10pt;
	color:BLACK;
	}
p {
	text-align:justify;
}
.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;
	}
#separateur {
	border:black solid 0px;
	width:100%;
}

a {
	color:BLACK;
	}
a:hover {
	color:BLACK;
	text-decoration:none;
	}
h1 {
	font-family:"Trebuchet MS";
	font-size:14pt;
	color:#96BF0E;
	font-weight:bold;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
	}
h2 {
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#FF8A00;
	font-weight:bold;
	margin-left:30px;
	margin-top:0px;

/*
	margin-left:50px;
	margin-bottom:20px;
*/
	}
h3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:#FF8A00;
	font-weight:bold;
	/*border-bottom:GRAY solid 1px;*/
	text-align:left;
	line-height:11pt;
	}
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 */
/*=========*/
.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;
	font-weight:normal;
	color:BLACK;
	background-color:WHITE;
	height:12px;
}
.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:1pt;line-height:1pt;}
.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;
}
.exergue {
	font-size:11pt;
	font-weight:bold;
}
.inactif {
	color:GRAY;
	cursor:default;
}

.resume {
	font-family:Arial;
	font-size:10pt;
	line-height:10pt;
	margin-top:5px;
	margin-bottom:5px;
}

.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;
	height:20px;
	padding-left:27px;
	background-image: url('../images/bouton.png');
	background-repeat: no-repeat;
}
.menu_on {
	font-size:8pt;
	font-weight:bold;
	height:20px;
	padding-left:27px;
	background-image: url('../images/bouton.png');
	background-repeat: no-repeat;
}
.menu_bis_off {
	font-size:8pt;
	font-weight:bold;
	height:20px;
	padding-left:27px;
	background-image: url('../images/bouton_2.png');
	background-repeat: no-repeat;
}
.menu_bis_on {
	font-size:8pt;
	font-weight:bold;
	height:20px;
	padding-left:27px;
	background-image: url('../images/bouton_2.png');
	background-repeat: no-repeat;
}
.sous_menu_off_div {
	font-size:8pt;
	line-height:8pt;
	margin-left:20px;
	border:white solid 0px;
}
.sous_menu_off {
	font-size:8pt;
	line-height:8pt;
	color:#FFA200;
	font-weight:bold;
}
.sous_menu_on_div {
	font-size:8pt;
	line-height:8pt;
	margin-left:10px;
	padding-left:10px;
	background-image: url('../images/icones/1b.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.sous_menu_on {
	font-size:8pt;
	line-height:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.blanc {color:WHITE;}
.orange {color:#FFA200;}

.nolink {text-decoration:none;}
.introduction {
	font-weight:normal;
}
li.long {
	margin-top:10px;
}
.transparent_70 {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
.noborder {border:0;}

.bouton {
	margin:5px 0 0px 15px;
	padding:4px 0px;
	width:180px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0px 2px 2px #bcbcbc;
	-webkit-box-shadow: 0px 2px 2px #bcbcbc;
	box-shadow: 0px 2px 2px #bcbcbc;
	font-weight:bold;
	font-size:8pt;
	background:#607B08 url('../gradient.php?W=10&H=30&S=B2D04D&E=607B08') repeat-x top left;
}
.bouton a {
	color:#00628f;
	margin-left:7px;
	text-decoration:none;
}
.bouton.b1 {
	background:#607B08 url('../gradient.php?W=10&H=30&S=B2D04D&E=607B08') repeat-x top left;
}
.bouton.b1 a {
	color:white;
	margin-left:7px;
}
.vert {
	color:#83A70B;
}
#adresse_paris {
	position:absolute;
	z-index:3;
	width:200px;
	text-align:center;
	background-color:white;
	border:gray solid 2px;
}

#adresse_lyon {
	position:absolute;
	z-index:3;
	width:160px;
	text-align:center;
	background-color:white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#adresse_job {
	position:absolute;
	z-index:3;
	width:130px;
	text-align:center;
	background-color:white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#adresse_bordeaux {
	position:absolute;
	z-index:1;
	width:160px;
	text-align:center;
	background-color:white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
-->
</style>

