/* RESET */

@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Mate+SC);

/*-------------------------------
  --	GENERIC STYLES
  -------------------------------*/

body {
	
	font-family: 'Mate SC',Tahoma, Arial;
	font-size: 16px;
	color: #333333;
	background: url(../img/bg.png) repeat fixed;
}



h1{
	font-size: 30px;
    margin-bottom: 30px;
    color: #333333;	
    letter-spacing: 0.5px;
    text-transform: uppercase;
	padding-bottom: 25px;
	background: transparent url(../img/h1.png) no-repeat center bottom;
	font-weight:normal;
	text-shadow:1px 1px 3px gray;
}

h2{
	font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #333333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight:normal;
	text-shadow:1px 1px 3px gray;
}

a{
	color:#650902;
}

a:hover{
	color:#8873B5;
}


/*-------------------------------
  --	BASIC LAYOUT
  -------------------------------*/

#container{
	width: 890px;
	margin: auto;
	margin-top:0px;
}

/*-------------------------------
  --	HEADER MENU
  -------------------------------*/
#header {
	position: relative;
	height: 220px;
	margin:0px auto;
	text-align:center;	
	background: transparent url(../img/header.png) center top no-repeat;
}

#header .flags{
	position:absolute;
	top:15px;
	right:0px;
}

#header .flags a{
	float:right;
	margin-left:5px;
}

#header .subtitle {
	margin-top:120px;
	letter-spacing:2px;
	display:inline-block;
	color:#FFFFFF;
}

#header .nav {
	margin-top:30px;
	height: 42px;
	display:inline-block;

}


/* Menu level 1 */

#header .nav .ul1{
	height: 42px;
	margin: auto;
	
}

#header .nav .li1 {
	display: block;
	float: left;
	margin:auto 0px;
	position:relative;
	z-index:5;
}

#header .nav .li1>a {
	display: block;
	height: 37px;
	padding-top: 5px;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:2px;
}

#header .nav .li1>a span {
	display: inline-block;
	height: 24px;
	padding: 3px 9px 0;
	margin: 0 3px;
	color:#FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}


#header .nav .li1.on>a span,
#header .nav .li1:hover span {
	background: #E9E9E9;
	color: #333333;

}

/* Menu level 2 */
#header .nav .ul2 {
	position:absolute;
	top:35px;
	left:3px;
	display:none;
	width:230px;
	background-color:#E9E9E9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#header .nav .li1:hover .ul2 {
	display:block;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#header .nav .li2 {
	text-align:left;
	list-style:none;
	display:block;
	height:20px;
	line-height:20px;
	padding:5px 10px;
}

#header .nav .li2 a{
	text-decoration:none;
	color:#333333;
	font-size:13px;
	text-transform:uppercase;	
	letter-spacing:2px;
	height:20px;
	line-height:20px;
	display:block;
}

#header .nav .li2:hover{
	cursor:pointer;
	color:#8873B5;
}

#header .nav .li2:hover a{
	color:#8873B5;
	cursor:pointer;
}
 
/*-------------------------------
  -- SLIDER
  -------------------------------*/
.sliderTop{
	z-index:2;
	top:-5px;
	left:-5px;
	background-image:url(../img/sliderTop.png);
	height:417px;
	width:900px;
	float:left;
	position:relative;
}

/*-------------------------------
  -- CONTENT
  -------------------------------*/
#content {
	background: url(../img/contentTop.png) no-repeat right top #FFFFFF;
	padding:30px 20px 20px 20px;
}

#content h1 {
    text-align: center;
}


/*-------------------------------
  -- FOOTER
  -------------------------------*/
#footer {
	background: transparent url(../img/footer.png) no-repeat center top;
	height:80px;
	padding-top:15px;
	text-align:center;
	color:#FFFFFF;
	width:890px;
}

#footer a {
	color:#FFFFFF;

}

/*-------------------------------
  -- Media
  -------------------------------*/
#content .media {
	float:left;
	width:430px;
}

