/* =================== issu des tuto alsacreations.com =============*/
body {
	background-color: #fff;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 90%;
	margin: 10px 0;
	padding: 0;
	height: 100%;
	text-align: left;	
}
a {
	text-decoration: none;
	color: #507694;
	font-weight: bold;
}
a:hover {
	color: #a5b671;
}
a:visited {
	color: #a5b671;
}
b {
	color: #507694;
}
b.noir {
	color: #000;
}
/*=============== GLOBAL ================= */
#global{
	background-color: #fff;
	position: relative;
	padding: 0;
	margin: 1% auto;
	width: 760px;
	min-height: 100%;
}
/*==========================================*/


/*================= HEADER =============== */
#header {
	position: relative;
	background: #fff url('design/header.jpg') left top no-repeat;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 168px;
}
#header h1{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 110px;
	right: 80px;
	font-family: Berlin Sans FB;
	color: #C69366;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}
/*============================================*/


/*================= MENU  =================== */
#menu {
	position: relative;
	background: #fff url('design/menu.jpg') left top no-repeat;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 28px;
	font-family: Century Gothic;
	font-weight: bold;
	text-align: center;
}
#menu ul {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 260px;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 28px;
}
#menu li {
	background: transparent url('design/menu_haut.jpg') repeat-x;
	float: left;
	margin: 0;
	padding: 0;
	height: 28px;
	border-left: 1px solid #cde479;
	list-style-type: none;
}
#menu a {
	display: block;
	float: left;
	background: transparent url('design/menu_haut.jpg') repeat-x;
	margin: 0;
	padding: 4px 13px 0 13px;
	font-size: 15px;
	height: 28px;
	color: #6c705f;
	text-decoration: none;
}
#menu a:hover{
	background: transparent url('design/menu_bas.jpg') repeat-x;
	color: #de881a;
}
/*#menu a:visited {
	background: transparent url('design/menu_haut.jpg') repeat-x;
	color: #de881a;
}*/
/*=============================================*/


/*================= SOUS MENU  =================== */
#sousmenu {
	background: #fff url('design/sous_menu.jpg') left top no-repeat;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 48px;
	text-align: right;
}
#sousmenu h2 {
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	font-family: Century Gothic;
	font-size: 16px;
	color: #bac9d9
}
/*=============================================*/



/*================== CENTRE ================= */
#centre {
	background: #fff url('design/centre.jpg') repeat-y;
	margin: 0;
	padding: 0;
	width: 760px;
	overflow: auto;
	line-height: 1.5em;
}
/*=============================================*/


/*================== CONTENU =============== */
#contenu {
	margin: 0;
	padding: 10px 30px 60px 30px;
	text-align: justify;
}
#contenu h3 {
	background-color: transparent;
	margin: 0;
	padding: 20px 0 0 0;
	color: #c69366;
	font-size: 17px;
	font-variant: small-caps;
	border-bottom: 3px double #c69366;
}
#contenu h4{
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #6c705f;
	font-size: 14px;
	border-bottom: 1px solid #6c705f;
}
#contenu img {
	border: none;
}
#contenu img.left {
	float: left;
	margin: 20px 37px;
	padding: 3px;
	border: 3px double #5b75a4;
	width: 200px;
	height: 150px;
}
#contenu img.right {
	float: right;
	margin: 0 40px 10px 0;
	padding: 0;
	border: none;
	width: 80px;
	height: 30px;
}
#contenu p.centrer {
	text-align: center;
}
#contenu ul {
	margin: 10px;
}
#contenu li{
	list-style-image: url('design/puce.jpg');
	margin: 0 0 0 10px;
}
#contenu a{
	text-decoration: none;
}
#chalet {
	float: right;
	margin: -25px -30px 10px 10px;
}
#plan {
	margin: 0 0 20px 60px;
	padding: 0;
	border: none;
	width: 600px;
	height: 344px;
}
.lettrine {
	margin-left: 20px;
	color: #c69366;
	font-size: 1.1em;
	font-weight: bold;
}
/*===============================*/
table.tarif {
	margin: 20px auto;
	width: 500px;
	background-color: #f7fbe9;
}
table.tarif td {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #d9af87;
}
table.tarif p {
	margin: 0;
	padding: 0;
}
/*===============================*/
table.popup {
	margin: 5px auto;
	width: 600px;
	background-color: #f7fbe9;
}
table.popup td {
	margin: 0;
	padding: 5px 10px;
	width: 300px;
	border: 1px solid #8691a3;
}
table.popup h2{
	margin: 5px 0;
	padding: 5px 0;
	font-size: 12px;
	color: #8691a3;
	text-align: center;
	border-top: 1px solid #8691a3;
	border-bottom: 1px solid #8691a3;
}
table.popup ul {
	margin: 5px 0 30px 10px;
	padding: 0;
}
table.popup li {
	margin: 0 0 0 10px;
	padding: 2px 0;
	list-style-image: url('design/puce.jpg');
}
/*===============================*/
table.local {
	margin: 5px auto;
	width: 620px;
}
table.local td {
	padding: 5px;
	text-align: center;
}
table.local p {
	margin: 0;
	padding: 0;
}
/*===============================*/
table#liens {
	margin: 5px auto;
	width: 640px;
}
table#liens img {
	border: 1px solid #c69366;
	padding: 1px;
}
table#liens td {
	padding: 2px 5px;
	text-align: left;
}
table#liens p {
	margin: 0;
	padding: 0;
}
/*=======================================*/


