/* reinit values */

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

/** Basic components **/

body {
	font-family: 'Georgia', Garamond, TimesNewRoman, serif;
	color: white;
	background: #cd4e05 url('../images/body_bg.gif') repeat-x;
	font-size: 100%;
	text-align: center; /* for ie */
}

/** Global components **/

body#node_83 {
	background: #cd4e05 url('../images/body_bg_home.gif') repeat-x;
}

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

#header {
	text-align: left;
	height: 62px;
	margin-top: 30px;
}

#teaser {
	height: 157px;
	background: transparent url('../images/teaser_all.jpg') no-repeat;
	text-align: left;
}

body#node_83 #teaser {
	clear: both;
	height: 278px;
	background: none;
}

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

a {
	color: white;
}

a:hover {
	text-decoration: underline;
}

/** Header components **/

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

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

#lang img{
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	margin: 0 5px;
}

/** Navigation components **/

#nav {
	padding: 0;
	height: 29px;
}

#nav a {
	display: block;
	float: left;
	padding: 0 2em;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #e2e2d4;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
}

#nav a:hover,
#nav li.selected a {
	background: transparent url("../images/bg_btn_over.jpg") repeat-x;
}

#nav li {
	display: inline;
}

/** Container Components **/

#container {
	clear: both;
}

#breadcrumb {
	clear: both;
	padding-top: 0px;
	padding-left: 8px;
	text-align: left;
}

#breadcrumb li{
	display: inline;
	padding-left: 10px;
	padding-right: 8px;
 background: transparent url('../images/puce_breadcrumb.gif') no-repeat 0px 2px;
	font-size: 70%;
	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;
}

#breadcrumb li span {
	display: none;
}

/** Footer Components **/

#footer {
	clear: both;
	border-top: 1px solid #9c3300;
	border-bottom: 1px solid #9c3300;
	margin: 0 20px;
	margin-bottom: 2px;
	font-family: "Garamond", Georgia, times new roman, serif;	
}

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

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

#copyr {
	border-top: 1px solid #9c3300;
	margin: 0 20px;
	text-align: right;
	padding: 5px 0;
}

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

/** Page-content **/

#pagecontent {
	padding: 20px ;
}

/* Textblock */

#pagecontent .text {
	text-align: justify;
	font-style: italic;
	line-height: 1.5em;
	padding-bottom: 10px;
}

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

#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: #ffb033;
	text-decoration: none;
}

#pagecontent .entry {
	padding: 10px;
	margin-top: 10px;
	background-color: #c24a06;
	position: relative;
}

#pagecontent .entry div {
	clear: both;
	position: relative;
	height: auto;
	display: block;
	width: 100%;
}

#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: .9em;
	font-style: normal;
}

#pagecontent .entry .moreinfos {
	font-size: .9em;
	position: absolute; 
	bottom: 10px;
	right: 10px;
}

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

/* Album photos */

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

#pagecontent .album img {
	display: block;
}

#pagecontent .album li {
	display: inline;
	margin: 15px;
	float: left;
	/*background-color: #c24a06; */
	height: 150px;
	width: 150px;
}

#pagecontent .album li a {
	display: block;
}

/* Tarifs elements */

.tarif {
	border-bottom: 4px solid #e4590a;
	padding: 10px 0;
	width: 100%;
}

.tarif .titre {
	background-color: #e4590a;
	padding: 5px;
}

/* Forms elements */

.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: #e4590a;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Georgia", Times New Roman, serif;
	cursor: pointer;
}