/* reinit values */

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

/** Basic components **/

body {
	background: transparent url('../images/bg_body.gif') repeat-y 50% 0;
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	color: #3e3c16;
	font-size: 100%;
}

/** Global components **/

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

#wrapper {
	width: 748px;
	margin: 0 auto;
	padding-top: 12px;
	position: relative;
}

#header {
	width: 193px;
	height: 235px;
	background: transparent url('../images/header.gif') no-repeat;
	float: left;
}

#teaser {
	float: right;
}

.default-teaser {
	width: 555px;
	height: 234px;
	background: transparent url('../images/teaser.jpg') no-repeat;
}

#lang {
	position: absolute;
	right: 20px;
	top: 23px;
	z-index: 10;
}

#lang img {
	border: 1px solid #fff;
}

/** 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;
}

a{
 color: #2f7f0e;
 text-decoration: none;
}

a:hover{
 color: #3e3c16;
 text-decoration: underline;
}

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

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

/** Header components **/

#logo {
	display: block;
	width: 180px;
	height: 42px;
	position: absolute;
 left: 7px;
	top: 40px;
}

/** Navigation components **/

#nav {
	width: 555px;
	height: 37px;
	position: absolute;
	top: 12px;
	left: 193px;
	padding: 0 20px;
	padding-top: 10px;
	background: transparent url('../images/bg_navigation.gif') no-repeat;
	display: block;
	z-index: 5;
}

#nav a {
	display: block;
	float: left;
	padding: 0 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #6d6d5c;
	text-decoration: none;
	letter-spacing: .1em;
	font-size: 12px;
}

#nav a:hover,
#nav li.selected a {
	text-decoration: underline;
}

#nav li {
	display: inline;
}

/** Container Components **/

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

#breadcrumb {
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 80%;
}

#breadcrumb li{
	display: inline;
	color: #626248;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
}

#breadcrumb li span {
	padding-right: 8px;
}

#breadcrumb li a {
	color: #626248;
	text-decoration: none;
	border-bottom: 2px solid #ffd409;
}	

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

/** Footer Components **/

#footer {
	clear: both;
	border-top: 1px solid #ddddd2;
	padding: 10px 0px;
	margin: 0 30px;
}

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

#footer .contact a{
	text-decoration: none;
	font-size: .8em;
}

#copyr {
	margin: 0 30px;
	text-align: right;
	padding-top: 0;
	padding-bottom: 5px;
	height: 100%;
}

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

/** Page-content **/

#pagecontent {
	padding: 20px 30px;
}

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

/* Textblock */

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

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

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

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

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

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

/* Listing */

#pagecontent .entry a {
	color: #626248;
	text-decoration: none;
	border-bottom: 2px solid #ffd409;
}

#pagecontent .entry {
	clear: both;
	margin-bottom: 10px;
	position: relative;
}

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

#pagecontent .entry h3 {
	font-size: .8em;
	margin-bottom: 10px;
}

#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;
	margin-top: 10px;
	display: block;
	float: left;
	color: #2f7f0e;
	border: 0;
}

#pagecontent .entry .moreinfos:hover {
	text-decoration: underline;
}

/* Album photos */

#pagecontent .album {
	background-color: #dcdcd2;
	margin-left: 0;
}

#pagecontent .album img {
	display: block;
}

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

/* Tarifs elements */

#pagecontent div.tarif {
	padding: 8px 0;
 background: none;
}

.tarif .titre {
	padding-bottom: 5px;
	font-size: .9em;
}

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

/* Forms elements */

.forms {
	font-size: 80%;
}

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

.forms input {
	width: 400px;
 border: 1px solid #dcdcd2;
}

.forms textarea {
	width: 100%;
	border: 1px solid #dcdcd2;
}

.forms p {
	padding: 5px 0;
}

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