html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	background:#C0BBB8 url(../img/top_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	position:relative;
	width:890px;
	background: url(../img/container_bg_new.png) repeat-y;
	margin:0 auto;
	min-height:100%;
}

#header {
	padding-left:10px;
	height:333px;
	width:870px;
}

#flashcontent {
	width:870px;
	height:333px;
	position:fixed; 
	position:absolute; 
	/*left:50%;*/

}

#nav {
	height:30px;
	margin:0;
	padding:0;
}

#nav ul {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	height:30px;	
}

#nav ul li {
	display:inline;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0px 0 0px;
	background:url(../img/separator.gif) left no-repeat;
}

#nav a {
	height:30px;
	line-height:30px;
	padding:0 5px;
}

#nav ul li.firstItem {
	background:none;
}

#nav ul li.current {
	color:#CC6600;
}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#CC6600;
}

#breadcrumb {
	margin:0px 10px 10px 10px;
	padding-left:20px;
	font-size:11px;
	color:#666666;
}

#breadcrumb a:link,#breadcrumb a:active,#breadcrumb a:visited {
	color:#CC6600;
}

#breadcrumb a:hover {
	text-decoration:none;
}

#center {
	padding:20px 30px 5px 30px;
	overflow:auto;
	color:#666666;
	font-size:12px;
}

#center2 {
	padding:5px 30px 10px 30px;
	overflow:auto;
	color:#666666;
	font-size:12px;
}
#center p {
	text-align:justify;
}

#center p.rightAlign {
	text-align:right;
}

#center a:link, #center a:active, #center a:visited {
	text-decoration:underline;
	color:#6699CC;
}

#center a:hover {
	text-decoration:none;
}

#center ul {
	margin-left:24px;
	padding-left:0;
	list-style-image:url(../img/li.gif);
}

#center ul ul {
	list-style-image:none;
}

#center ul li {
	margin-bottom:10px;
}

#content {
	float: left;
	width: 600px;
}

#center .contentadsense120x600 {
	width:650px;
}

#content2 {}

#sideContent1 {
	float: right;
	width: 220px;
}

.container1 {
margin-right:10px;
margin-left:10px;

}

#center .adsense120x600 {
	width:160px;
	float:right;
}

#center .adsense468x60 {
	width:468px;
}

#center .adsense200x200 {
	width:250px;
	height:200px;
}


div.container2 {
	/*background:#F4EDE3;*/
	padding:10px;
	margin-bottom:10px;
}

div.containergoogle {
	text-align:center;
}

ul, ol, p {
	margin-top: .75em;
	margin-bottom: .75em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: .3em;
}

h1 {
	margin-top:0;
	margin-bottom:0;
}

h2 {
	margin-top:0;
	color:#CC6600;
	font-size:18px;
	font-weight:normal;
}

h3 {
	color:#C88D35;
	font-size:13px;
	font-weight:bold;
}

h3.actu {
	background:#F4EDE3;
	border-bottom:1px solid #999999;
	padding:2px 0 2px 2px;
}

#footer {
	position:relative;
	/* position:absolute; */
	width:810px;
	bottom:15px;
	left:30px;
	font-size:11px;
	color:#999999;
	height:25px;
	padding:0 10px 0 10px;
}

#footer p {
	margin:0;
	line-height:50px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

.LeLodgeColor1 {
	color:#663300;
}

.LeLodgeColor2 {
	color:#CC6600;
}

.LeLodgeColor3 {
	color:#333333;
}

.label {
	color:#663300;
	font-weight:bold;
}

.erreur {
	color:#FF0000;
	font-weight:bold;
}

#center p.gallery {
	text-align:center;
}

p.gallery img {
	border:1px solid #663300;
	margin:5px;
}

/* menu tabnav */

#menu {
	background-image:url(../img/menu_new.jpg);
	float:left;
	padding-left:0px;
	margin-left:10px;
	margin-top:0px;
	height:40px;
	width:870px;
}

#tabnav {
	margin:0px;
	padding:0px;
}

ul#tabnav {
    font: bold 12px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 0px;
}

ul#tabnav li {
	display:inline;
	font-weight:bold;
	text-transform:uppercase;
    float: left;
    height: 40px;
    margin: 0px 0px 0px 0px;
	padding: 0em;	
	border-right:2px solid #7d4a17;
}

ul#tabnav li.active {
	background-image:url(../img/sub_menu.jpg);
    background-color: #ffb26d;
	color: #fff;	
}

#tabnav a {
	line-height:38px;
    float: left;
    height: 39px;
	padding-right:11px;
	padding-left:13px;
	padding-top:0px;	
    display: block;
}

#tabnav a:hover {
	background-image:url(../img/sub_menu.jpg);
	color:#ffb872;
}

#tabnav ul li a:active {
	background-image:url(../img/sub_menu.jpg);
	color:#ffb872;
}

#tabnav ul li a:link, #tabnav ul li a:visited {
	color:#ffb872;
	text-decoration:none;
}

#tabnav ul li a:hover {
	background-image:url(../img/sub_menu.jpg);
	color: #000000;
}

/* menu avec onglet inferieur */

#tabnav_sub {
	margin:10px;
	padding:0px;
}

ul#tabnav_sub {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 0px;
    margin: 0;
}

ul#tabnav_sub li {
	display:inline;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
    float: left;
    height: 21px;
    background-color: #fff;
    margin: 0px 0px 0px 3px;
    border: 1px solid #713e0b;
}

ul#tabnav_sub li.active {
	background-image:url(../img/active.jpg);
   border-bottom: 1px solid #713e0b;
    background-color: #ffb26d;
	color: #666666;	
}

#tabnav_sub a {
    float: left;
    display: block;
    color: #f17901;
    text-decoration: none;
    padding: 5px;
}

/*
#tabnav_sub a:hover {
    border-bottom: 1px solid #713e0b;
    background: #f8d9a9;
	color: #993300;
}
*/

#tabnav_sub ul li a:link, #tabnav_sub ul li a:active, #tabnav_sub ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#tabnav_sub ul li a:hover {
/*	background-image:url(../img/active.jpg);*/
}

/* puce police de 10 */

#puce_10 {
font-size: 10px;
font-weight:bold;

}

ul#puce_10 {
line-height:12px;
}

ul#puce_10 li {
padding-top:2px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
}

hr {
color:#ff6600;
background-color:#ffb26d;
height:4px;

}

#cadre_photo {
margin-left: auto; 
margin-right: auto;
/*background-image:url(../img/cadre_photo.jpg);*/
height:260px; 
width:495px; 
padding-top:10px; 
padding-left:15px;
}

.inputText {
border-style:solid;
border-width:1px;
border-color: #CC9933;
background-color:#ffe0bb;
}

.textArea {
border-style:solid;
border-width:1px;
border-color: #CC9933;
background-color:#ffe0bb;
}

.bouton{
	background-image:url(../img/bouton_envoyer.jpg);
	width:127px;
	height:34px;
}