#content .media a{
	margin:0px 5px 8px 0px;
	display:inline-block;
	border:1px solid #333333;
	padding:1px;
}

#content .suitesThumb{
	width:33%;
	display: inline-block;
}

#content .thumb{	
	padding:8px 0px 8px 0px;
}


/*-------------------------------
  --	CONTACT
  -------------------------------*/
.contact{
    border-color: #E3E3E3;
    border-style: solid;
    border-width: 0 0 0 1px;
	float:right;
	padding-left:20px;
	width:400px;
}

.contact .l{
    color: #777777;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    vertical-align: top;
}

.contact .infoLib{
	font-size:12px;
	margin-top:10px;
	text-align:justify;
}

.contact .button{
	margin-left:10px;
}

.contact h2{
	margin-top:0px;
}

.contact textarea,
.contact input,
.contact select{
	width: 272px;
	padding: 4px;
	margin: 5px 0px 5px 10px;
	border: solid 1px #8873B5;
	background: #E3E3E3;
	outline: none;
	font-size: 14px;
	color: #777777;
}

.contact textarea{
	height: 130px;
}

.contact input.date{
	width: 80px;
}

.contact select.time{
	width: 80px;
	margin-left:20px;
}

.contact textarea.error,
.contact input.error,
.contact select.error{
	border-color:red;
	background-color:#FFC768;
}

.contact .msg{
	margin:16px;	
	text-align:center;
}

.contact .mailSuccess{
	font-weight:bold;
	color:green;
}

.contact .mailFailed{
	font-weight:bold;
	color:red;
}

.contactComment{
	width:410px;
}

#address{
	border:solid 1px #E3E3E3;
	width:100%;
	padding:15px 0px 5px 0px;
	margin:20px 0px;
	
}

/*-------------------------------
  --	BOUTON
  -------------------------------*/
.button, .button a:link{
    -moz-transition: background-color 0.2s ease-in-out 0s;
    background: url("../img/go.png") no-repeat scroll 100% 50% #8873B5;
    border: 1px solid #FFFFFF;
    color: #D1C3B5;
    display: inline-block;
    font-size: 18px;
    margin: 15px 0;
    padding: 3px 40px 6px 10px;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}

.button:hover {
    background-color: #b47d7e;
    color: #FFFFFF;
}

.buttonVilla{
    -moz-transition: background-color 0.2s ease-in-out 0s;
    background: url("../img/buttonVilla.png") right top;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height:50px;
	line-height:50px;
	text-decoration:none;
	display:inline-block;
	font-size:20px;
	text-shadow:1px 1px 1px gray;
	color:#FFFFFF;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	width:300px;
	text-align:center;
}

.buttonVilla.jasmin{
	background-image: url("../img/buttonVillaJasmin.png");
}

.buttonVilla.mimosa{
	background-image: url("../img/buttonVillaMimosa.png");
}

.buttonVilla.lavande{
	background-image: url("../img/buttonVillaLavande.png");
}

/*-------------------------------
  --	COMMON
  -------------------------------*/
.clear{
	clear:both;
}


/*-------------------------------
  --	TINY MCE
  -------------------------------*/
.tinymce{
	text-align:justify;
}

.tinymce p{
	margin-bottom:10px;
}

.tinymce ul{
	list-style: circle;
	padding-left:30px;
	margin-bottom:10px;
}

.tinymce ul li{
	margin: 6px 0px;
}

.tinymce table td.header{
    color:#FFFFFF;
	background-color:#7D6853;
	font-weight:bold;
	padding:3px 10px;
}

.tinymce table td.odd{
	background-color:#DCE0C5;
	padding:3px 10px;
}

.tinymce table td.even{
	background-color:#FFFFFF;
	padding:3px 10px;
}


.featured{
	position:absolute;
	top:70px;
	right:50px;
	z-index:20;
	background-color:rgba(255,255,255,0.85);
	padding:20px;
	width:280px;
	height:230px;
}
