/* reinit values */

p, html *{
	border: 0;
	margin: 0;
	padding: 0;
}

/** Basic components **/

body {
	background: transparent url('../images/layout/bg_body.gif');
	font-family: 'Tahoma', Verdana, Arial, sans-serif;
	color: #7f1a28;
	font-size: 100%;
}

/** Global components **/

#outer {
	background: transparent url('../images/layout/bg_layout.gif') no-repeat 50% 0;
	height: 100%;
	width: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 800px;
	margin: 0 auto;
	padding-top: 49px;
}

#header {
	position: relative;
	height: 290px;
	background: transparent url('../images/layout/header.jpg') no-repeat;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#teaser {
	position: absolute;
	right: -70px;
	top: 0;
}

#lang {
	position: absolute;
	left: 20px;
	top: 130px;
	width: 7px;
}

/** Misc components **/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/ * html .clearfix { display:block; } /* End hide from IE-mac */

.floatr {
	float: right;
}

.floatl {
	float: left;
}

h2,
h2.titre,
h2.titre a {
	margin-bottom: .7em;
	color: #711700;
	text-decoration: none;
}

h2,
h2.titre {
		font-size: 1.1em;
}

a {
	color: #711700;
}

/** Header components **/

#logo {
	display: block;
	width: 262px;
}

/** Navigation components **/

#nav {
	position: absolute;
	top: 260px;
	left: 20px;
	height: 40px;
	background-color: #7f1a28;
	padding: 0 10px;
	width: 390px;
}

#nav a {
	display: block;
	float: left;
	padding: 0 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
}

#nav a:hover,
#nav li.selected a {
	color: #fed54b;
}

#nav li {
	display: inline;
}

/** Container Components **/

#inner-container {
	clear: both;
	background: transparent url('../images/layout/bg_maincontent.jpg') no-repeat;	
}

#container {
	clear: both;
	background: transparent url('../images/layout/bg_innercontent.gif') repeat-y;
}

#breadcrumb {
	clear: both;
	padding-top: 0px;
	padding-left: 43px;
	background: transparent url('../images/layout/icone_h2.gif') no-repeat 25px 4px;
}

#breadcrumb li{
	display: inline;
	color: #5b5b5e;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .15em;

}

#breadcrumb li a {
	color: #531001;
	text-decoration: none;
	border-bottom: 1px solid #531001;
}	

#breadcrumb li.first a {
	border: 0;
}

/** Footer Components **/

#footer {
	clear: both;
	border-top: 1px solid #7f1a28;
	padding: 0 20px;
	padding-top: 10px;
	background: transparent url('../images/layout/bg_innercontent.gif') repeat-y;
}

#footer p.adresse{
	font-size: .8em;
	color: #7f1a28;
	line-height: 1.3em;
}

#footer .contact a{
	color: #5b5b5e;
	text-decoration: none;
	font-size: .9em;
}

#copyr {
	padding: 0 20px;
	text-align: right;
	background: transparent url('../images/layout/bg_innercontent.gif') repeat-y;
}

#copyr a{
	color: #5b5b5e;
	font-size: .7em;
	text-decoration: none;
}

/** Page-content **/

#pagecontent {
	padding: 20px 50px;
}

/* Textblock */

#pagecontent .text {
	text-align: justify;
	line-height: 1.5em;
	font-size: 80%;
}

#pagecontent .textblock {
	clear: both;
	margin-bottom: 20px;
}

#pagecontent .textblock p {
	padding-bottom: 1em;
}

#pagecontent .textblock ul {
	font-size: 80%;
	margin-bottom: 1em;
	margin-left: 15px;
}

#pagecontent .textblock .floatr {
	padding-left: 15px;
}

#pagecontent .textblock .floatl {
	padding-right: 15px;
}

#pagecontent .textblock .photo img{
	border: 1px solid white;
	display: block;
}

/* Listing */

#pagecontent .entry a {
	color: #5b5b5e;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#pagecontent .entry {
	clear: both;
	padding: 10px 0;
	margin-top: 10px;
	position: relative;
	border-bottom: 1px solid #c0c5c2;
}

#pagecontent .entry img {
	border: 1px solid white;
	display: block;
}

#pagecontent .entry h3 {
	font-size: .8em;
}

#pagecontent .entry h3 a {
	font-size: 1.2em;
}

#pagecontent .entry .floatl {
	margin-right: 20px;
}

#pagecontent .entry .text {
	font-size: .8em;
	font-style: normal;
}

#pagecontent .entry .moreinfos {
	font-size: .9em;
	float: right;
	margin-top: 10px;
	display: block;
	background: #bfc5c5;
	color: #fff;
	padding: 4px;
}

#pagecontent .entry .moreinfos:hover {
	color: #7f1a28;
}

/* Album photos */

#pagecontent .album {
 background-color: #dde3e3;
}

#pagecontent .album img†{
	display: block;
}

#pagecontent .album li {
	display: block;
	margin: 12px;
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
}

/* Tarifs elements */

#pagecontent div.tarif {
	border-bottom: 4px solid #c0c5c2;
	padding: 10px 0;
}

.tarif .titre {
	padding: 5px;
 padding-left: 0;
}

.tarif .titre a {
	border-bottom: 1px solid #7f1a28;
}

/* Forms elements */

.forms {
	font-size: 80%;
}

.forms label {
	display: block;
	width: 200px;
	padding-bottom: 5px;
}

.forms input {
	width: 400px;
}

.forms textarea {
	width: 100%;
}

.forms p {
	padding: 5px 0;
}

.forms .btn {
	width: 100%;
	margin: 5px 0;
	padding: 3px;
	text-transform: uppercase;
	text-align: right; 
	background-color: #5b5b5e;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