/*============================================ FORMULAIRE DE CONTACT ===============================================*/
#tabform {
	margin: 10px auto;
	padding: 10px;
	border-collapse: collapse;
	font-size: 10pt;
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	text-align: left;
}
#tabform td {
	margin: 0;
	padding: 5px;
}
#tabform fieldset {
	border: 2px solid #c69366;
	margin: 5px 10px;
}
#tabform legend {
	background-color: #c69366;
	padding: 0 5px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
#tabform input {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
}
#tabform select {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
}
#tabform textarea {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
}
.inputpers {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 30px;
}
.codepostal {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 50px;
}
.courant {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 190px;
}
.date {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 150px;
}
.choix {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 200px;
}
.tdg {
	width: 300px;
	text-align: left;
}
.tdd {
	width: 300px;
	text-align: right;
}
.centrer {
	margin: 0;
	padding: 2%;
	width: 96%;
	text-align: center;
}
.erreur {
	font-weight: bold;
	color: red;
}
.confirm {
	font-weight: bold;
	color: #a4b184;
}
.remplir {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 100%;
}
.submit {
	border-top: 3px double #c69366;
	border-left: 3px double #c69366;
	border-right: 3px double #e4ceba;
	border-bottom: 3px double #e4ceba;
	width: 10%;
}
/*=========================================== REFERENCEMENT ==========================================================*/
span.logorgte {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #ae0000;
	padding: 5px 10px;
}
span.logorgte ,span.logorgte a {
	font-weight : bold;
	text-align: center;
	font-size : 10px;
	font-family : Verdana;
	color : #ae0000;
	text-decoration : none;
}
.blanc {
	color : #fff;
}
.noir {
	color : #000;
}
/*========================================================================================================================*/
/*========================================================================================================================*/




/*======= pied de page en une partie ======== */
#footer {
	background: #fff url('design/footer.jpg') top left no-repeat;
	/*position: absolute;
	bottom: 0;
	margin: 0;*/
	position: relative;
	padding: 10px 0;
	height: 111px;
	width: 760px;
	text-align: center;
	font-size: 0.9em;
	color: #899bad;
}
#footer p {
	color: #899bad;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #899bad;
	font-weight: normal;
}
#footer a img {
	border: none;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
}

#sousfooter {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 760px;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	color: #899bad;
}
#sousfooter p.liensbas {
	margin: 0;
	padding: 0;
}
#sousfooter p.liensbas a{
	padding: 0;
	color: #899bad;
	font-weight: normal;
	text-decoration: underline;
}
#sousfooter p.liensbas a img {
	border: none;
}
#sousfooter p.liensbas a:hover {
	text-decoration: none;
	color: #000;
}
/*=======================================*/


/* ============= les classes ===============*/
.imgleft {
	float: left;
	margin: 20px 20px 5px 0;
	padding: 3px;
	border: 1px solid #6385b7;
}

.imgright {
	float: right;
	margin: 20px 0 5px 20px;
}
.imgcenter {
	margin: 20px auto;
	padding: 5px;
	width: 600px;
	border: 3px double #d9af87;
}


