/* images url: http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/ */
/*DEFAULT CLASS*/
a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
div form#form1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
.erreur {color: red;}
.success {color: green;}

/*STRUCTURATION*/
html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #fbda40;
}
div#conteneur {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 692px;
	text-align: center;
	background: #fbda40 url(http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/conteneur_bg.jpg) repeat-y center top;
}
div#header,
div#boite,
div#footer,
div#mentions {
	margin: 0 auto;
	padding: 0;
	width: auto;
	text-align: left;
}
div#header{
	position: relative;

	padding-top: 0;/*list des drapo*/
	height: 162px;

	background: #fbda40 url(http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/banner.jpg) no-repeat center top;
}
div#header h1 {margin: 0 0 0 0; padding: 0 0 0 0;}

div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:hover{
	display:block;
	margin-left: 50px;
	width: 400px;
	height: 75px;
	text-decoration:none;
}

div#header h1 a span {display:none;}

/*LISTE_LANGUE*/
div#header ul#liste_langue {
	position: absolute;
	top: 1px;
	right: 12px;
	bottom: auto;
	left: auto;
	display: block;
	height: 11px;
	width: auto;
	margin: 0 0 0 0;
	padding: 0;
}
ul#liste_langue li {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 0;
	width: 16px;
	height: 11px;
	line-height: 11px;
}
ul#liste_langue li a:link,
ul#liste_langue li a:visited,
ul#liste_langue li a:hover {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	width: 16px;
	height: 11px;
	text-decoration: none;
}

ul#liste_langue li a span {display:none;}

/*ADRESSE*/
address {display:none;}

/*BOITE*/
div#boite {
	background: transparent url(http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/deco.jpg) no-repeat center top;
	padding: 0 20px 0 0;
	width:662px;
}
div#contents, div#menu{
	float: right;
}
div#contents{
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	width: 480px;
}
div.article{
	color:#000;
	font-style:oblique;
}

/*MENU*/
div#menu{
	margin: 2em 0 0 0;
	padding: 0 0 0 0;
	width: 178px;
	font-size: 0.9em;
}
#menu ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	list-style-type: none;
}
#menu ul li {
	display: block;
	margin: 0;
	padding: 10px 20px 10px 0;
	width: auto;
	text-align:right;
	background: transparent url(http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/menu_item_bg.jpg) no-repeat center right;
}
#menu a:link,
#menu a:visited {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/*FOOTER*/
div#footer {
	position: relative;
	height: 130px;
	clear:both;
	background: #fbda40 url(http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/footer.jpg) no-repeat center bottom;
}
div#footer h2 {
	position:absolute;
	display:block;
	top:50px;
	right:auto;
	bottom:auto;
	left: 20px;
	margin: 0 0 0 0;
	padding: 20px 0 20px 80px;
	height: 23px;
	font:normal 9pt 'Arial Narrow',sans-serif;
	background: transparent url(http://www.exemples.com/sites/www.cavaillon-hotel-du-parc.exemples.com/images/interhotel.jpg) no-repeat left top;
}
div#copy {
	text-align:right;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 692px;
	background: transparent;
}

#copy a:link.mentions,
#copy a:visited.mentions,
#copy a:hover.mentions {
	font: normal 0.65em 'Arial Narrow',sans-serif;
}
#copy a:link,
#copy a:visited,
#copy a:hover{
	font: normal 0.65em 'Arial Narrow',sans-serif;
}
/*FORMS*/
form#form1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
/*formulaire contact*/
table.formulaire {
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: left;
	width: 450px;
	border: 1px solid #000;
}
table.formulaire caption {
	caption-side: bottom;
	font:normal 7pt 'Arial Narrow', sans-serif;
}
table.formulaire tr td {
	margin: 0;
	padding: 2px;
	width: auto;
	vertical-align: middle;
}

table.formulaire tr td label {
	font-size: 0.8em;
}

table.formulaire td input {
	background: #FBDA40;
	border: 1px solid #000;
}
table.formulaire td input.btn {
	background: silver;
	width: auto;
	padding: 4px;
	font-size: 0.8em;
	cursor: pointer;
}
table.formulaire td textarea {
	margin: 0 auto;
	width: 98%;
	height: 200px;
	border: 1px solid #000;
	background: #FBDA40;
}
.small {width: 60px;}
.medium {width: 120px;}
.large {width: 200px;}

/*tablo tarifs*/
.tablo {
	margin: 30px auto;
	text-align: left;
	width: 450px;
	color: #000;
	font-size: 0.8em;
	background: #FBDA40;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
tr.tete_col {font-size: 1em;}

.tablo tr td {
	padding: 2px;
	font-size: 0.9em;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
td.titre_tarif {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
td.libelle {font-weight: bold;}
/*GALERIE*/
div#gallery{
	margin: 1em 0 0 0;
	padding: 0 1em 1em 1em;
	width: auto;
	height: 100%;
	background: #fefefe;
	border: 1px solid #eee;
}
#gallery h3 {
	margin-top: 0;
	margin-left: -0.9em;
	margin-right: -1em;
	padding-left: 0.2em;
	color: #555;
	text-decoration: underline;
}
div.box_thumb{
	position: relative;
	float:left;
	margin: 0 0 1em 1em;
	padding: 0 0 0 0;
	width: 120px;
	min-height: 150px;
	border: 1px dotted #555;
	background: #fff;
}
div.image_thumb{
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 100px;
	height: 100px;
}
div.image_thumb img {border-width: 0;}
div.thumb_text{
	margin: 0 auto;
	padding: 0.3em;
	width: auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 0.9em;
}
span.date_thumb{
	position: absolute;
	top: 0;
	right: 0;
	bottom:auto;
	left:auto;
	font: normal 7pt 'Arial Narrow', sans-serif;
	color: #555;
}
span.titre_thumb{
	font-size: 0.8em;
}

/*CLASSES*/
