* { margin: 0; padding: 0; }

html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #00608a;
	text-align: justify;
	letter-spacing: 1px;
	background-color: #00ace5;
	min-width: 900px;
}

body {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	margin: 0px; padding: 0px;
}

#conteneur {
	position: absolute; left: 50%; top: 50%;
	width: 900px; height: 630px;
	margin-top: -315px; margin-left: -450px;
}

#cadre {
	width: 900px; height: 600px;
}

#box_top_left {
	float: left;
	width: 300px;
	height: 300px;
	background-color: #00608a;
}

#box_top_middle {
	float: left;
	width: 270px;
	height: 280px;
	padding-left: 15px; padding-right: 15px; padding-top: 20px;
	background-color: #59c4ec;
}

#box_form {
	float: left;
	width: 260px;
	height: 290px;
	padding-left: 20px; padding-right: 20px;
	background-color: #dfeefd;
	padding-top: 10px;
}

#box_top_right {
	float: right;
	width: 300px;
	height: 300px;
	background-color: #61bbe8;
}

#box_bottom_left {
	float: left;
	width: 250px;
	height: 300px;
	background-color: #0095ca;
	padding-left: 50px;
}

#box_bottom_middle {
	float: left;
	width: 300px;
	height: 300px;
	background-color: #9cd8f3;
}

#box_bottom_right {
	float: right;
	width: 300px;
	height: 300px;
	background-color: #8cd2f1;
	margin: 0;
	padding: 0;
}

#navigation {
	position: relative; top: 50%;
	height: 160px;
	margin-top: -85px;
}

#choix_langue {
	position: relative; top: 50%;
	height: 110px;
	margin-top: -60px;
}

#bartop {
	height: 15px;
	font-size: 0.9em;
	letter-spacing: 2px;
}

#barbottom {
	position: relative;
	top: 3px;
	height: 15px;
	font-size: 0.9em;
	letter-spacing: 2px;
}

#adress {
	float: left;
	text-align: left;
}

#mentions {
	float: right;
	text-align: right;
}

/*
#text_fr_darbibine {
	position: relative; top: 50%;
	margin-top: -0px;
}

#text_fr_chambres {
	position: relative; top: 50%;
	margin-top: -0px;
}

#text_fr_situation {
	position: relative; top: 50%;
	margin-top: -0px;
}
*/

hr {
	clear: both;
	visibility: hidden;
	display: none;
}

h1 {
	font-weight: bold;
	font-size: 1.1em;
}

p.text {
	padding-top: 10px;
}

p.suite {
	text-align: right;
	padding-top: 20px;
}

p.prec {
	text-align: left;
}

p.adress { 
	font-weight: bold;
}

p.mentions {
	font-weight: normal;
}

p.lang, p.res {
	font-weight: normal;
}

img.imgbox {
	width: 300px;
	height: 300px;
	border: none;
	margin: 0; padding: 0;
}

img.puce {
	position: relative; top: 7px; left: 7px;
}

img.arrow {
	position: relative;
	top: 1px;
	padding-left: 5px;
	width: 12px; height: 10px;
}

img.arrow_back {
	position: relative;
	top: 1px;
	padding-right: 5px;
	width: 12px; height: 10px;
}

a.menu {
	text-decoration: none; font-weight: bold; color: #00608a; letter-spacing: 1px; font-size: 1em;
}

a.menu:hover {
	font-weight: bold; color: #FFFFFF;
}

a.link {
	text-decoration: none;
	color: #00608a;
}

a.link:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.logolink {
	border: none;
}

ul.list {
	margin: 0 0 0 15px;
	padding-top: 15px;
	border: none;
}

li.list {
	display: list-item:
	text-align: left;
}

li.nav {
	display: list-item;
	list-style: none;
	margin-bottom: 0px;
}

#puce_01, #puce_02, #puce_03, #puce_04, #puce_05 {
	visibility: hidden;
}

form {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 10px;
}

label {
	display: block;
	text-align: left;
	padding-bottom: 1px;
}

input.text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	border: 1px solid;
	border-color: #FFFFFF;
	font-size: 1.1em;
	margin-bottom: 5px;
}

input.button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #00608a;
	letter-spacing: 1px;
	background-color: #dfeefd;
	border: none;
	font-size: 1em;
	margin-right: -1px;
}

textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	height: 70px;
	border: 1px solid;
	border-color: #FFFFFF;
	font-size: 1.1em;
	margin-bottom: 5px;
}


/* INDEX FLASH */
#droite {
	float: right;
	width: 600px; height: 600px;
	background-color: #00ace5;
}

#gauche {
	float: left;
	width: 300px; height: 600px;
	background-color: #00ace5;
}

#accueil_logo {
	float: left;
	width: 300px; height: 300px;
	background-color: #00608a;
}

#accueil_menu {
	float: left;
	width: 230px; height: 300px;
	background-color: #0095ca;
	padding-left: 70px;
}

#accueil_lang {
	position: relative; top: 50%;
	height: 84px;
	margin-top: -42px;
}