

.auth {
  width: 350px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.auth fieldset {
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;
}

.auth fieldset legend {
  display: none;
}

.auth fieldset label.obligatoire {
  line-height: 30px;
  padding-left: 0px;
  padding-bottom: 10px;

  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.auth fieldset input {
  width: 300px;
  height: 25px;

  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 1px;
}

#contenu #texte .auth fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: right;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


.compte {
  padding-bottom: 20px;
}

.compte fieldset {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;

}

.compte fieldset label {
  display: block;
  width: 20%;
  margin-right: 5px;
  line-height: 20px;
  float: left;

}

.compte fieldset label.obligatoire {
  font-weight: bold; 
}

.compte fieldset input {
  width: 25%;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left; 
}

.compte fieldset div.espacement_form {
  clear: both;
  height: 15px;
}

#contenu #texte .compte fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: left;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


div.information {
  width: 75%;
  margin: 15px auto;
  padding: 10px;
	border: 1px solid #dddddd;

  font-weight: bold;
  font-style: italic;
}



.compte_modif {
  padding-bottom: 20px;
}

.compte_modif fieldset {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;

}

.compte_modif fieldset label {
  display: block;
  width: 20%;
  margin-right: 5px;
  line-height: 20px;
  float: left;

}

.compte_modif fieldset label.obligatoire {
  font-weight: bold; 
}

.compte_modif fieldset input {
  width: 25%;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left; 
}

.compte_modif fieldset div.espacement_form {
  clear: both;
  height: 15px;
}

#contenu #texte .compte_modif fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: left;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}

header,
footer,
nav,
aside,
section,
article {
  display: block;
}

.admin_calque {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;

  background-color: #dddddd;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

.bouton_menu_modif {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
}

.bouton_menu_modif a {
  line-height: 0px !important;
}

.bouton_menu_modif a img {
  border: 0px;
}

#cadre_boutons_connecte {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 150px;
  padding-right: 10px;
  position: fixed;

  z-index: 10;
  background-color: #54535E;
  border-bottom: 2px solid #E1E0E0;

  background-image: url(http://www.esatpro42.com/commun/modeles/template1/img/petit-easydostart.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#cadre_boutons_connecte .bandeau_bouton {
  display: block;
  height: 30px;
  line-height: 30px;
  width: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#cadre_boutons_connecte a {
  display: block;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;

  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

#cadre_boutons_connecte a:hover {
  color: #0494C0;
}

#cadre_boutons_connecte a#bandeau_admin {
}

#cadre_boutons_connecte a#bandeau_site {
  display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
}

hr {
  border: 1px solid #dddddd;
}

#bandeau_print {
  display: none;
}


body {
  min-height: 650px;
  margin: 0;
}

#bandeau {
  width: 100%;
	margin:0;
  position: relative;
	background-color:#fff;
	overflow:hidden;

}


#contenu_bandeau {
  width: 994px;
	margin:0 auto;
  height: 140px;
	padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color:#fff;
  position:relative;
}

#fond_bandeau {
	background-color:#f1932e;
	position:absolute;
	left:260px;
	height:170px;
	width:200%;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/fond-bandeau.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:1;
	top:-30px;
}

#logo {
	width:275px;
	height:76px;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/logo.png);
	background-size:100%;
	float:left;
	margin-top:30px;
	margin-left:20px;
	z-index:100;
	position:absolute;
	display:block;
}

#adapei {
	display:none;
	height:50px;
	float:left;
	clear:both;
	padding:5px 0;
	margin-top:5px;
	border-top:2px dashed #ededed;
	z-index:100;
	position:absolute;
	bottom:0;
    left: 10px;
}

#adapei p {
	color:#8e989f;
	font-size:10px;
	float:left;
	line-height:24px;
}

#logo_adapei {
	display:block;
	width:120px;
	height:45px;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/logo-adapei.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	float:right;
}

