@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: Arial, sans-serif;
	margin: 0;
	border:none;
	width:1600px;
	overflow:hidden;
}

div#cadre {
	height: 800px;
}

div#menu {
	width: 1600px;
	height: 94px;
	left: 168px;
	position: fixed;
	z-index: 100;
}

div#menu a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	
}

a#btn_accueil {
	font-size: 24px;
	background-image: url("../img/btn_accueil.png") ;
	background-repeat:no-repeat;
	background-color:#43bfe9;
	width: 330px;
	height: 94px;
	padding-right:11px;
}

a#btn_showcase {
	font-size: 24px;
	background-color: #57A42F;
	width: 460px;
	padding-left: 20px;
	height: 44px;
	padding-top: 50px;
}

a#btn_showcase:hover {
	background-image: url("../img/bg_btn_contact.png");
}

a#btn_book {
	background-color: #ff2100;
	width: 370px;
	padding-left: 20px;
	height: 44px;
	padding-top: 50px;}

a#btn_book:hover {
	background-image: url("../img/bg_btn_book.png");
}


div#accueil {
	width: 1635px;
	height: 1001px;
	/*padding-top: 154px;
	padding-left: 166px;*/
	background-image: url("../img/bg_index.png");
	background-repeat: no-repeat;
}

/*div#accueil h1 {
	font-size: 115px;
	font-weight: normal;
	background-color: #000;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 14px;
	height: 150px;
}*/

/*div#accueil h1.first {
	width: 480px;
}

div#accueil h1.second {
	width: 1035px;
}

div#accueil h1.third {
	width: 1260px;
}
*/
div#contact {
	position: absolute;
	left: 1635px;
	top: -1px;
	width: 1635px;
	height: 1001px;
	padding-top: 170px;
	padding-left: 495px;
	background-image: url("../img/bg_contact.png");
	background-repeat: no-repeat;
	border:none;
}

div#contact div.formulaire {
	float: left;
	border:none;
}

div#contact h2 {
	color: #FFF;
	background-color: #000;
	font-size: 26px;
	font-weight: normal;
	padding: 5px 20px;
	margin-top: 0;
	margin-bottom: 15px;
}

div#contact div.formulaire h2 {
	width: 440px;
	border:none;
}

div#contact form, div#contact form fieldset {
	background-color: #E1E2E3;
	width: 450px;
	height:470px;
	padding: 15px;
	border:none;
}

div#contact form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

div#contact form label {
	font-size: 18px;
	color: #58585A;
}

div#contact form input, div#contact form textarea {
	width: 445px;
	border: 1px solid #43bfe9;
	background-color: #FFF;
	font-size: 18px;
	
}

div#contact form input {
	margin-bottom: 20px;
}

div#contact form textarea {
	height: 100px;
}

div#contact form p {
	text-align: right;
}

div#contact form input.button {
	width: 445px;
	height:55px;
	margin-top:15px;
	background-color: #43bfe9;
	border: 1px solid #43bfe9;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	
}

div#contact form input.button:hover {
	cursor: pointer;
}

div#contact div.texte {
	float: left;
	margin-left: 180px;
}

div#contact div.texte h2 {
	width: 275px;
}

div#contact div.texte p {
	width: 285px;
	padding: 15px;
	background-color: #E1E2E3;
	margin-top: 0;
	margin-bottom: 15px;
	color: #58585A;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
}

div#contact div.texte p.first {
	height: 190px;
}

div#contact div.texte p.second {
	height: 140px;
}
div#contact div.texte p.third{
	height: 15px;
	background-color:#57a42f;
	color:#FFF;	
}
div#contact div.texte p.third:hover{
background-image: url("../img/bg_btn_contact.png");
}
div#contact div.texte p.third a {
	color: #fff;
	text-decoration: none;
}



div#contact a {
	color: #43bfe9;
	text-decoration: none;
}

div#contact a:hover {
	text-decoration: underline;
}

/*div#contact .envoyer {
	float:left;
	width:193px;
	height:29px;
	margin-top:20px;
	padding:3px 15px 0 0;
	text-align:right;
	background-color:#f5f5f5;
	border-top:1px solid #a9aab1;
}*/

#messsage_erreur{
	background-color:#ff2100;
	padding-top: 28px;
	padding-left: 20px;
	padding-right:20px;
	height: 66px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	
	
	
	
	}