@charset "utf-8";
/* CSS Document */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin:0;
  padding: 0;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: .9em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  background:#f1f1f1;
  background-image:url(images/bg_noel.png);
  background-position:top;
  background-repeat:repeat-x;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.1em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .65em 0 .65em 12px; 
  padding: 0;
  list-style:none;
  line-height:16px;
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: none; 
} 
a:link {
	color: #FFF;
} 
a:visited {
	color: #FFF;
} 
a:hover, a:focus, a:active {
	color: #999;
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
 
#center3 a {
	color: #000000;
}

#center3 a:hover, a:focus, a:active {
	color:#900
}
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

table, caption, tbody, tfoot, thead, tr, th, td, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* CSS du document */
#container {
	  width: 1024px;
	  margin:auto;
}

#header {
	background-image:url(images/header.jpg);
	height:71px;
	background-repeat: no-repeat;
}

#center {
	height:585px;
	background-image: url(images/center.jpg);
	padding-left: 285px;
}

#center2 {
	background-image:url(images/center2.jpg);
	height:485px;
	padding-top:10px;
	padding-bottom: 90px;
}


#center_agence {
	background-image:url(images/center_agence2.png);
	height:533px;
	width:890px;
	margin-left:65px;
	padding-top:15px;
	background-repeat: no-repeat;
	margin-top: 65px;
}

#center_photo {
	background-image:url(images/IMG_2067_tweak.jpg);
	height:246px;
	width:246px;
	margin-left:35px;
	float:left;
}
#center_text {
	width:555px;
	margin-left:300px;
	text-align:justify;
	font-size:0.8em;
	line-height:17px;
	margin-top: 8px;
}
#center_text h1 {
	text-transform: uppercase;
	color: #900;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#center_jobs .contenu-txt h1 {
	color: #900;
	font-size: 120%;
	margin-top: 10px;
}



#center3 {
	background-image:url(images/center2.jpg);
	height:560px;
	padding-top:25px;

}
#center3 #center_jobs  {
	background-image: url(images/jobs.png);
	height: 520px;
	width: 890px;
	margin-left: 65px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#center_jobs #center_photo_metiers1 {
	float: left;
	background-image: url(images/metier/crea.jpg);
	background-repeat: no-repeat;
	height: 246px;
	width: 246px;
	margin-top: 10px;
	margin-left: 36px;
}
#center_jobs #center_photo_metiers2 {
	float: left;
	background-image: url(images/metier/serv.jpg);
	background-repeat: no-repeat;
	height: 246px;
	width: 246px;
	margin-top: 10px;
	margin-left: 36px;
} 
#center_jobs #center_photo_metiers3 {
	float: left;
	background-image: url(images/metier/mark.jpg);
	background-repeat: no-repeat;
	height: 246px;
	width: 246px;
	margin-top: 10px;
	margin-left: 36px;
}
#center3 #center_jobs  .submenu{
	float: left;
	font-size: 11px;
	width: 240px;
	margin-left: 44px;
	margin-top: 17px;
}
#center3 #center_jobs .submenu ul{
	padding: 0px;
	margin: 0px;
}
#center3 #center_jobs .submenu ul li{
	list-style-type: none;
	margin-top: 10px;
	background-image: url(images/fleche.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#center3 #center_jobs .submenu ul li a{
	text-decoration: none;
}
#center3 #center_jobs .submenu ul li a.encour {
	font-weight: bold;
	color: #900;
}

#center3 #center_jobs .contenu-txt{
	float: right;
	font-size: 11px;
	width: 550px;
	margin-right: 28px;
	height: 480px;
}
#center3 #center_jobs .contenu-txt .titre_rubriq {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0px;
	color: #900;
}
#center3 #center_jobs .contenu-txt p{
	text-align: justify;
}
#center3 #center_jobs .contenu-txt p.spe{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#center_jobs .contenu-txt #n-domaine {
	height: 150px;
	width: 550px;
}
#center_jobs .contenu-txt #autre-ref {
	height: 300px;
	width: 550px;
}
#center_jobs .contenu-txt #gestion-mail {
	height: 250px;
	width: 550px;
	margin-top: 15px;
}


#center_metiers {
	background-image:url(images/center_metiers.png);
	height:491px;
	width:890px;
	margin-left:65px;
	padding-top:30px;
}

#center_photo_m1 {
	background-image:url(images/metier/m-crea.jpg);
	height:250px;
	width:250px;
	margin-left:35px;
	float:left;
}

#center_photo_m2 {
	background-image:url(images/metier/m-serv.jpg);
	height:250px;
	width:250px;
	margin-left:36px;
	float:left;
}


#center_photo_m3 {
	background-image:url(images/metier/m-mark.jpg);
	height:250px;
	width:250px;
	margin-left:34px;
	float:left;
}


#center_text_metiers1 {
	height:220px;
	width:246px;
	margin-left:37px;
	margin-top:8px;
	float:left;
	text-align:left;
	line-height:17px;
}

#center_text_metiers2 {
	height:220px;
	width:246px;
	margin-left:40px;
	margin-top:8px;
	float:left;
	text-align:left;
	line-height:17px;
}

#center_text_metiers3 {
	height:220px;
	width:246px;
	margin-left:38px;
	margin-top:8px;
	float:left;
	text-align:left;
	line-height:17px;
}
#center_text_metiers1 .text_metiers a {
	color: #000;
	text-decoration: none;
}
#center_text_metiers1 .text_metiers a:hover {
	color: #900;
}
#center_text_metiers3 .text_metiers #menu  {
	margin: 0px;
}



#center4 {
	background-image:url(images/center2.jpg);
	height:585px;
	padding-top:0px;

}

#center_realisations {
	text-align:center;
}


#center_references {
	background-image:url(images/center_references.png);
	height:491px;
	width:890px;
	margin-left:65px;
	padding-top:30px;
	font-size:11px;
}

#center_references_text {
	width:840px;
	margin-left:45px;
	float:left;
	text-align:left;
	line-height:17px;
	list-style-image: url(images/square.gif);
}

#center_contact {
	background-image:url(images/center_references.png);
	text-align:center;
	height:491px;
	width:890px;
	margin-left:65px;
	padding-top:30px;
}

#cadre_footer {
	width:100%;
	background-image:url(images/fond_footer.jpg);
	background-repeat:repeat-x;
}

#footer {
	height:200px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:left;
	color:white;
	line-height:1,5em;
	font-size:smaller;
	padding: 10px;
	margin:auto;
	width:1004px;
}

#footer_menu {
	width:190px;
	height:110px;
	text-align:left;
	color:white;
	float:left;
}

#footer_menu2 {
	width:250px;
	height:92px;
	text-align:left;
	color:white;
	float:left;
	margin-left:17px;
}

#footer_menu3 {
	width:300px;
	height:92px;
	text-align:left;
	color:white;
	float:left;
	margin-left:30px;
}

#footer_adresse {
	width:200px;
	text-align:right;
	color:white;
	float:right;
}

.text_metiers {
	font-size:11px;
}

.text_ref {
	font-size:14px;
	font-weight:bold;
}

.clear {
	clear:both;	
}

.tab_footer {
	width:800px;
	float:left;
}
.tab_footer2 {
	width:200px;
	float:left;
}
.mot_cle_footer {
	font-size:11px;
	text-align:justify;
	width:800px;
	margin-top:10px;	
}
