/* reinit values */

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

/** Basic components **/

body {
	background: #727264 url('../images/bg_layout.gif') repeat-x 0 0;	
	font-family: 'Tahoma', Verdana, Arial, sans-serif;
	color: #f4f9fc;
	font-size: 100%;
	text-align: center;
}

/** Global components **/

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 216px;
	width: 761px;
	background: transparent url('../images/bg_header.jpg') no-repeat;
}

#teaser {
	clear: both;
	width: 760px;
	height: 111px;
}

.default-teaser {
	width: 760px;
	height: 151px;
}

#lang {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}

#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;
}

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

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

h4 {
	margin-bottom: 1em;
}

/** Header components **/

#logo {
	position: absolute;
	display: block;
	width: 252px;
	height: 97px;
}

/** Teaser Components **/

#teaser {
	margin-top: 3px;
	/*border-top: 1px solid #e51737;*/
}

#teaser .zoom {
	position: relative;
	float: left;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

#teaser #zoom1,
#teaser #zoom2 {
	width: 253px;
	height: 111px;
	background: #4b483f url('../images/sub_teaser1.gif') no-repeat;
}

#teaser #zoom3 {
	width: 254px;
	height: 111px;
	background: #4b483f url('../images/sub_teaser2.gif') no-repeat;
}

#teaser .zoom .floatl {
	padding-right: 5px;
	padding-left: 4px;
	padding-top: 1px;
}

#teaser .zoom h2 {
	font-size: 1em;
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;
	padding-top: 10px;
	color: #fff;
}

#teaser .zoom p {
	padding: 0 10px;
	text-align: justify;
}

#teaser .zoom .more {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding-right: 15px;
	background: transparent url('../images/btn_more.gif') no-repeat right 50%;
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#teaser .zoom .more:hover {
	color: #003a62;
}

/** Navigation components **/

#nav {
	position: absolute;
	top: 100px;
	left: 16px;
}

#nav a {
	display: block;
	background: transparent url('../images/bg_btn.gif') no-repeat left bottom;
	padding-bottom: 8px;
	width: 212px;
	text-decoration: none;
	font-size: 12px;
	color: #788386;
}

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

#nav li {
	display: block;
	clear: both;
}

/** Container Components **/

#container {
	clear: both;
}

#breadcrumb {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	font-weight: bold;
}

#breadcrumb li{
	display: inline;
	color: #003a62;
	font-size: 70%;
	text-transform: uppercase;
	background: transparent url('../images/puce_breadcrumb.gif') no-repeat left 50%;
	padding-left: 10px;
}

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

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

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

/** Footer Components **/

#footer {
	clear: both;
	border-top: 1px solid #5b5b50;
	padding: 10px 0px;
	color: #4b483f;
}

#footer p.adresse{
	display: none;
	font-size: .8em;
	line-height: 1.3em;
}

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

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

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

/** Page-content **/

#pagecontent {
	padding: 20px 40px;
}

#pagecontent ul {
	display: block;
	font-size: 80%;
	margin-bottom: 1em;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

#pagecontent li {
	display: block;
	background: transparent url("../images/puce_breadcrumb.gif") no-repeat 0 3px;
	padding-left: 12px;
}

/* Textblock */

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

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

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

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

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

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

/* Listing */

#pagecontent .entry a {
	color: #e5650f;
	text-decoration: none;
}

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

#pagecontent .entry img {
	border: 1px solid #232d50;
	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: .9em;
	font-style: normal;
}

#pagecontent .entry .moreinfos {
	font-size: .9em;
	float: right;
	margin-top: 10px;
	display: block;
	color: #e5650f;
}

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

/* Album photos */

#pagecontent .album {
	background-color: #5b5b50;
	padding-left: 1px;
	margin-left: 0;
	list-style: none;
}

#pagecontent .album img {
	display: block;
}

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

/* Tarifs elements */

#pagecontent div.tarif {
	border-top: 4px solid #e5650f;
	border-bottom: 4px solid #e5650f;
	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;
 background-color: #acac94;
}

.forms textarea {
	width: 100%;
 background-color: #acac94;
}

.forms p {
	padding: 5px 0;
}

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