/* ------------------------- GENERAL */

* {
margin: 0px;
padding: 0px;
}

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Verdana;
color: #ffffff;
background-image: url('images/bg_body.jpg');
background-repeat: no-repeat;
background-position: center top;
background-color: #000000;
}

img {
margin: 0px;
padding: 0px;
border: none;
}

a {
outline-style: none;
}
:focus
{
-moz-outline-style: none;
}

/* ------------------------- BLOCS */

#container {
width: 869px;
height: 575px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: 3px solid #FFFFFF;
}

#blc_bandeau {
float: left;
width: 869px;
height: 20px;
padding-top: 58px;
background: url('images/bg_blc_bandeau.jpg') top left no-repeat;
background-color:#a68208;
}

#blc_contenu {
float: left;
width: 829px;
height: 457px;
padding: 20px;
position: relative;
color: #000000;
background-color:#a68208;
font-size: 8pt;
background-image: url('images/bg_contenu.jpg');
z-index:0;
}

/* ------------------------- TITRE PAGE */

#titre_page {
width: 635px;
height: 165px;
float: left;
position: relative;
font-size:18pt;
top:-20px;
left:-20px;
z-index:-1;
color:#FFFFFF;
	
}

/* ------------------------- MENU */

#blc_menu {
width: 882px;
margin-right:-14px;
height: 20px;
}

#blc_menu a {
display: block;
float: left;
height: 20px;
padding-left: 12px;
padding-right: 12px;
line-height: 20px;
margin-right: 4px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#blc_menu a:link, #blc_menu a:visited {
color: #ffffff;
background-color: #a68208;
}

#blc_menu a:hover, #blc_menu a:active {
color: #a68208;
background-color: #000000;
}

body#menu1 #menu_item1,
body#menu2 #menu_item2,
body#menu3 #menu_item3,
body#menu4 #menu_item4,
body#menu5 #menu_item5,
body#menu6 #menu_item6
{
color: #a68208;
background-color: #000000;
}

/* ------------------------- LIMITEUR */

div.limiteur {
width: 90%;
clear: both;
height: 0px;
padding: 0px;
margin: 0px;
border: none;
visibility: hidden;
line-height: 0px; /* IE6 */
font-size: 0px; /* IE6 */
}

/* ------------------------- COPYRIGHT */

#copyright {
font-size: 7pt;
color: #aaaaaa;
}

#copyright a:link,#copyright a:visited {
color: #aaaaaa;
text-decoration: none;
}

#copyright a:hover,#copyright a:active {
color: #db0018;
}

/* ------------------------- */


				