@charset "utf-8";
/* CSS Document */


html {
        height:100%;

}

body{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background-color:#4d372c;
background-image:url(images/background.jpg);
background-attachment:scroll;
background-repeat:no-repeat;
background-position:top center;
margin: 0;}

p{margin:10px}

a:link{
        color: #004227;
		text-decoration:underline;
		font-weight:bold;
        }
a:hover {
	color: #493B3C;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
		color: #004227;
		text-decoration:underline;
		font-weight:bold;
}

div#container{text-align:left;width:917px; height:100%;margin:0 auto; background-image:url(images/site_08.jpg); background-repeat:repeat-y;}
div#header1{ width:249px;height:139px;}
div#header2{ margin-left:249px; margin-top:-139px; width:668px;height:139px;}
div#header3{  width:249px;height:152px;}
div#header4{ margin-left:249px; margin-top:-152px; width:668px;height:152px;}
/*div#content{ clear:both; width:100%;height:100%;}*/
div#menu{width:155px;height:100%; margin-left:28px; line-height:20px;}
div#contenu{ margin-top:-320px; margin-left:150px;width:80%;height:100%;}
div#footer1{ width:100%;height:55px; background-image:url(images/site_10.jpg); background-repeat:no-repeat;}

.copyright  { font-size:9px;}
.menu_bas  { font-size:12px;}
.commanditaires  { font-size:15px; color:#641007;font-weight:bold;}
.regions  { font-size:10px;}

/* CSS Tabs */
#navlist {


        color: white;
        padding: 0 1px;
        margin-left: 0;
        width: 12em;
        font: normal 11px Verdana, sans-serif;
	
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
		list-style-image:none;
}


#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #493B3C;
        border-width: 1px;
        border-style: solid;
        border-color: #493B3C #493B3C #493B3C #493B3C;
        border-left: 1em solid #FFFFFF;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: 108px;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #2D2425;
        border-color: #493B3C #FFFFFF #FFFFFF #FFFFFF;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #2D2425;
        border-color: #FFFFFF #FFFFFF #FFFFFF white;
        padding: 0.4em 0.35em 0.25em 0.9em;
}