@CHARSET "UTF-8";

body {
	font-family: Arial, Verdana, sans-serif;
	background: #630a08;
	color: #000;
	font-size: 10pt;
}

div#main-block {
	width: 770px;
	margin: 5px auto;
	padding: 0;
	border: 2px solid #400403 ;
	border-top: none;
	background: url('images/fond.png') repeat-y;
}

div#header {
	background: url('images/header.png') no-repeat;
}

div#under-header {
	height: 20px;
	margin-top: -3px;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 12px;
	font-style: italic; 
	color: #fff;
	background-color: #064E0B;
}

div#lang-nav {
	font-family: Verdana;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
	height: 20px;
	color: #fff;
	background-color: #52A658;
}

div#lang-nav a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

div#lang-nav a:hover {
	color: #dde9cd;
}

div.clear {
	float: none;
	clear: both;
	visibility: hidden;
}

/* BEGIN LEFT SIDE */

div#left-nav {
	width: 160px;
	background: #b15a58;
	float: left;
	font-size: 14px; 
}

div#left-nav a {
	padding-left: 11px;
	color: #400403;
	text-decoration: none;
}

div#left-nav a:hover {
	color: #fff;
	font-weight: bold; 
}

div#left-nav img {
	display: block;
	margin: 10px auto;
	max-width: 160px;
}

div#left-nav p {
	padding-left: 11px;
}

/* END LEFT SIDE */

/* BEGIN CONTENT */

h1 {
	font-size: 18px;
}

h2 {
	color: #630a08;	
}

div#content {
	float: left;
	width: 580px;
	padding-top: 10px;
	padding-left: 15px;
	background: #ffffe6;
}



div#chalet {
	text-align: center;
}

div#content a {
	color: #000;
	text-decoration: underline;
}

div#content a:hover {
	font-weight: bold;
}

table.legende_image {
	
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffe6;
	background-color: #630a08;
	
}

table#tableau-chalet th {
	text-align: center;
	background-color: #630a08;
	color: #ffffe6;
}

table#tableau-chalet td {
	text-align: center;
	background-color: #b15A58;
	color: #ffffe6;
}

table#tableau-chalet a {
	color: #ffffe6;
	text-decoration: underline;
}

table#tableau-chalet a:hover {
	font-weight: bold;
}

div.formlabel {
    clear: left;
    float: left;
    width: 150px;
    padding-right: 2px;
    text-align: right;
}

div.formligne {
	padding-bottom: 10px;		
}

div.forminput {	
	position:absolute;
	margin-left: 160px;
}

div.bouton-envoi {
	position: absolute;
	margin-left: 120px;
	margin-top: 5px;
}

div.error {
	position: absolute;
	margin-left: 360px;
	margin-top: 5px;
}


/* END CONTENT */

/* BEGIN FOOTER */

div#footer {
	height: 50px;
	background: url('images/footer.png') no-repeat;
	text-align: center;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}

div#footer span {
	display: block;
	padding: 15px;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #dde9cd;
}

/* END FOOTER */
