html, body {
 margin: 0;
 text-align: center;
 padding: 0;
 background: #7c4b22; font: 80% verdana, helvetica, sans-serif;
 color: #000;
 height:100%;
}

div#conteneur {
 margin: 0 auto;
 text-align: left;
 padding: 0px 30px;
 width: 920px;
 background: #fff url(images/contenu.jpg) repeat-y left top;
 border:0;
 min-height:100%;
 position:relative;
}

h1#header             { width: 910px; height: 25px; background: #2e2d36; margin: 0; padding: 0 10px 0 0; text-align:right;
                        font:normal 1.3em/25px helvetica,sans-serif; color: #fff; }

h1#banniere           { height: 220px; background: url(images/banniere.jpg) no-repeat 0px 0px; margin: 0; }
h1#banniere a span    { display: none;}

div#cadre_menu		  { width: 630px; margin: -34px 0px 0px 280px;}
#menu, #menu ul       { height: 34px; margin: 0; padding: 0; list-style-type: none;}
#menu li              { float: right; text-align: left; color:#04251f; padding: 0px 10px 0px 10px;}
#menu li a            { font:bold 1.4em/34px helvetica,sans-serif; margin:0; padding:0; display:block; color:#fff;
                        text-decoration:none; text-align: left;}
#menu li:hover, #menu li a:hover, #menu li:focus, #menu li a:focus, #menu li .selec, a.selec
                      { color:#000;}

.center               { text-align:center;}
img                   { border:0;}
acronym 			  { border-bottom: 1px dotted #accbdf; cursor: default; }
hr                    { color:#fff; background:#1e581e; height:1px;}
.spacer               { border:0; color:transparent; background:transparent; height:1px; clear:both; margin:0px;}

#admin                { border:1px solid #000000; padding:5px; margin: 5px 0; background:#dff9ec; width:98%;}
#admin a              { color: #000000; text-decoration: underline; font-size: 0.9em;}
#admin a:hover        { color: #023680;}

div#lateral           { float:left; width: 254px; background: url(images/lateral.jpg) repeat-x left top;
                        margin: 0; padding:5px 5px 25px 5px; text-decoration:none;}
div#lateral ul        { color:#fff; padding:5px 27px; margin:0; font-size:2.2em; text-decoration:none;}
div#lateral li        { padding:7px 0; text-decoration:none; font:bold 0.8em/18px helvetica,sans-serif; }

div#lateral li a      { color:#fff; text-decoration:none; margin:0;}
div#lateral li a:hover, div#lateral li:hover, div#lateral li a:focus, div#lateral li:focus,
div#lateral li .seleclat, a.seleclat { text-decoration: underline; }

div#lateral h2        { color:#fff; padding:7px 5px 0px 25px; margin:0; text-decoration:none; font:bold 1.4em helvetica,sans-serif;}

ul#villes             { color:#fff; padding:0px 0px 5px 0px; margin:0; list-style-type: none; font-size:1em; text-decoration:none; }
ul#villes li          { padding:0; text-decoration:none;}
ul#villes li a        { color:#fff; font:normal 0.9em helvetica,sans-serif; text-decoration:none; margin:0;}
ul#villes li a:hover, ul#villes li:hover, ul#villes li a:focus, ul#villes li:focus,
ul#villes li .seleclat, a.seleclat { text-decoration: underline; }

div#contenu           { width: 620px; margin : 0px ; padding: 0 10px 40px 282px; font-size:1.2em; min-height:560px;}
div#contenu h2        { text-align:right; padding-left: 0px; line-height: 25px; font-size: 1.3em; color: #023680; border-bottom: 1px solid #287CB1;}
div#contenu h3        {	color: #023680; font:bold 1.2em Georgia,serif; border-bottom: 1px dotted #accbdf;}
div#contenu h4        {	color: #023680; font:bold 1em Georgia,serif; }

div#contenu p         {	text-align: justify; line-height: 1.2em;}
div#contenu .image    {	float: right; padding:0; margin:0;}
div#contenu .ident    {	text-align: justify; text-indent: 2em; line-height: 1.2em;}
div#contenu a         {	color: #023680;}
div#contenu a:hover   {	color: #b43313;}

#comment {
 background: #b8ecb0;
 padding: 15px 15px 5px 10px;
 margin: 20px 0;
}

#comment h4 {
 color: #111111;
 font:bold 1em Verdana,serif;
 margin:0px;
}

#comment label {
 font: normal 0.8em verdana, sans-serif;
}

#comment label em {
 font-style: italic;
 color: #676767;
}

#comment input {
 padding: 2px;
 display: block;
}

#contenu .focus {
 background: #ffffcc;
}

#comment textarea {
 padding: 2px;
 margin: 10px 0;
}

#contenu .clear {
 clear: both;
 color: #FFFFFF;
 background-color: #FFFFFF;
}

#comment .submit {
 float: right;
 height: 28px;
 padding: 4px;
 margin-bottom: 10px;
 background: #ffffcc;
}

div#footer            { width: 910px; text-align:right; height:25px; color: #fff; padding:0 10px 0 0; font:normal 1.2em/24px helvetica,sans-serif;
                        background:#7294d7; position: absolute; bottom: 0; clear: both; margin:0; }
div#footer a		  { text-decoration:none; color:#fff;}
div#footer a:hover, div#footer a:focus { color:#69401d;}

/*--Onglets--*/


ul#tabs {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 616px;
}
ul#tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul#tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 0.9em;
	padding: 0 10px;
    margin:0;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
    cursor: pointer;
}
ul#tabs li a:hover {
	background: #ccc;
}
html ul#tabs li.active, html ul#tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	width: 616px;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1em;
}