body {
	background-color: #8DA71A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

caption {
	background-color: #ff6600;
	color: #ffffff;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#banner{
	width:980px;
	height:150px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}

#menu-con{
	width:980px;
	height:70px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}

#gallery{
	width:650px;
	height:400px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}

#news{
	width:260px;
	height:400px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}

/* h1 = titre-vert */
h1 {
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	line-height: 20pt;
	text-align: left;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}

h2 {
	color: #81b719;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	padding-bottom: 0px;
}

/* h3 = TITRE-GRIS-PETIT */
h3 {
	color: #999999;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 20pt;
	margin: 0px;
	padding: 5px 10px 5px 25px;
	text-align: left;
}
	
#menu {
	height:176px;
	padding:0px;
	margin:0px;
}
		
blockquote {
	margin: 20px;
}

div.btn-real{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	background-image:url(/images/css/bg-btn1.jpg);
	margin: 0px 0px 0px 0px;
	padding:8px 10px 13px 17px;
	width:auto;
	cursor:pointer;
	float: left;
}

div.btn-real-hover{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:bold;
	background-image:url(/images/css/bg-btn1-hover.jpg);
	margin: 0px 0px 0px 0px;
	padding:8px 10px 13px 17px;
	width:auto;
	cursor:pointer;
	float: left;
}

	
input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #006699;
	color: #FFCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {
	color: #333333;
	font-family: arial;
	font-size: 11px;
	text-align: left;
}

th {
	background-color: #81b719;
	background-image: url(/images/css/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 30px;
	color:#ffffff;
	vertical-align:middle;
}

td{
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}

p {
	color: #8E5E2D;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin: 3px 3px 3px 3px;
}

img {
	border: 0px;
	padding:0px;
	margin:0px;
	padding-bottom:0px;
}

img a {
	cursor:pointer;
}

a img{
	cursor:pointer;
}

ul {
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	margin-left: 35px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-decoration: none;
}

#picture_area {
	width:490px;
	height:362px;
	margin:0px;
	padding:0px;
}

.image_bordure {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px;
	/*filter:alpha(opacity=0); 
	-moz-opacity: 0.0; 
	opacity: 0.0;*/
}