#contact_bandeau {
	position:absolute;
	top:0px;
	right:0;
	background-color:#fff;
	-moz-border-radius:20px 0 20px 0;
	-webkit-border-radius:20px 0 20px 0;
	-o-border-radius:20px 0 20px 0;
	-ms-border-radius:20px 0 20px 0;
	border-radius:20px 0 20px 0;
	z-index:100;
	padding:10px 25px 15px 25px;
	text-align:center;
}

#contact_bandeau h3 {
	font-family:'Roboto', arial, sans serif;
	font-weight:lighter;
	color:#f1932e;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:2px dashed #ededed;
}

#contact_bandeau p {
	font-family:'Roboto', arial, sans serif;
	font-size:16px;
	margin:5px 0;
}

#contact_bandeau a {
	font-family:'Roboto', arial, sans serif;
	font-weight:lighter;
	background-color:#8e989f;
	-moz-border-radius:5px 0 5px 0;
	-webkit-border-radius:5px 0 5px 0;
	-o-border-radius:5px 0 5px 0;
	-ms-border-radius:5px 0 5px 0;
	border-radius:5px 0 5px 0;
	padding:5px 10px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#contact_bandeau a:hover {
	background-color:#f1932e;
}

#telephone {
	position:absolute;
	height:106px;
	width:63px;
	top:20px;
	right:170px;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/telephone.png);
	background-size:100%;
	background-repeat:no-repeat;
	z-index:200;
}



#bande_menu {
  margin: 0;
  width: 100%;
  background-color:#f1932e;
}

#menu_h {
  /*display: table;*/
  width: 994px;
	margin:0 auto;
 /* height: 40px; */
}

#menu_h dl {
  display: inline-block;
  margin: 0px;
  padding: 0px;

  position: relative;
}

#menu_h a {
  display: block;
  padding: 0px 16px;

  line-height: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
	font-weight:lighter;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

#menu_h a:hover {
  color: #000000;
}


#menu_h dt.premier-selected a,
#menu_h dt.premier-ssenfant-selected a,
#menu_h dt.defaut-selected a,
#menu_h dt.defaut-ssenfant-selected a,
#menu_h dt.dernier-selected a,
#menu_h dt.dernier-ssenfant-selected a {
  color: #000000;
}

#menu_h dd {
  display: none;
  width: 250px;
  margin: 0px;
  padding: 0px;

  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
}

#menu_h dd ul {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0px;
  width: 100%;

  background-color: #fff;

	border:2px solid #f1932e;
	border-top:0;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menu_h dd a {
  display: block;
  margin: 0px 10px;
  padding: 5px 0;

  line-height: 14px;
  color: #8e989f;
  text-align: left;
  font-size: 12px;
	text-transform: none;

  border-bottom: 1px dashed #ededed;
}

#menu_h li:last-of-type a {
  border-bottom: 0px solid #cccccc;
}

#menu_h dl.accueil {
	width:30px;
	height:30px;
	background-image:url(/commun/modeles/template1/img/accueil.png);
	text-indent:-9999px;
	position:relative;
	top:3px;
}

#menu_h dl.accueil:hover {
	background-position:0px -30px;
}


#menu_h dl:nth-of-type(2) {
	margin-right:45px;
}

#menu_h dl:nth-of-type(2):after {
	content:'|';
	position:absolute;
	top : 10px;
	right:-25px;
	color:#fff;
}





#menu_v {
	min-height:100%;
	width:220px;
	margin:0;
	background-color: #ededed;
	display:block;
	float:left;
	padding-bottom:240px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#menu_v p {
	font-family:'Roboto', arial, sans serif;
	font-weight:lighter;
	text-transform: uppercase;
	padding:0px 5px 0px 15px;
	color:#fff;
	margin:15px 0;
	background-color:#8e989f;
	font-size:16px;
	height:49px;
	width:220px;

	display:table-cell;
	vertical-align:middle;
}

#menu_v > div {
	margin-top:15px;
}

#menu_v dl {
	margin:0;
	padding:15px 5px 0 20px;
}

