/* Base */

html, body {
	width: 100%;
}

body {
	background: #0B2A01;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C3F2C;
}

table {font-size: 12px;}

H1 {
	font-size: 20px;
	color: #5C3F2C;
	font-weight: bold;
	border-bottom: #5C3F2C 1px solid;
}

H2 {
	font-size: 16px;
	color: #5C3F2C;
	font-weight: bold;
	border-bottom: #5C3F2C 1px solid;
}

H3 {
	font-size: 16px;
	color: #5C3F2C;
	font-weight: bold;
}

H4 {
	background: url(../img/layout/bg_planche.png) 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #F3CA9E;
}

H5 {
	font-size: 14px;
	color: #5C3F2C;
	font-weight: normal;
	border-bottom: #5C3F2C 1px solid;
	margin-top: 10px;
}


* {margin: 0px; padding: 0px;}

/*div {border: 1px solid orange}*/

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.nodisp {
    display: block;
    height: 1px;
    overflow: hidden;
	visibility: hidden;
}

#preload {display: none}

a:link 		{color: #5C3F2C; font-weight: bold; text-decoration: none;}
a:visited 	{color: #5C3F2C; font-weight: bold; text-decoration: none;}
a:hover 	{color: #C35B00; font-weight: bold; text-decoration: underline;}
a:active 	{color: #C35B00; font-weight: bold; text-decoration: underline;}

.bouton {
	background: transparent url(../img/layout/bt-vide.gif) no-repeat center;
	height: 25px;
	width: 94px;
	border: none;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bouton:hover { 
	background: transparent url(../img/layout/bt-vide-on.gif) no-repeat center center; 
}

#superconteneur {
	position: relative;
	margin: 0 auto; 
	text-align: left;
	width: 919px;
}

#header {
	height: 145px;
	background: url(../img/layout/bg_header.jpg) 0 0 no-repeat;
}

#conteneur {
	height: 919px;
	background: url(../img/layout/bg_main.jpg) 0 0 no-repeat;
}

#gauche {
	position: absolute;
	left:0;
	width: 217px;
	background: url(../img/layout/lianes.png) 50px 0 no-repeat;
}

.menu {
    list-style:none;
    text-align: center;
    }
.menu li {
	background: url(../img/layout/bg_planche.png) 0 0 no-repeat;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	width: 156px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #F3CA9E;
}

.menu a:link 	{color: #F3CA9E; font-weight: bold; text-decoration: none;}
.menu a:visited {color: #F3CA9E; font-weight: bold; text-decoration: none;}
.menu a:hover 	{color: #FFFFFF; font-weight: bold; text-decoration: none;}
.menu a:active 	{color: #FFFFFF; font-weight: bold; text-decoration: none;}

#droite {
	position: absolute;
	right: 0;
	width: 218px;
	color: #FFFFFF;
}

#centre {
	background: transparent url(../img/layout/bg_tent_large.jpg) 0 0 no-repeat;
	width: 704px;
	height: 722px;
	margin: 0 0 0 217px;
	scrollbar-face-color: #E7DBB5;
	scrollbar-shadow-color: #E7DBB5;
	scrollbar-highlight-color: #E7DBB5;
	scrollbar-3dlight-color: #D5C696;
	scrollbar-darkshadow-color: #D5C696;
	scrollbar-track-color: #D5C696;
	scrollbar-arrow-color: #5C3F2C;
}

#centre p {
	margin: 10px 0;
}

.galerie {
	margin: 5px 15px 0 0;
	height: 600px;
	width: 85px;
	float: left;
	font-size: 10px;
	text-align: center;
}
.galerie img {
	border: #5C3F2C 1px solid;
	margin-top: 5px;
}

.soiree {
	text-align: center;
}

.soiree DIV {
	width: 90px;
	height: 63px;
	float:left;
	margin: 0 2px;
	padding: 7px;
}

.soiree IMG {
	border: #5C3F2C 1px solid;
}

.soiree P {
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}

.manchette {
	margin-top: 10px;
	width: 160px;
	height: 530px;
	float: right;
	overflow: auto;
	font-size: 11px;
}

.texte {
	width: 445px;
	padding: 0 4px 0 0;
	height: 565px;
	overflow: auto;
}

#pied {
	position: relative;
	top: 45px;
	left: 100px;
	width: 733px;
	height: 83px;
	background: transparent url(../img/layout/bg_pied.png) 0 0 no-repeat;
	color: #F4D276;
	padding-top: 20px;
	text-align: center;
}

#pied a:link	{color: #F4D276; font-weight: normal; text-decoration: none;}
#pied a:visited	{color: #F4D276; font-weight: normal; text-decoration: none;}
#pied a:hover	{color: #F4D276; font-weight: normal; text-decoration: underline;}
#pied a:active	{color: #F4D276; font-weight: normal; text-decoration: underline;}