@font-face {
	font-family: "my-helvetica-neue";
	src:url(../fonts/helveticaneue-lightcond-webfont.eot); /* Pour Internet Explorer */
	src:local("@"), url("../fonts/helveticaneue-lightcond-webfont.ttf") format("opentype");
	font-weight:normal;
	font-style:normal;	
}
@font-face {
	font-family: "my-helvetica-neue-bold";
	src:url(../fonts/helveticaneue-bold-webfont.eot); /* Pour Internet Explorer */
	src:local("@"), url("../fonts/helveticaneue-bold-webfont.ttf") format("opentype");
	font-weight:normal;
	font-style:normal;	
}

html, body {
	margin:0;
	padding:0;
}	
body {
	background-color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;	
	
}
a {
	outline:none;	
}

/* -------------------------------- */
/* PAGE TUNNEL - FORMULAIRE LANGUES */
/* -------------------------------- */
#containerAccueil {
	background-color:#5A5959;
	background-image:url(../images/bg_accueil.jpg);
	background-repeat:no-repeat;
	border:5px #D0BE9B solid;
	width:1000px;
	height:525px;
	margin-left:auto;
	margin-right:auto;
	margin-top:110px;
}
#containerAccueil h1 {
	margin-left:40px;
	font-size:18px;
	color:#D0BE9B;	
}
#containerAccueil p {
	margin-left:40px;
	font-size:12px;
	color:#D0BE9B;
}
#formAccueil {
	background:none;
	border:none;
	margin-top:0px;
	height:auto;
	width:auto;
}
#accueil {
	float:right;
	margin-right:40px;
	margin-top:350px;
}
#formAccueil select {
	width:50px;
	float:left;
	border:3px #D0BE9B solid;
	height:25px;
	background-color:#3E3C3D;
	color:#FFF;
}
#accueil_btn {
	background-color:#3E3C3D;
	color:#FFF;
	width:80px;
	border:3px #D0BE9B solid;
	height:25px;
	padding-bottom:13px;
	margin-top:0px;
	padding-top:1px;
}

/* ------------------------- */

/* ------------------------- */

#container {
	background-color:#5A5959;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	border:5px #D0BE9B solid;
	width:1000px;
	height:525px;
	margin-left:auto;
	margin-right:auto;
	margin-top:110px;
}
#navigation {
	width:100%;
	height:40px;
	border-bottom:8px #979797 solid;
	background-color:#535353;
}
#navigation ul {
	padding-top:7px;
	width:880px;
	padding-left:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#navigation li {
	display:inline-block;
	margin-right:40px;
}

#navigation li a {
	color:#b6a88c;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
}
#navigation li a:hover {
	color:#b6a88c;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-shadow:1px 1px 3px #999;
}
#navigation li a.active {
	color:#EFEFEF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-shadow:1px 1px 3px #999;
	cursor:default;
}


/* PROPRIETES GENERALES DE LA DIV A CHARGER*/
#contenu {
	width:880px;
	height:357px;
	margin-left:auto;
	margin-right:auto;
}
#contenu p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;	
	line-height:18px;
}
#contenu ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;	
	line-height:18px;	
}
/* INTRODUCTION */
#cont_introduction {
	width:100%;
	height:330px;
	margin-top:0px;
	padding-top:0px;
}
#cont_introduction p {
	margin:0px;	
	padding-top:10px;
}
.img_intro {
	float:left;
	display:block;
	margin:45px 60px 0px 0px;
	border:6px #D0BE9B solid;
	/* COINS ARRONDIS */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/* OMBRAGE */
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
}
/* SITUATION */
#itineraire {
	width:390px;
	float:left;
}
#itineraire ul {
	margin-left:0px;
	padding-left:15px;	
}
#itineraire li {
	line-height:20px;
	list-style-type:circle;	
}
#googlemaps {
	width:420px;
	float:right;
	margin-top:10px;	
}
.googleMap {
	border:4px #D0BE9B solid;
	/* COINS ARRONDIS */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;	
}
/* HISTORIQUE */
#txt_historique {
	height:330px;
	overflow-y:hidden;
	padding-bottom:0px;	
	margin-bottom:0px;
}
#txt_historique p {
	width:650px;
	float:right;
	margin-right:20px;
	text-align:justify;
	padding-bottom:0px;
	
}
#histo_illu {
	width:150px;
	float:left;
	
	margin-bottom:0px;
	padding-bottom:0px;	
}
.histo_img {
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
	border:6px #D0BE9B solid;
	/* COINS ARRONDIS */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/* OMBRAGE */
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;	
}
.scroll-pane {
	height: 330px;
	overflow-y:scroll;
	margin-top:10px;
}
/* ------------ */
/* PRESENTATION */
/* ------------ */