#menu_v dl dt a {
	margin:0;
	color:#8e989f;
	text-decoration:none;
	font-family:'Roboto', arial, sans serif;
	font-weight:lighter;
	font-size:14px;
	text-transform:uppercase;
}

#menu_v dl dt a:hover, #menu_v dl dt.premier-selected a, #menu_v dl dt.dernier-selected a, #menu_v dl dt.defaut-selected a, #menu_v dl dt.selected a {
	color:#000;
}



#contenu {
	margin:0 auto;
	position:relative;
}

#texte.interieur {

	color:#8e989f;
}

html {
	font-family:'Open Sans', arial, sans serif;
	font-size:12px;
}

h1, h2, h3, h4 {
	font-family:'Roboto', arial, sans serif;
	font-weight:lighter;
}

#texte.interieur h4 {
	font-size: 16px;
	padding: 10px;
	color: #000;
	font-weight: bold;
	border-left: 2px solid #000;
	// background-color: #f1932e;
}


#texte.interieur strong {
	color:#000;
	font-weight:normal;
}

#texte.interieur a {
	color:#000;
}

a.retour_liste {
	display:block;
	margin:10px 20px;
}

.actus_liste a:hover, .texte_orange a:hover, a.retour_liste:hover {
	color:#f1932e !important;
}
.texte_vert a:hover {
	color:#7ea72d !important;
}
.texte_rouge a:hover {
	color:#a8213f !important;
}
.texte_rose a:hover {
	color:#e5365e !important;
}


#texte.interieur h1 {
	background-color:#ededed;
	text-transform: uppercase;
	background-repeat:no-repeat;
	background-position:20px 5px;
	background-size:40px;
	padding:10px 10px 10px 100px;
	color:#000;
	margin:15px 0;
	line-height:29px;
}

h1.conditionnement {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-conditionnement.png);
}
h1.emballages-bois {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-emballages-bois.png);
}
h1.menuiserie-industrielle {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-menuiserie-industrielle.png);
}
h1.impressions-communication {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-impressions-communication.png);
}
h1.destruction-documents {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-destruction-documents.png);
}
h1.mecanique {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-mecanique.png);
}
h1.couture-industrielle-bagagerie {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-couture-industrielle-bagagerie.png);
}
h1.restauration-location {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-restauration-location.png);
}
h1.nettoyage-vehicules {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-nettoyage-vehicules.png);
}
h1.nettoyage-locaux {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-nettoyage-locaux.png);
}
h1.blanchisserie-industrielle {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-blanchisserie-industrielle.png);
}
h1.batiment {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-batiment.png);
}
h1.espaces-verts {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-espaces-verts.png);
}
h1.autre {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/picto-autre.png);
}




h1.orange {
	background-color:#f1932e;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/titre-orange.png);
}
h1.vert {
	background-color:#7ea72d !important;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/titre-vert.png) !important;
}
h1.rouge {
	background-color:#a8213f !important;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/titre-rose.png) !important;
}
h1.rose {
	background-color:#e5365e !important;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/titre-rose.png) !important;
}

#texte.interieur h2, #texte.interieur h1.titre_consult {
	text-transform: uppercase;
	padding:0;
	margin:20px 0 15px 0;
	font-size:18px;
	background:none;
}

h1.titre_consult {
	margin:20px 0 0 0 !important;
	clear:both;
}

.sous_titre_consult {
	margin: 0 !important;
}



#texte.interieur h2, .texte_orange h2  {
	font-weight: 400;
	color:#f1932e;
}
h1.titre_consult {
	color:#f1932e !important;
}
.texte_vert h2 {
	color:#7ea72d !important;
}
.texte_rouge h2 {
	color:#a8213f !important;
}
.texte_rose h2 {
	color:#e5365e !important;
}



#texte.interieur h3, .titre_consult + span, .sous_titre_consult {
	text-transform: uppercase;
	padding:0;
	margin:15px 0 10px 0;
	font-size:14px;
	color:#000;
}



#texte.interieur ul, .texte_orange ul, .texte_vert ul, .texte_rouge ul, .texte_rose ul {
	list-style:none;
	padding-left:30px;
	color:#8e989f;
}