.image_bordure_op {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

.image_bordure_hover {
	border: 1px solid #446f07;
	padding: 5px;
	cursor: pointer;
}

.image_bordure_droit {
	border: 1px solid #cccccc;
	float: right;
	margin-left: 20px;
	padding: 5px;
	vertical-align: middle;
}

.image_bordure_gauche {
	border: 1px solid #ccc;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 5px;
}

.image_bordure_gauche_hover {
	border: 1px solid #446f07;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	cursor:pointer;
}

.docs {
	color: #446f07;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 5px;
}

.docs a {
	color: #446f07;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

.docs a:hover {
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

.info-noms {
	color: #446f07;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}

.button {
	background-color: #5d004a;
	border: 1px solid #cccccc;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}

.button:hover {
	background-color: #aa7742;
	border: 1px solid #cccccc;
	color: #ffffff;
	cursor: pointer;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}

.yellowButton {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #EE6A08;
	border: 1px solid #FF6600;
	cursor:pointer;
	width:100px;
}

.yellowButton:hover {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF6600;
	border: 1px solid #EE6A08;
	cursor:pointer;
	width:100px;
}

.plus a {
	background: url(/images/css/pluso.gif) no-repeat center;
	background-position: 0px 8px; /* x-pos y-pos */
	border-bottom: #666666 dotted 1px;
	color: #333333;
	cursor: pointer;	
	padding: 3px 2px 0px 13px;
	text-align: left;
	text-decoration: none;	
}

.plus a:hover {
	background: url(/images/css/pluso.gif) no-repeat center;
	background-position: 0px 8px; /* x-pos y-pos */
	border-bottom: #ff6600 dotted 1px;
	color: #ff6600;
	padding-left: 13px;
	text-decoration: none;
}

.redactionel {
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 1px;
	text-align: justify;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.redactionel a{
	text-decoration : none;
	color: #666666;
	
}

.redactionel a:hover{
	color: #5C0452;	
	text-decoration: underline;
}

.required {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #9d1481;
	font-size: 11px;
	padding:0px;
}

.info {
	background: #eeeeee url(/images/css/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #003399;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #003399;
	margin: 5px;
	border-bottom: 2px solid #003399;
	text-align:left;
}

.alert {
	background: #eeeeee url(/images/css/exclamation.png) center no-repeat;
	background-position: 15px 50%;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #9F090A;
	margin: 7px;
	font-weight:bold;
	color:#9F090A;
	border-bottom: 2px solid #9F090A;
	text-align:left;
}

.legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	font-size:10px;
	background: transparent;
	margin: 0em;
	padding: 0em;
	vertical-align:middle;
}

a img {
	cursor: pointer ;
}

a.help img {
	border: 0;
	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
}

a.help:hover {
	cursor: help; /*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
}

a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}

a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/

	margin: 0;
	padding: 0;
	border: 0;
}

a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}

.alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid #cc0000;
}

.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: beige;
	padding: 1px;
	border: 1px inset #006699;
}
	
.commentaire {	/*** Mise en avant des champs en cours d'utilisation ***/
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
	background-color: #FAFAED;
	padding: 1px;
	border: 1px inset #006600;
}

.normal {	/*** Retour à l'état normal après l'utilisation ***/
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #006699;
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #999999;
}
	
.table_bordure_gris {
	border: 1px solid #cccccc;
	padding: 1px;
}

.table_bordure_orange {
	border: 1px solid #ff6600;
	padding: 1px;
}
.table_recherche_emploi {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	border: 1px dotted #ff6600;
	font-size: 11px;
	
}
.table_bordure_vert {
	border: 1px solid #81b719;
	padding: 1px;
}

.titre-violet {
	color: #5C0452;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	line-height: 15pt;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	text-align:justify;
}

.titre-orange {
	color: #ff6600;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.titre-violet-3 {
	color: #5D004A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.titre-para-puce-violet {
	background: url(/images/carre-violet.gif) no-repeat center;
	background-position: 0px 8px; /* x-pos y-pos */
	border-bottom: 1px solid #5C0452;
	color: #5C0452;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin: 5px 0px 10px 1px;
	padding: 5px 0px 1px 20px;
	text-align: left;
	text-decoration: none;
}

.puce-vert {
	background-position: 0px 8px; /* x-pos y-pos */
	border-bottom: 1px solid #819D0A;
	color: #666666;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	background-image: url(/images/css/carre-vert-partenaires.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
}

.puce-vert a{
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	margin: 5px 0px 0px 10px;
	padding: 5px 0px 1px 0px;
}

.titre-vert {
	color: #819D0A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 23px;
	line-height: 20pt;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}

.titre-vert-proj {
	color: #819D0A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 23px;
	line-height: 20pt;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}

.titre-vert a, a.help, .lexique {
	text-decoration: none;
}

.titre-vert a:hover {
	color: #ff6600;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 23px;
	line-height: 20pt;
	margin: 5px;
	padding: 5px 10px 5px 25px;
	text-align: left;
	text-decoration: none;
}

.titre-vert-1 {
	color: #819D0A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	margin: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: justify;
}

.titre-vert-2 {
	color: #819D0A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 17px;
	margin: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: left;
}
.titre-vert-2 a {
	text-decoration: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}
.titre-vert-2 a:hover {
	text-decoration: none;
	padding-left: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #5C0452;
}
.titre-vert-3 {
	color: #819D0A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 16px;
	margin: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 3px;
}

#offres {
	border-bottom-color: #ff6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

#orange-promo {
	color: #ff6600;
}

#vert-contruction {
	color: #81b719;
}
#bleu-engineering {
	color: #91ACBC;
}

.link-externe {
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;			
}

.link-externe:hover {
	color: #8e5e2d;
	border-bottom: 1px dotted #8e5e2d;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bas_de_page {
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;			
}

.link {
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;			
}

.link:hover {
	color: #3665d1;
	border-bottom: 1px dotted #3665d1;
	text-decoration: none;
	margin-bottom: 0px;	
	padding-bottom: 0px;		
}

.corporate {
	color: #5C0452;
}

.corporate a {
	cursor: pointer;
}

.construction {
	color: #819D0A;
}
.construction a {
	color: #819D0A;
	text-decoration:none;
}
.construction a:hover {
	color: #819D0A;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #5C0452;
}
.engineering {
	color:#91acbc;
}
.promotion {
	color: #d7a561;
}
.blanc {
	color: #ffffff;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;	
}

.ss-titre {
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	line-height: 20pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
}
.rens {
	position:relative;
	left:30px;
	top:0px;
	width:250px;
	height:0;
	margin:0px;
	border: 1px dotted #ff6600;
	padding: 1px;
}
fieldset.rens_test {
	left:30px;
	height:auto;
	width:270px;
	margin:15px;
	border: 1px dotted #ff6600;
	padding: 3px;
	float: left;
}

.chapo-gris {
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	margin: 5px 0px 3px 25px;
	padding: 1px;
	text-align: justify;
}

fieldset.test {
	left:30px;
	height:auto;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

.info-pdf {
	color: #666666;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	
}
.chp-required {
	border: 1px solid #9d1481;
	padding: 1px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #9d1481;
	font-size: 11px;

}
.chp {
	border: 1px dotted #c6c6c6;
	padding: 1px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
}
.petit-vert {
	
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #819D0A;
	font-size: 10px;
}
.actus {
	color: #666666;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.fiche-pdf {
	background: url(/images/pdf.gif) no-repeat center;
	background-position: 30px 0px; /* x-pos y-pos */
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 13px 0px 15px 75px;
	margin-bottom: 0px;	
}

.fiche-pdf a{	
	text-decoration: none;
	color: #333333;
}

.fiche-pdf :hover{
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	padding: 13px 0px 15px 0px;
	margin-bottom: 0px;	
}


.titre-vert-centre {
	color: #819D0A;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 24px;
	line-height: 20pt;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}
.titre-violet-4 {
	color: #5D004A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	text-align: center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration:none;
}
.titre-violet-4 a {
	color: #5D004A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	text-align: center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration:none;
}
.titre-violet-4 a:hover {
	color: #5D004A;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	text-align: center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
.netstudio {
	font-style: normal;
	color: #437012;
	font-size:9px;
	background: transparent;
	margin: 0em;
	padding: 0em;
	vertical-align:middle;
}
.netstudio a{
	font-style: normal;
	color: #437012;
	font-size:9px;
	background: transparent;
	margin: 0em;
	padding: 0em;
	vertical-align:middle;
	text-decoration:none;
}
.netstudio a:hover{
	font-style: normal;
	color: #9EE353;
	text-decoration:none;
}
