html,
body {
  height: 100%;
  margin: 0;
  background: #fff;
  font-family: Georgia;
  font-size: 15px;
}
header {
  height: 240px;
  margin: 0 auto;
  min-width: 500px;
}
header > a {
  display: block;
}
header > a img {
  position: relative;
  left: 10%;
  margin-top: 70px;
  margin-bottom: 30px;
}
header nav#menu {
  height: 25px;
  text-align: center;
  width: 1150px;
  margin: 25px auto 0;
}
header nav#menu a {
  display: inline-block;
  width: 25%;
  float: left;
  font-size: 18px;
  text-transform: lowercase;
  color: #d5d0b4;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
header nav#menu a.selected,
header nav#menu a:hover {
  color: #000;
}
img {
  vertical-align: top;
  border: none !important;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
}
.argent {
  color: #9b9782;
}
body {
  margin: 0;
}
#contenaire {
  width: 100%;
  border-top: 1px solid #d5d0b4;
  border-bottom: 1px solid #d5d0b4;
}
#home #slideshow {
  margin: 0 auto;
}
#home #slideshow .cycle-slide {
  width: 100%;
}
#about {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#about #gauche,
#about #droite {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
#about #droite {
  width: 570px;
}
#about #droite .texte_about {
  display: none;
  padding-left: 100px;
  height: 450px;
  display: table-cell;
  vertical-align: middle;
}
#about #droite .texte_about p {
  text-align: justify;
  margin-top: 0;
}
#about #la_langue {
  position: absolute;
  margin-left: 50%;
  left: 305px;
  bottom: -30px;
}
#about #la_langue a {
  padding-right: 10px;
  color: #d5d0b4;
}
#about #la_langue a:hover,
#about #la_langue a.selected {
  color: #000;
}
#contact {
  background: url('../isabelle_img/home/homedeco-1.jpg') no-repeat center center !important;
}
#contact #contact_us {
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 335px;
  height: 451px;
  margin: 0 auto;
  left: -310px;
  cursor: pointer;
}
#contact #contact_us p {
  padding-top: 20px;
  margin: 0;
  padding-left: 35px;
}
#contact #contact_us p:last-child {
  padding-bottom: 15px;
}
#contact #form_contact {
  position: absolute;
  width: 450px;
  height: 403px;
  top: 0;
  margin-left: 50%;
  left: 20px;
  /*
&>span{
			display: block;
			width: 100%;
			height: 50px;
			line-height: 49px;
			color: @argent;
			background: #fff;
			.radius(7px);
			cursor: pointer;
			text-align: center;
			margin-top: 150px;
			text-transform: lowercase;
			border: 1px solid #fff;
			&:hover{
				border-color: #000;
				color: #000;
			}
		}
*/

}
#contact #form_contact form {
  display: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 6px;
  padding-bottom: 11px;
}
#contact #form_contact form p {
  margin: 14px 15px 0;
  border-bottom: 1px solid #fff;
  padding: 0 35px 11px;
}
#contact #form_contact form p:first-child {
  margin-top: 0;
  padding-top: 15px;
}
#contact #form_contact form p:last-child {
  border-bottom: none;
  text-align: right;
}
#contact #form_contact form p label {
  vertical-align: top;
  display: inline-block;
  width: 150px;
  text-transform: lowercase;
  font-size: 14px;
  color: #9b9782;
}
#contact #form_contact form p input[type="text"],
#contact #form_contact form p textarea {
  font-family: 'Trebuchet Ms', sans-serif;
  width: 188px;
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  border: 1px solid #fff;
  height: 22px;
  background: #b2af9e;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
  -ms-border-radius: 5px 0 5px 5px;
  -o-border-radius: 5px 0 5px 5px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#contact #form_contact form p input[type="text"]:hover,
#contact #form_contact form p textarea:hover,
#contact #form_contact form p input[type="text"]:focus,
#contact #form_contact form p textarea:focus {
  border-color: #9b9782;
}
#contact #form_contact form p select {
  width: 195px;
}
#contact #form_contact form p textarea {
  padding-top: 5px;
  height: 150px;
  width: 100%;
}
#slide_gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
#slide_gallery #nom_gallery {
  position: absolute;
  right: 0px;
  bottom: 34%;
  width: 30%;
  height: 60px;
  line-height: 40px;
  background: #d4cdc5;
  background: rgba(212, 205, 197, 0.8);
  z-index: 1;
  display: none;
  padding-left: 15px;
  color: #3e3b36;
  text-transform: capitalize;
}
#slide_gallery #le_slide {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 1000px;
  max-width: 1600px;
}
#la_galerie #les_liens_gallery {
  width: 890px;
  margin: 25px auto;
}

#la_galerie #les_liens_gallery a.les_gallery {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-right: 25px;
  margin-bottom: 26px;
  overflow: hidden;
}
#la_galerie #les_liens_gallery a.les_gallery span {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 100%;
  height: 25px;
  background: #9b9782;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  text-transform: lowercase;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
#la_galerie #les_liens_gallery a.les_gallery:nth-of-type(4n) {
  margin-right: 0;
}
#la_galerie #les_liens_gallery a.les_gallery:hover span {
  bottom: 0px;
}

div#footer{
	padding-right: 20px;
	height: 20px;
	text-align: right;
}

a#hypnosignature{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 8px;
	color: #696969;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a#hypnosignature:hover{
	color: #000;
}