#texte.interieur ul li:before, .texte_orange ul li:before, .texte_vert ul li:before, .texte_rouge ul li:before, .texte_rose ul li:before {
	content:'';
	width:5px;
	height:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	position:relative;
	top:12px;
	left:-10px;
}

#texte.interieur ul li:before, .texte_orange ul li:before {
	background-color:#f1932e;
}
.texte_vert ul li:before {
	background-color:#7ea72d !important;
}
.texte_rose ul li:before {
	background-color:#e5365e !important;
}
.texte_rouge ul li:before {
	background-color:#a8213f !important;
}



#texte.interieur .actus_liste, .texte_orange, .texte_vert, .texte_rouge, .texte_rose, #texte.interieur > div {
	padding: 0 0 15px 20px;
}


#texte.interieur .actus_liste:after, .texte_orange:after, .texte_vert:after, .texte_rouge:after, .texte_rose:after, #texte.interieur > div:after {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/ronds-orange.png);
	height:218px;
	width:46px;
	background-repeat:no-repeat;
	background-position: 0 0;
	content:'';
	display:block;
	position:absolute;
	bottom:0px;
	left:-255px;
	z-index:1000;
}

#texte.interieur .actus_liste:after, .texte_orange:after {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/ronds-orange.png);
}
.texte_vert:after {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/ronds-vert.png);
}
.texte_rose:after {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/ronds-rose.png);
}
.texte_rouge:after {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/ronds-rouge.png);
}

.actus_liste img {
	float:left;
	max-width:130px;
	margin: 5px 10px 10px 0;
}

.lire_suite {
	float:right;
	margin-bottom:10px;
}




#texte table {
  border-collapse: collapse;

  border-color: #dddddd;
  border-style: solid;

	max-width:754px !important;
}
.accueil #texte a.picto_accueil {
	width: 120px;
	display: block;
	float: left;
	height: 140px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
}
.accueil #texte a.picto_accueil img {
	width: 80px;
	display: block;
	margin: auto;
}
.accueil #texte a.picto_accueil span {
	color: #f1932e;
	margin-top: 10px;
    display: block;
    font-size:
}
.accueil #texte a.picto_accueil:hover span{
	color: #8e989f;
}

#texte table.references td img {
  max-width:155px !important;
	height:autp !important;
}

#contenu #texte table.listing {
  border-collapse: separate;
  width: 100%;

  border: 1px solid #dddddd;
}

#contenu #texte table.listing tr:nth-child(odd) {
  background-color: #efefef;
}

#contenu #texte table.listing tr th {
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;

  background-color: #555555;

  color: #ffffff;
  text-align: left;
}

#contenu #texte table.listing tr td {
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;

  border-bottom: 1px solid #dddddd;
}

a img {
	border:0px;
}




#bloc_slider {
	width: 100%;
	height:350px;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:20px;
	display:block;
    max-width: 657px;
    margin: 20px auto;
}

#bloc_slider a .titre_slider {
	position:absolute;
	bottom:27px;
	text-align:right;
	padding:10px 50px;
	color:#fff;
	font-family:'Roboto', arial, sans serif;
	text-transform:uppercase;
	max-width:557px;
	background-color:#8e989f;
}

#bloc_slider a .titre_slider h2 {
	font-size:20px;
	margin:0;
}

#bloc_slider a .titre_slider h3 {
	font-size:12px;
	margin:0;
}

#bloc_slider a:hover .titre_slider {
	background-color:#f1932e;
}

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
}

.bx-wrapper .bx-viewport ul {
	margin:0;
}

.bx-wrapper .bx-viewport ul li {
	height:350px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/commun/modeles/template1/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/commun/modeles/template1/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/commun/modeles/template1/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 40px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



#contenu.accueil #texte {
	width:100%;
	vertical-align:top;
	margin-top:20px;
}

#contenu.accueil #taxe_apprentissage {
	width:315px;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
}

