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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 5px;
text-align: center;
font-family: Arial;
color: #444444;
background-color: #000000;
}

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

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

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

#container {
width: 980px;
text-align: justify;
position: relative;
margin-left: auto;
margin-right: auto;
background-image: url('templates/images/bg_container.jpg');
background-position: left top;
background-repeat: no-repeat;
background-color: #ffffff;
border: 1px solid #000000;
}

#blc_bandeau {
float: left;
width: 980px;
height: 165px;
position: relative;
}

#bloc_gauche {
float: left;
clear: left;
width: 315px;
padding-left: 9px;
}

#bloc_droit {
float: left;
width: 602px;
padding-left: 36px;
padding-right: 18px;
}

#blc_menu {
float: left;
clear: left;
width: 842px;
margin-left: 138px;
margin-bottom: 42px;
background-color: #018904;
}

#blc_content {
float: left;
width: 602px;
min-height: 400px;
padding-bottom: 15px;
position: relative;
font-size: 9pt;
overflow: hidden;
}

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

/*-------------------------- SEP FOOTER */

#sep_footer {
float: left;
width: 100%;
height: 8px;
background-image: url('templates/images/bg_sep_footer.jpg');
}

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

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

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

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

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


				