/* General */
html {
  overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background: #908b7d;
	color: #3d3627;
	text-align: justify;
}

h2 {
  font-size: 130%;
  font-weight: bold;
  color: #ef8c11;
  text-align: left;
  margin: 30px 0 10px 0;
}

p {
  margin-bottom: 0;
}

h3 {
  font-weight: bold;
  text-align: center;
  
}

h4 {
  font-size: 120%;
  color: #ef8c11;
  font-variant: small-caps ;
}

div.important {
  font-size: 110%;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.first {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #778EB2;
}

a:hover {
  text-decoration: underline;
}


/* Layout */
#wrapper {
  width: 964px;
  margin: 15px auto;
  position: relative;
}

#layout-top {
  width: 100%;
  height: 5px;
  background: url(../images/bgHB.png) 0 -6px no-repeat;
}

#layout-bottom {
  width: 100%;
  height: 5px;
  background: url(../images/bgHB.png) 0 0 no-repeat;
}

#layout-middle {
  width: 100%;
  background: url(../images/bg.png) 0 0 repeat-y;
}

#header {
  width: 954px;
  margin: 0 5px;
  height: 285px;
  position: relative;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}


#header-image {
  position: absolute;
  top: 0;
  right: 0px;
  width: 399px;
  height: 203px;
  background: url(../images/outils.jpg) 0 0 no-repeat;
}

#header-logo {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 150px;
  height: 165px;
  background: url(../images/logo.png) 0 0 no-repeat;
}

#header-titre {
  position: absolute;
  top: 45px;
  left: 215px;
  width: 320px;
  height: 120px;
  background: url(../images/titre.png) 0 0 no-repeat;
}

#header-sous-titre {
  position: absolute;
  top: 203px;
  left: 15px;
  width: 926px;
  height: 56px;
  background: url(../images/bg-sous-titre.png) 0 0 repeat-x;
  color: #ffffff;
  font-size: 25px;
  line-height: 56px;
  text-align: center;
  font-style: italic;
}

#content-wrapper {
  width: 926px;
  margin: 0 20px;
  overflow: hidden;
}

#content {
  float: left;
  width: 680px;
/*  background: green;*/
}

#content p {
  text-indent: 30px;
}

#right {
  float: right;
  width: 230px;
  text-align: center;
}

#bottom {
  clear: both;
  width: 100%;
}

#bottom h4 {
  margin-bottom: 0;
}

#footer {
  font-size: 80%;
  text-align: center;
  color: #555555;
}

#footer p img,
#footer span {
  display: inline-block;
  vertical-align: middle;
}

#footer a {
  color: #555555;
}

#footer a.desc:hover {
  cursor: default;
}

#footer a.desc:hover {
  text-decoration: none;
}

div.boite {
  padding: 15px;
  border: 1px dashed #eeebe7;
  background: #fbf9f6;
  margin-bottom: 15px;
}

p.legal {
  font-size: 80%;
  text-align: center;
  margin: 0;
}

/* Onglets */
#onglet-particuliers {
  position: absolute;
  width: 25px;
  height: 140px;
  top: 10px;
  left: -20px;
  background: url(../images/onglets.png) -30px 0 no-repeat;
}

#onglet-particuliers.actif {
  background-position: 0 0;
}

#onglet-pro {
  position: absolute;
  width: 25px;
  height: 150px;
  top: 150px;
  left: -20px;
  background: url(../images/onglets.png) -30px -170px no-repeat;
}

#onglet-pro.actif {
  background-position: 0 -170px;
}

#onglet-particuliers a {
  display: block;
  width: 25px;
  height: 140px;
}

#onglet-pro a {
  display: block;
  width: 25px;
  height: 150px;
}



/* Images */
div.boite-image {
  border: 1px dashed #e3e7f0;
  background: #FFFAEC;
  margin-bottom: 15px;
  padding: 20px 0;
}

div.boite-image img {
  border: 1px solid #e3e7f0;
/*  border-color: #eeeeee #bbbbbb #bbbbbb #eeeeee; */
  width: 180px;
  height: 120px;
  margin: 0 auto;
}


/*
div.boite-image div.image {
  margin: 20px auto;
  width: 180px;
  height: 120px;
  display: block;
  border: 1px solid #e3e7f0;
  background: url(../images/photos.png) 0 0 no-repeat;
}

div.boite-image div.serrurerie {background-position: 0 -130px;}
div.boite-image div.carrelage {background-position: 0 -260px;}
div.boite-image div.sanitaire {background-position: 0 -390px;}
div.boite-image div.espaces-verts {background-position: 0 -520px;}
*/

/* Tableau */
#bottom table {
  width: 100%;
  border: none;
}

#bottom table td,
#bottom table tr {
  border: none;
  text-align: center;
}

#bottom table td.left {
  width: 500px;
}

#partenaires {
  font-size: 10px;
  margin-top: 50px;
  color: #666666;
  text-align: center;
}

#partenaires a {
  color: #666666;
}



div.ajustement-particuliers{height:536px;}
div.ajustement-pro{height:579px;}