#contenu.accueil #taxe_apprentissage img {
	width:150px;
	display:block;
	margin: auto;
}
#contenu.accueil #taxe_apprentissage h5 {
	font-size: 18px;
    width: 100%;
    text-align: center;
    color: #e5365e;
    margin: 0px;
}
#contenu.accueil #taxe_apprentissage p.merci {
	font-family: 'Satisfy', cursive;
	color: #7ea72d;
	font-size: 20px;
}
#contenu.accueil #taxe_apprentissage a {
	display: block;
	background-color: #334a97;
	color: white;
	text-decoration: none;
	text-align: center;
    padding: 5px;
    font-size: 13px;
    cursor: pointer;
}

#contenu.accueil #texte h1, #contenu.accueil #bloc_actus h2 {
	text-transform:uppercase;
	color:#f1932e;
	margin:0 0 5px 0;
	font-size:20px;
	line-height:22px;
}

#contenu.accueil #texte {
	color:#8e989f;
	line-height:18px;
}

#contenu.accueil #bloc_actus h3, #contenu.accueil #bloc_actus h4 {
	text-transform:uppercase;
	color:#8e989f;
	margin:0 0 5px 0;
	font-size:14px;
	margin-bottom:0;
}

#contenu.accueil #bloc_actus h4 {
	font-size:12px;
	margin-bottom:4px;
}


#bloc_actus {
	width:657px;
	position:relative;
	float:left;
	margin-bottom:20px;
}

#bloc_actus img {
	max-width:130px;
	float:left;
	margin:3px 10px 0 0;
}

#bloc_actus p {
	margin:0;
	display:inline-block;
	width:150px;
	font-size:10px;
}

#bloc_actus a {
	display:block;
	width:290px;
	line-height:18px;
	font-size:12px;
	color:#fff;
	background-color:#8e989f;
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	position:absolute;
	bottom:15px;
}

#bloc_actus a:hover {
	background-color:#f1932e;
}

#container{
	margin:0 auto;
	width:657px;
	text-align:left;
	position:relative;
	padding:0;
}

ul#items{
	margin:0;
	width:auto;
	height:200px;
	overflow:hidden;
	padding:0;
}

ul#items li{
	list-style:none;
	float:left;
	height:170px;
	width:291px;
	overflow:hidden;
	margin:0 15px 0 0;
	background-color:#ededed;
	padding:15px;
	position:relative;
}

ul#items li:nth-child(2n){
	margin: 0;
}



ol#pagination{
	position:absolute;
	top:-30px;
	left:125px;
	text-align:left;
	padding:0;
	margin:5px 0;
}

ol#pagination li{
	display:inline-block;
	width:12px;
	height:12px;
	border: 2px solid #f1932e;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
}

ol#pagination li:hover {
	background-color:#f1932e;
}

ol#pagination li.current {
	background-color:#f1932e;
}

ol#pagination li.prev, ol#pagination li.next {
	display:none !important;
}


#bloc_equipes, #bloc_devis {
	width:320px;
	height:92px;
	margin-left:15px;
	float:left;
	background:#f1932e;
	-moz-border-radius:0 20px 0 20px;
	border-radius:0 20px 0 20px;
	background-repeat:no-repeat;

	background-position: right 5px top 0px;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/fleche.png) ;
	color: white;
	font-size: 28px;
	font-weight: 700;

	margin-top: 15px;
	padding-top: 4px;

}

.accueil #bloc_equipes {
	margin-top: 28px;
}

#bloc_devis span, #bloc_equipes span {
	margin-left: 10px;
}

a:hover #bloc_equipes, a:hover #bloc_devis {
	background-color:#f1932e;
}

a:hover #bloc_equipes {
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/fleche-hover.png) ;
}

a:hover #bloc_devis {
	background-image: url(http://www.esatpro42.com/commun/modeles/template1/img/fleche-hover.png) ;
}




