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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
color: #864501;
background: url("templates/images/bg_body.jpg") no-repeat #fff;
}

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

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

.footer {
padding-left:208px;
height:58px;
color:#ffffff;
background-image: url(templates/images/bg_footer.jpg);
}


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

#bandeau-haut {
background: url(templates/images/barre-menu-haut.jpg) no-repeat bottom;
width: 1000px;
height: 20px;
}

#container {
height: 100%;
width: 1000px;
text-align: left;
position: relative;
z-index: 1;
margin-left: auto;
margin-right: auto;
background-image: url('templates/images/bg_container.jpg');
background-repeat: repeat-x;
background-position: left bottom;
background-color: #FFFFFF;
}

#blc_header {
display: inline; /* IE 6 */
float: left;
width: 1000px;
}

#blc_content {
display: inline; /* IE 6 */
width:960px;
float: left;
min-height:207px;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
color:#7a7062;
}
#blc_content_main {
display: inline; /* IE 6 */
width:740px;
float: left;
min-height:207px;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
color:#7a7062;
}

#blc_menu {
position: relative;
background-color: transparent;
height:50px;
width:1000px;
}

#blc_menu_main {
position: relative;
background-color: transparent;
height:30px;
width:1000px;
margin-left: 30px;
}

#blc_menu2 {
z-index:1000;
position: relative;
background:url(templates/images/bg_menu2.jpg) no-repeat;
height:235px;
width:213px !important;
margin-top: 4px;
}
#blc_menu2_main {
z-index:1000;
position: relative;
background:url(templates/images/bg_menu2.jpg) no-repeat;
height:235px;
width:213px !important;
margin-top: 4px;
float: left;
}
/* ------------------------- CORRECTION Form Login */

#form_login {
background-image: url('templates/images/bg_form_login2.jpg') !important;
}

/* ------------------------- 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 */
}

* html div.limiteur {
clear: none;
}

*+html div.limiteur {
clear: none;
}

/* ------------------------- GO_TOP */

#go_top {
width: 100px;
float: left;
clear: right;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 220px;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #db0018;
}

#go_top a:hover, #go_top a:active {
}

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

#copyright {
font-size: 10pt;
color: #000000;
}

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

#copyright a:hover,#copyright a:active {
color: #7cc4dc;
}

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


				