#thumb {
	width:341px;
	height:328px;
	float:left;	
}
#thumb p {
	margin-top:0px;
	padding-top:10px;	
}
#thumbnails {
	background-color:#989898;
	border:4px #D0BE9B solid;
	list-style-type:none;
	margin:0px;
	padding-top:0px;
	padding-left:0px;	
	/* COINS ARRONDIS */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/* OMBRAGE */
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;	
}
#thumbnails img {
	border:none;	
}
#thumbnails:after {
	content:'';
	clear:both;
	display:block;
}
#thumbnails li {
	float:left;
	margin-right:2px;	
	
}
#thumbnails li a {
	display:block;
	position:relative;
	
}
#thumbnails li:nth-child(5n+5) {
	margin:0px!important;
}
#bigImg {
	width:300px;
	height:225px;
	margin-top:40px;
	float:left;
	margin-left:30px;
	border:4px #D0BE9B solid;
	/* COINS ARRONDIS */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/* OMBRAGE */
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;		
}


/* -------- */
/* CHAMBRES */
/* -------- */
#chambres_txt {
	width:400px;
	float:left;
}
#chambres_txt p {
	text-align:justify;	
	padding-top:20px;
}
#chambres_img {
	padding-left:20px;
	padding-top:30px;
}
#chambres_img img {
	margin-left:30px;
	border:6px #D0BE9B solid;
	/* COINS ARRONDIS */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/* OMBRAGE */
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;		
}

/* -------- */
/* CONTACTS */
/* -------- */
#contact_coordonnees {
	float:left;
	width:350px;
}
#contact_coordonnees table {
	padding-top:10px;
	width:350px;
	
}
#contact_coordonnees td {
	vertical-align:top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;	
	line-height:18px;	
}
td.contact {
	width:70px;
}
td.contact span {
	font-size:14px;
	font-weight:bold;	
}
textarea {
	width:220px;
	height:85px;	
	resize:none;
}
.btnEnvoyer {
	background:#B7B7B7;
	background:-moz-linear-gradient(top, #999, #B7B7B7);
	background:-webkit-gradient(linear, right top, right bottom, from(#999), to(#B7B7B7));
	color:#000;
	width:100px;
	border:1px silver solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:11px;
	padding:2px;
	cursor:pointer;
}
form {
	width:350px;
	height:225px;
	background-color:#999999;
	border:5px #D0BE9B solid; 
	margin-top:10px;		
}
form p {
	margin:1em 0;	
}
form p.double {
	overflow:hidden;
	width:100%;
}
form p.double label {
	float:left;
	width:75px;
	text-align:right;
	font-weight:bold;	
}
form p.simple {
	margin-left:75px;	
}
form input {
	width:230px;	
	margin-left:10px;
}
form textarea {
	width:230px;	
	margin-left:10px;
}
input, textarea {
	background-color:#CCCCCC;
	border:1px #777 solid;	
	color:#FFF;
	padding:2px;
	overflow:hidden;
}

/* -------------------- */
/* CONTACTS - TRAITEURS */
/* -------------------- */
#contact_traiteurs {
	float:right;
	width:500px;
}

#traiteurs {
	width:500px;
	height:225px;
	background-color:#999999;
	border:5px #D0BE9B solid; 
	margin-top:22px;	
}
#logo {
	height:210px;
	width:100%;
	background-color:#CCCCCC;
	margin-top:8px;
	
}
#portfolio {
	list-style-type:none;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
}
#portfolio:after {
	content:'';
	clear:both;
	display:block;
}
#portfolio li {
	float:left;
	margin-right:5px;	
}
#portfolio li a {
	display:block;
	position:relative;	
}
#portfolio li:nth-child(4n+4) {
	margin:0px!important;
	margin:0px;	
}

#portfolio li a img {
	border:none;
}


/* ----- */
/* EMAIL */
/* ----- */
#email {
	margin-top:0px;
	padding-top:0px;
	width:100%;
	height:330px;	
}
#email p {
	margin-top:0px;
	padding-top:20px;	
}