#texte.interieur #bloc_equipes, #texte.interieur #bloc_devis {
	float:right;
	background-image: none;
	height: 40px;
	font-size: 16px;
	border-radius:0 10px 0 10px;

	display: block;
    height: 40px;
    line-height: 40px;

    margin-top: 0px;
    margin-bottom: 10px;

	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);

}

#texte.interieur #bloc_equipes a, #texte.interieur #bloc_devis a {
	display:block;
	width:100%;
	height:100%;
	color: white;
	text-decoration: none;

}

.clear {
	clear:both;
}




#baseline {
  width: 100%;
  margin:0;
  background-color:#8e989f;
}

#contenu_baseline {
  /*width: 994px;*/
	margin:0 auto;
  padding:10px 0;
	position:relative;
}

#baseline a {
  color:#ededed;
	text-decoration:none;
}

#baseline a:hover {
  text-decoration: underline;
}


#contenu_baseline ul {
	margin:0;
	padding:0;
}



#plan_site dl {
	display:inline-block;
	width:49%;
	vertical-align:top;
}

#contenu_baseline dl dt a {
	color:#fff;
	text-transform:uppercase;
}

#plan_baseline {
	/*width:600px;*/
	color:#f1932e;
	border-right:2px dashed #ededed;
}


#logo_baseline {
	display:block;
	width:310px;
	height:85px;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/logo-baseline.png);
	background-size:100%;
	background-repeat:no-repeat;
	margin:0 auto 30px;
}

#contact_baseline p:nth-child(2), #contact_baseline p:nth-child(3) {
	margin:0;
}

#contact_baseline p:nth-child(4), #contact_baseline p:nth-child(5) {
	font-weight:bold;
	font-size:14px;
}

#contact_baseline {
	/*position:absolute;*/
	top:15px;
	right:0;
	width:300px;
	color:#ededed;
	text-align:center;
	background-image:url(http://www.esatpro42.com/commun/modeles/template1/img/telephone.png);
	background-repeat:no-repeat;
	background-position:0 140px;
	padding-left:10px;
    margin: auto;
}

#menu_baseline dl:first-of-type {
	margin-top:0;
}

#menu_baseline dl:last-of-type {
	margin-top:20px;
}

#menu_baseline dl:last-of-type a {
	font-size:10px;
	color:#ededed;
	text-transform:none;
}


#bg{position:fixed; z-index:2; overflow:hidden; width:100%; height:100%;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}
#preloader{
  position:relative;
  z-index: 1;
  //overflow:hidden; width:100%; height:100%;
}

#thumbnails_wrapper{
   z-index: 10;
   position: fixed;
   top: 120px;
   right: 30px;
   width:100px;
   height: 20px;
   background-color: transparent;
}

#thumbnails_wrapper {
   z-index: 10;
   position: fixed;
   top: 120px;
   right: 70px;
   width:100px;
   height: 20px;
   background-color: transparent;
}

#thumbnails_wrapper .content {
  float: left;
}

#thumbnails_wrapper .content a {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 5px;

  border-radius: 15px;

  background-color: #000000;
}

#thumbnails_wrapper .content a.selected,
#thumbnails_wrapper .content a:hover {
  background-color: #c40009;
}


input, textarea {
	padding:5px;
	width:300px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1px solid #8e989f;
	margin:10px 0;
}

input[type='submit'] {
	width:150px;
	cursor:pointer;
	padding:10px 20px;
	background-color: #ededed;
	border:0px;
	margin-left:298px;
	text-transform:uppercase;
}

input[type='submit']:hover {
	background-color: #f1932e;
}

.send {
	width:150px;
	cursor:pointer;
	padding:10px 20px;
	background-color: #ededed;
	border:0px;
	margin-left:248px;
	text-transform:uppercase;
}

.send:hover {
	background-color: #f1932e;
}

.galleria-info-text {
	display:block !important;
	background-color:transparent!important;
	width:100%;
}

.galleria-info-title {
  color: #8e989f!important;
}

.galleria-info-link {
	display:none !important;
}

.galleria-info {
	width:100%;
	top:10px !important;
	left:0 !important;
}


