@charset "UTF-8";
body {
	background-color: #1d1c1f;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}
@font-face {
    font-family: 'syncopate';
    src: url('fontface/syncopate-regular-webfont.eot');
    src: url('fontface/syncopate-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/syncopate-regular-webfont.woff') format('woff'),
         url('fontface/syncopate-regular-webfont.ttf') format('truetype'),
         url('fontface/syncopate-regular-webfont.svg#syncopateregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quattrocento';
    src: url('fontface/QuattrocentoSans-Regular-webfont.eot');
    src: url('fontface/QuattrocentoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/QuattrocentoSans-Regular-webfont.woff') format('woff'),
         url('fontface/QuattrocentoSans-Regular-webfont.ttf') format('truetype'),
         url('fontface/QuattrocentoSans-Regular-webfont.svg#QuattrocentoSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}.wrapperContenu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 50px;
	margin-bottom: 200px;
}
.wrapperContenu2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
#header {
	padding-top: 40px;
	height: 64px;
	padding-bottom: 20px;
}
#logo {
	float: left;
}
.lang a {
	color: #f0beab;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	font-size: 15px;
}
div.lang a:hover {
	background-color: #000;
}
div.lang ul,div.lang li{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.lang {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0beab;
	font-family: syncopate, arial;
	font-weight: normal;
	float: right;
}
#menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 51px;
	position: relative;
}
#menu-wrap {
	background-color: #363439;
}
#menu ul, #menu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menu a {
	display: inline-block;
	font-family: syncopate, arial;
	color: #f0beab;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
}#menu a:hover {
	background-color: #4b494f;
}
#menu a.welcome{
	padding-left: 30px;
	margin-left: 23px;
}
#menu ul li ul {
	position:absolute;
	width:252px;
	top:50px;
	left:517px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#menu ul li ul li a {
	display:block;
	color: #1e1d20;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	background-image: url(images/menu-fonddropdown.png);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1e1d20;
}
#menu ul li ul li a:hover {
	background-color: #E8D9CB;
}
#smenu1 {
	z-index: 1000;
}
#ulmenu ul li ul li {
	padding: 0px;
}
#intro {
	background-image: url(images/home/visuel-home-evidence.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 461px;
	width: 494px;
	margin-right: auto;
	margin-left: auto;
	font-size: 21px;
	color: #f0beab;
	font-family: syncopate, arial;
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 400px;
	text-align: center;
	line-height: 28px;
	background-color: #1D1C1F;
}
#baseline {
	font-family: syncopate, arial;
	font-size: 14px;
	color: #747379;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 956px;
	color: #3d3c40;
	font-family: quattrocento, arial;
	font-size: 18px;
	height: 50px;
	padding-top: 60px;
	clear: both;
}
#ulfooter {
    list-style: none;
    margin: 0;
    text-align: center;
}
#ulfooter li {
    display: inline;
    margin-right: 0.5em
}
#ulfooter li a {
	display: inline-block;
	text-align: center;
	width: 9em;
	color: #37373b;
	font-family: quattrocento, arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#ulfooter li a:hover {
	color: #999;
}
#ulfooter li a.footerlink{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #37373b;
	padding-right: 10px;
}
.colGauche {
	float: left;
}
.colDroite {
	float: right;
	width: 500px;
	line-height: 24px;
}
.txtgris {
	font-family: quattrocento, arial;
	color: #9c9ca3;
	font-size: 20px;
}
.txtBleu {
	font-family: quattrocento, arial;
	color: #b2d0eb;
	font-size: 20px;
}
.txtRose {
	font-family: quattrocento, arial;
	color: #f0beab;
	font-size: 24px;
}
.centre {
	text-align: center;
}
.bouton {
	display: block;
	float: left;
	background-color: #b4b3ba;
	font-family: quattrocento, arial;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	color: #323035;
	width: 120px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#ulBoutons {
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#ulBoutons li {
    display: inline;
    margin-right: 0.5em
}
#ulBoutons li a {
	display: inline-block;
	text-align: center;
	background-color: #b4b3ba;
	font-family: quattrocento, arial;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	color: #323035;
	width: 150px;
}
#ulBoutons li a:hover {
	background-color: #dad9de;
}
.bandeauBronze {
	background-image: url(images/conciergerie/fond-bronze.jpg);
	height: 40px;
	background-position: left top;
	text-align: center;
	font-family: quattrocento, arial;
	font-size: 34px;
	color: #333136;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 30px;
}
.clearDiv {
	clear: both;
}
.celBronze {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EACBAF;
	border-bottom-color: #EACBAF;
	border-left-color: #EACBAF;
	width: 470px;
	font-family: quattrocento, arial;
	color: #E9CAAE;
	font-size: 20px;
	text-align: center;
}
.boutonBronze {
	color: #E8C9AD;
	text-decoration: none;
	width: 470px;
	height: 30px;
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
}
a.boutonBronze:hover {
	background-color: #363439;
}
a.boutonBronzeDemi:hover {
	background-color: #363439;
}
a.boutonBronze3:hover {
	background-color: #363439;
}
/*
	Slideshow
*/

