/* © 2006 Bexter Ben CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03244D;
	margin: 0px;
	padding: 0px;
	background : #6574AF url(images/bg-site.jpg) repeat-x ;
}
p{
	margin: 1em 0;
}
#site {
	width: 768px;
	position: absolute;
	margin-left: -384px;
	left: 50%;
	background: #fff url(images/fond-contenu.jpg) repeat-y ;
}
#sidebar{
	float: left;
	width: 208px;
	height: 550px;
	padding: 0px;
	margin: 0px;
	background: transparent url(images/sidebar.jpg) no-repeat;
}
h2#home{
	height: 175px;
	width: 188px;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
}
#sidebar h2 a{
	display: block;
	width: 175px;
	height: 135px;
}
#sidebar h2 a strong{
	display: none;
}
#header{
	height:200px;
	width:540px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	background: transparent url(images/header.jpg) no-repeat;
	display: block;
}
#header h1{
	padding: 0px;
	margin: 0px;
	text-indent: -999em;
	background: #E8EBF4 url(images/wait.jpg) no-repeat;
	width: 512px;
	height: 190px;
}

/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 208px;
	height: 185px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/menu.jpg) no-repeat;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li a{
	display: block;
	width: 208px;
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
li#menu_01 a { height: 25px; }
li#menu_02 a { height: 24px; }
li#menu_03 a { height: 24px; }
li#menu_04 a { height: 24px; }
li#menu_05 a { height: 24px; }
li#menu_06 a { height: 24px; }
li#menu_07 a { height: 24px; }
li#menu_01 a:hover { background: transparent url(images/menu-on.jpg) -0px -0px no-repeat; }
li#menu_02 a:hover { background: transparent url(images/menu-on.jpg) -0px -25px no-repeat; }
li#menu_03 a:hover { background: transparent url(images/menu-on.jpg) -0px -49px no-repeat; }
li#menu_04 a:hover { background: transparent url(images/menu-on.jpg) -0px -73px no-repeat; }
li#menu_05 a:hover { background: transparent url(images/menu-on.jpg) -0px -97px no-repeat; }
li#menu_06 a:hover { background: transparent url(images/menu-on.jpg) -0px -121px no-repeat; }
li#menu_07 a:hover { background: transparent url(images/menu-on.jpg) -0px -145px no-repeat; }

#smenu li ul {
	/* listes du deuxième niveau */
	position: absolute;
	width: 90px;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}
#smenu li ul li { /* li du deuxième niveau */
	height: 18px;
	background: #00ff00;
}
#smenu li ul li a { /* liens du deuxième niveau */
	width: auto;
	height: 18px;
	padding: 2px 5px;
	text-decoration: none;
	color: #2b2b2b;
}
#smenu li ul li a:hover { /* liens survolés du deuxième niveau */
	color: #00ff00;
	background: #4b4b4b;
}
#smenu li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
#address{
	padding: 0px 35px;
	color: #f5f5f5;
}
#address a{
	color: #fff;
	font-size: 9px;
/*	letter-spacing: -1px;*/
	text-decoration: none;