/*************************************************/

@font-face{

    font-family: FonteAwesome;
    url(/commun/modeles/template1/fonts/fontawesome-webfont.ttf);
}


#menu_responsive{

    display: none;
}

.reference-logo img{

    max-width:150px !important;
    display: inline-block !important;
    margin-bottom: 50px !important;

}

.open-submenu{

    display:none;
}


@media (min-width: 1200px){

    .container {

        width: 994px;
    }

    .intern-page-container{

        width: 1170px;
    }

}

@media (max-width: 992px){

    #plan_site dl{

        width:100%;
        text-align:center;
    }

    #plan_baseline li{

        list-style-type: none;
    }

    #menu_baseline{

        text-align:center;
    }

    #plan_baseline{

        border-right: none;
    }

    /************* MENU RESPONSIVE ***************/

    #menu_h{

        width: 100%;
        background-color: #DA8326;

    }

    #menu_h dl{

        width:100%;
    }

    #menu_h dd{

        display:block !important;
        position:relative !important;
        width:100% !important;
        top: 0px !important;
    }

    #menu_h dd ul{

        border: none;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    #menu_h a{

        text-align: left;
        display: inline-block;
    }

    #menu_h dl dt a{

        width:93% !important;
    }

    #menu_h dl dd ul li a{

        display:block;
    }

    .open-responsive-menu{

        float:right;
    }

    #menu_responsive{

        padding: 15px;
        display: block;
    }

    .open-responsive-menu{

        font-size: 24px;
    }

    .open-responsive-menu:hover{

        cursor:pointer;
    }

    .open-submenu{

        display:inline-block;
        font-size: 18px;
    }

    .open-submenu:hover{

        cursor:pointer;
    }

    #contenu.accueil #taxe_apprentissage {

        display: block;
        margin: auto;
    }

    #bloc_actus {

        width: auto;
        float: none;
    }

    ul#items li {

        float: none;
        height: 170px;
        width: 291px;
        margin: 15px auto !important;
    }

    ul#items {

        overflow: visible;
        height: auto;
    }

    #bloc_actus #container{

        width: auto;
    }

    #bloc_actus h2{

        text-align: center;
    }

    #bloc_equipes, #bloc_devis {


        float: none;
        margin: 15px auto;
        width: 100%;
    }

    #contenu_bandeau{

        width: auto;
        min-width: 600px;
    }

    .intern-page-title{

        display: block;
    }

    #menu_v{

        width:100%;
        float: none;
        height: auto !important;
        padding-bottom: 15px;
    }

    #menu_v p{

        width: 100%;
        display:block;
        padding: 15px;
    }

    #texte.interieur .actus_liste, .texte_orange, .texte_vert, .texte_rouge, .texte_rose, #texte.interieur > div{

        padding: 0px;
    }

    #texte.interieur #bloc_equipes, #texte.interieur #bloc_devis{

        float: none;
    }

    #texte.interieur h1 {

        padding: 0px;
        text-align: center;
        padding: 65px 0px 15px 0px;
        background-position: top 15px center !important;
    }

    #menu_h dl.accueil{

        height: auto;
        background-image: none;
        text-indent: 0;
        position: relative;
        top: 0px;
    }

    #menu_h dd a {

        margin: 0px 10px;
        padding: 10px;
        font-size: 16px;
    }

    #texte.interieur h2, .texte_orange h2{

        text-align: center !important;
    }

    #texte table.references td img{

        width: 100px;
        height: auto;
    }

    .title-menu-responsive{

        font-size: 18px;
    }

    .reference-logo img{

        width:100px !important;
        height: auto !important;
        display:block !important;
        margin: auto !important;
        margin-bottom: 30px !important;
    }

    .intern-page-title img{

        display:block !important;
        width: 75% !important;
        height: auto !important;
        float: none !important;
        margin: 15px auto !important;
    }

    #telephone, #contact_bandeau{

        display:none;
    }

    .accueil #texte a.picto_accueil {

        display: block; !important
        cursor: pointer;
        margin-bottom: 20px;
        width: auto;
        float:none;
        height: auto;
    }

    .accueil #texte a.picto_accueil img{

        display:inline-block;
    }

    .accueil #texte a.picto_accueil span{

        display:inline-block;
        width: 150px;
    }

    #texte > div > form > input[type=submit]:nth-child(3){

        margin: 15px auto;
        text-align: center;
        display: block;
    }
}

