/* images url: http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/ */
html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial;
	color: #fff;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	background: #eee url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/body-bgd.gif) repeat-y 1px 0;
}

div#conteneur {
	margin: 0;
	padding: 0;
	width: 780px;
	background: #fff url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/page-bgd.jpg) no-repeat 0 91px;
	border-right: solid 1px #bfc3b6;
}

div#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 61px;
	background: #6686b2;
}

/*Menus Horizontal*/
div#menuh {
	position: relative;
	padding: 0;
	width: 780px;
	height: 30px;
	text-align: right;
	background: #6686b2 url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/menuh-bgd.jpg) no-repeat 0 0;
}
div#menuh ul {
	display: inline;
	margin: 0 10px 0 auto;
	padding: 0 0 0 0;
}
div#menuh ul li {
	display: inline;
	list-style-type: none;
}

/*Menus Vertical*/
div#menuv {
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
	width: 219px;
	height: 500px;
	text-align: left;
}

/*contenu*/
div#contenu {
	float: left;
	margin: 0 0 0 0;
	padding: 50px 5px 0 5px;
	width: 551px;
	font-size: 0.8em;
}
/*footer*/
div#footer {
	position: relative;
	clear:both;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 780px;
	height: 84px;
	background: url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/footer-bgd.jpg) no-repeat 0 0;
}
div#footer ul {
	position: absolute;
	display: block;
	top: 35px;
	right: 100px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div#footer ul li {
	display: inline;
	padding: 0;
}
/*contenus*/
a:link,
a:visited {
	color: #6686b2;
	text-decoration: none;
}
a:hover {
	color: #6686b2;
	text-decoration: underline;
}
img {border-width: 0;}
.erreur {color: red; font-size: 0.9em; text-align: center; padding: 3px 5px;}
a:link.info_link,
a:visited.info_link {
	padding: 5px 0;
	padding-left: 22px;
	color: #353F62;
	font: normal 0.6em 'Arial-narrow', sans-serif;
	background: url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/inf.gif) no-repeat left center;
}
a:hover.info_link {
	color: green;
}

/*classes*/
div#header h1 {
	display: block;
	height: 61px;
	width: 315px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/logo-LaClauserie.jpg) no-repeat 0 0;
}
div#header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	height: 61px;
	width: 315px;
}
div#header h1 a span {
	display: none;
}
ul#liste_langue {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	height: 11px
	padding: 2px;
	list-style-type: none;
}
ul#liste_langue li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
}

ul#liste_langue li a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	height: 11px;
}
ul#liste_langue li a span {display:none;}
/*menu horizontal*/
#menuh a:link,
#menuh a:visited {
	padding-right: 0.5em;
	color: #fff;
	font: bold 0.8em 'Arial' sans-serif;
	text-decoration: none;
}
#menuh a:hover {
	color: #fff;
	text-decoration: underline;
}
/*icones*/
ul#icones {
	display: block;
	margin: 0 15px;
	padding: 0;
	width: auto;
}
ul#icones li {
	display: block;
	float: left;
	margin: 2px;
	padding: 0;
	width: 25px;
	height: 25px;
}
/*menu vertical*/
div#menuv {
	color: #fff;
}
p#adresse {
	display: block;
	margin: 0 auto 0 20px;
	padding: 55px 0 0 0;
	width: 150px;
	font-size: 8pt;
}
p#adresse a:link{color:#fff;background-color:#6686B2;}
div#contenu {
	color: #353F62;
}
/*article*/
/*formulaire contact*/
form#formulaire {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
}
table.formulaire {
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: left;
	width: 450px;
	border: 1px solid #5B70A9;
	background: #9EAEC5 url(http://www.exemples.com/sites/www.hotel-lacloserie-beaune.com/images/form-bgd.jpg) no-repeat top right;
}
table.formulaire td table.aligned {
	margin: 0 20% 0 auto;
	width: auto;

}
table.aligned tr td {
	margin: 0;
	padding: 2px;
	width: auto;
	vertical-align: top;
}

table.formulaire tr td label {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0.8em;
	color: #000;
}
table.formulaire td input {
	width: 200px;
	background: #D8E1E8;
	border: 1px solid #5B70A9;
}
table.formulaire td select {
	width: 200px;
	background: #D8E1E8;
	border: 1px solid #5B70A9;
}
table.formulaire td select.small {
	width: 55px;
}
table.formulaire td select.medium {
	width: 100px;
}
table.formulaire td input.btn {
	background:#5B70A9;
	width: auto;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
}
table.formulaire td textarea {
	margin: 0 auto;
	width: 303px;
	height: 100px;
	border: 1px solid #5B70A9;
	background: #D8E1E8;
}
.step {
	font-weight: bold;
	color: #333e66;
}
/*tablo tarifs*/
.tablo {
	margin: 30px auto;
	text-align: left;
	width: 450px;
	color: #553a0a;
	background: #83ace5;
	border-left: 1px solid #6686b2;
	border-top: 1px solid #6686b2;
}
tr.tete_col {font-size: 0.8em;}

.tablo tr td {
	padding: 2px;
	font-size: 0.9em;
	vertical-align: middle;
	border-right: 1px solid #6686b2;
	border-bottom: 1px solid #6686b2;
}
td.titre_tarif {
	font-weight: bold;
	text-align: center;
}
td.libelle {font-weight: bold;}


/*footer*/
#footer a:link,
#footer a:visited {
	color: #fff;
	font: normal 8pt 'Arial' sans-serif;
	text-decoration: none;
	line-height: 8pt;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}