#slides,#slides2 ,#slides3,#slides4,#slides5,#slides6,#slides7{
	z-index:100;
	height: 310px;
	float: left;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:310px;
	overflow:hidden;
	position:relative;
	display:non;
	height: 310px;
}.slideText {
	font-family: quattrocento, arial;
	color: #FFF;
	font-size: 20px;
	float: right;
	width: 630px;
}
div.slideText h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.boucleDiapo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0beab;
	padding-bottom: 50px;
	margin-bottom: 250px;
}
.boutonsDiapo  {
	color: #f0beab;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	width: 50px;
	height: 34px;
	position: relative;
	left: 953px;
	top: -20px;
}
div.boutonsDiapo a {
	color: #f0beab;
	text-decoration: none;
}
.boutonBronzeDemi {
	color: #E8C9AD;
	text-decoration: none;
	width: 235px;
	padding-top: 7px;
	text-transform: uppercase;
	height: 30px;
	display: block;
	padding-bottom: 7px;
}
.boutonBronze3 {
	color: #E8C9AD;
	text-decoration: none;
	width: 300px;
	padding-top: 8px;
	text-transform: uppercase;
	height: 30px;
	display: block;
	padding-bottom: 8px;
}
.bronzeQuart {
	font-size: 16px;
}
.celBronzeDemi {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EACBAF;
	border-bottom-color: #EACBAF;
	border-left-color: #EACBAF;
	width: 235px;
	font-family: quattrocento, arial;
	color: #E9CAAE;
	font-size: 20px;
	text-align: center;
}
.txtRose2 {
	font-family: quattrocento, arial;
	color: #f0beab;
	font-size: 20px;
	line-height: 24px;
}
.wrapperTXT {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 100px;
}
#ulBoutons2 {
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0px;
}
#ulBoutons2 li {
	display: inline
}
#ulBoutons2 li a {
	display: inline-block;
	text-align: center;
	background-color: #b4b3ba;
	font-family: quattrocento, arial;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	color: #323035;
	width: 150px;
	margin-right: 5px;
}
.petitTexte {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}

#ulBoutons2 li a:hover {
	background-color: #dad9de;
}
#ulBoutons3 {
    list-style: none;
    margin: 0;
    text-align: center;
}
#ulBoutons3 li {
    display: inline;
    margin-right: 0.5em
}
#ulBoutons3 li a {
	display: inline-block;
	text-align: center;
	background-color: #b4b3ba;
	font-family: quattrocento, arial;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #323035;
	width: 300px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#ulBoutons3 li a:hover {
	background-color: #dad9de;
}
.wrapperContact {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-family: quattrocento, arial;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 26px;
}
.wrapperContact h2 {
	color: #ACACB2;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 24px;
}
.txtContactRose {
	color: #ECCCBE;
	font-size: 24px;
}
.txtContactGris {
	color: #C2C2C7;
}
.txtContactGris2 {
	color: #97979D;
}
.wrapperContact hr {
	height: 1px;
	border-top-width: 0px;
	border-top-style: none;
	color: #FFF;
}
.petitTexteRose {
	font-size: 16px;
	line-height: 12px;
}
#ulBoutons2 li.boutonGris1ligne a{
	padding-top: 19px;
	padding-bottom: 18px;
	line-height: 12px;
	float: right;
}