@media (min-width: 992px){

    #menu_h{

        display:block;
    }
}



.galleria-container {
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.5);
}


#texte .galleria-container img {
  border: 0px;
  box-shadow: none;
}

.galleria-thumbnails .galleria-image {
  background-color: transparent;
  border: 0px;
}
 
#texte .galleria-container .galleria-image {
  background-color: transparent;
}
 
.galleria-thumbnails span.img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;

  line-height: 30px;
  text-align: center;
  font-weight: bold;
  text-indent: 9999px;
  
  Background-color: #ffffff;
} 

.galleria-thumbnails .active span.img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;

  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-indent: 9999px;

  background-color: #B32018;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  display: none;
  height: 40px;
  width: 23px;
  cursor: pointer;
  background-position: -495px 5px;
  position: absolute;

  left: 0pt;
  top: 0pt;
  z-index: 3;

  opacity: 1;

  background-color: #97B0C1;
}

.galleria-thumb-nav-right {
  background-position: -578px 5px;
  right: 0pt;
  
  left: auto;
}

.notouch .galleria-thumb-nav-left:hover, 
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  background-color: #2A93CB;
}

.galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;

  background-color: #ffffff;
  width: 40px;
  height: 20px;
  padding-right: 5px;

  text-align: right;
  color: #ffffff;
  color: #000000;
  font-family: arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  cursor: pointer;
  width: 50px;
  height: 124px;

  position: absolute;
  left: 10px;
  z-index: 2;

  background-position: 16px 46px;

  background-color: #000000;
  opacity: 0.4;
}

.galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -280px 46px;
  z-index: 2;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
  opacity: 0.7;
}

.galleria-image {
  background-color: #efefef;
}


.pre_slider {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  width:609px;
  height:490px;
}

.slider {
  position: relative;
  width:609px;
  height:457px;

  background-image: url(http://www.esatpro42.com/commun/modeles/commun/galerie/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  
}

.slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.slider_vignette .nivo-controlNav .nivo-control img {
  display: inline;
}

.slider a {
    border:0;
    display:block;
}

.nivoSlider {
  position:relative;
}

.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}

.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:60;
  display:none;
}

.nivo-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}

.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  opacity:0.8; 
  width:100%;
  z-index:89;
}

.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-caption a {
  display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
  display: block;
  width: 45px;
  height: 45px;

  position:absolute;
  top:45%;
  z-index:99;
  cursor:pointer;
  text-indent: -9999px;
}

.nivo-prevNav {
  left:0px;

  background-image: url(http://www.esatpro42.com/commun/modeles/commun/galerie/img/slide-precedent.png);
  background-repeat: repeat;
}

.nivo-nextNav {
  right:0px;

  background-image: url(http://www.esatpro42.com/commun/modeles/commun/galerie/img/slide-suivant.png);
  background-repeat: repeat;
}

.nivo-controlNav {
  position: absolute;
  bottom: -30px;
  left: 45%;
  margin-left: -50px;

  text-align: center;
}

.nivo-controlNav a {
  display: block;
  width: 20px;
  height: 20px;

  position: relative;
  z-index: 99;
  cursor: pointer;
  float: left;
  
  color: transparent;
  text-indent: -9999px;

  background-image: url(http://www.esatpro42.com/commun/modeles/commun/galerie/img/slide-off.gif);
  background-repeat: repeat;
}

.nivo-controlNav a.active {
  font-weight:bold;

  background-image: url(http://www.esatpro42.com/commun/modeles/commun/galerie/img/slide-on.gif);
  background-repeat: repeat;
}