/*	font-weight: bolder;*/
}
#address a:hover{
	color: #03244D;
	background: #fff;
}
/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#contenu {
	float: right;
	width:560px;
	padding: 0px;
	margin: 0px;
}
#contenu p {
}
#contenu a {
}
#contenu a:hover {
}
.content{
	float: right;
	width: 520px;
	padding: 0px 20px;
	margin: 0px;
	background: transparent url(images/content.jpg) no-repeat 0px 0px;
}
.content h2 {
	padding: 0px;
	margin: 0px;
}
.content p{
}
.content a{
	text-decoration: none;
	font-weight: bolder;
	color: #03244D;
}
.content a:hover{
	text-decoration: underline;
	color: #6B6FAC;
}
.cell01{
	display: block;
	float: left;
	width: 100px;
	height: 110px;
	margin-left: 9px;
	margin-right: 26px;
	background: #fff url(images/cell01.jpg) no-repeat 0px 0px;
	text-indent: -999em;
}
.cell01 a{
	display: block;
	width: 100px;
	height: 110px;
}
.cell01 strong{
	display: none;
}
.cell02{
	display: block;
	float: left;
	width: 100px;
	height: 110px;
	margin-right: 26px;
	background: #fff url(images/cell02.jpg) no-repeat 0px 0px;
	text-indent: -999em;
}
.cell02 a{
	display: block;
	width: 100px;
	height: 110px;
}
.cell02 strong{
	display: none;
}
.cell03{
	display: block;
	float: left;
	width: 100px;
	height: 110px;
	margin-right: 26px;
	background: #fff url(images/cell03.jpg) no-repeat 0px 0px;
	text-indent: -999em;
}
.cell03 a{
	display: block;
	width: 100px;
	height: 110px;
}
.cell03 strong{
	display: none;
}
.cell04{
	display: block;
	float: left;
	width: 100px;
	height: 110px;
	background: #fff url(images/cell04.jpg) no-repeat 0px 0px;
	text-indent: -999em;
}
.cell04 a{
	display: block;
	width: 100px;
	height: 110px;
}
.cell04 strong{
	display: none;
}
.cell00{
	display: block;
	float: left;
	width: 150px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.cell05{
	display: block;
	float: left;
	width: 150px;
	margin: 0px 0px 0px 30px;
}
.cell06{
	display: block;
	float: left;
	width: 150px;
	margin: 0px 10px 10px 0px;
}
.cell07{
	display: block;
	float: left;
	width: 150px;
	margin: 0px 30px 0px 0px;
}
.quotemetier{
	padding: 0px 150px 0px 0px;
	margin: 0px 0px 0px 40px;
	text-align: justify;
}
#metier blockquote p{
	margin: 0px;
}
.cell-contact{
	display: block;
	width: 210px;
	padding: 2px 0px 0px 40px;
	margin: 10px 0px 10px 20px;
	height: 110px;
	background: #fff url(images/cell-contact.jpg) no-repeat 0px 0px;
}
.cell{
	display: block;
	width: 210px;
	padding: 7px 0px 0px 40px;
	margin: 10px 0px 10px 20px;
	height: 105px;
	background: #fff url(images/cell-contact.jpg) no-repeat 0px 0px;
}
.wash{
	clear: both;
	height: 5px;
	font-size: 5px;
}
/*-- debut titre page ------------------------------------------------*/
#titre-accueil{
	background: transparent url(images/titre-accueil.jpg) no-repeat;
	display: block;
	width: 768px;
	height: 50px;
}
#titre-accueil h1{
	padding: 0px;
	margin: 0px;
	display: none;
}
/*-- fibn titre page ------------------------------------------------*/
/*-- debut titre h2 ------------------------------------------------*/
.vide{
	background: transparent url(images/vide.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
}
h2.accueil{
	clear: both;
	background: transparent url(images/h2-accueil.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.actualite{
	clear: both;
	background: transparent url(images/h2-actualite.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.contact{
	clear: both;
	background: transparent url(images/h2-contact.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.formulaire{
	clear: both;
	background: transparent url(images/h2-formulaire.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.postuler{
	clear: both;
	background: transparent url(images/h2-postuler.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.sitemap{
	clear: both;
	background: transparent url(images/h2-sitemap.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.rejoindre{
	clear: both;
	background: transparent url(images/h2-rejoindre.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.metiers{
	clear: both;
	background: transparent url(images/h2-metiers.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.edito{
	clear: both;
	background: transparent url(images/h2-edito.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.groupe{
	clear: both;
	background: transparent url(images/h2-groupe.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.realisations{
	clear: both;
	background: transparent url(images/h2-realisations.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
h2.competences{
	clear: both;
	background: transparent url(images/h2-competences.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px;
}
.mev{
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}
/*-- fibn titre h2 ------------------------------------------------*/
/*-- debut titre h3 ------------------------------------------------*/
h3.res-ext{
	clear: both;
	background: transparent url(images/res-ext.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
h3.ecl-ext{
	clear: both;
	background: transparent url(images/ecl-ext.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
h3.elec-bat{
	clear: both;
	background: transparent url(images/elec-bat.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
h3.elec-indus{
	clear: both;
	background: transparent url(images/elec-indus.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
h3.engagements{
	clear: both;
	background: transparent url(images/engagements.jpg) no-repeat;
	display: block;
	width: 510px;
	height: 20px;
	text-indent: -999em;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
/*-- fibn titre h3 ------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - formulaire */
/*----------------------------------------------------------------------*/

fieldset {
	width: 425px;
	padding: 2em 1.5em 1em 1.5em;
	border: 1px solid #ccc;
	position: relative;
	margin: 10px auto;
}
fieldset div {
	width: 100%;
	margin-bottom: 0.5em;
	position: relative;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
/*	font-size: 0.9em;*/
}
#msg {
	display: block;
	margin-bottom: 0.5em;
}
.icontain {
	position: absolute;
	right: 0;
	width: 55%;
	background: white url(../img/corner_tr_form.gif) top right no-repeat;
}
input {
	position: relative;
/*	left: 10px;*/
	width: 100%;
}
.tcontain {
	width: 100%;
	display: block;
}
.tcontain span {
	display: block;
}
input, textarea {
/*	font: 1em Arial, Helvetica, sans-serif;*/
	width: 100%;
/*	padding: 0;*/
}
#submit {
	text-align: center;
/*	background: #304968;
	padding: 1em 0;*/
	margin-top: 0.5em;
}
#submit input {
	position: static;
	width: 40%;
}
#joindre{
	display: block;
}
.infojoint{
	font-style: italic;
	font-size: 9px;
	color: Gray;
}
.champ{
	margin: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}
/*----------------------------------------------------------------------*/
/* fin - formulaire */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	clear:both;
	font-size: 9px;
	text-align: center;
	letter-spacing: -0.1em;
	width: 560px;
	padding: 6px 0px 5px 208px;
	background: #6574AF url(images/footer.jpg) no-repeat right top;
	color: #AFBCE9;
}
#footer a{
	color: #E1E6F7;
	text-decoration: none;
}
#footer a:hover{
	color: #143B72;
	background-color: #E1E6F7;
}
#footer em {
	padding: 0px 60px;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/