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

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

body {
width: 100%;
height: 100%;
padding: 0px;
padding-top: 4px;
padding-bottom: 4px;
font-family: Arial;
font-size: 8pt;
color: #ffffff;
background-color: #000000;
}

img {
border: none;
}

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

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

#container {
width: 940px;
padding-left: 10px;
padding-right: 10px;
margin-left: auto;
margin-right: auto;
background-image: url('templates/images/bg_container.jpg');
background-repeat: no-repeat;
background-position: left top;
background-color: #000000;
}

#blc_bandeau {
float: left;
width: 940px;
height: 75px;
}

#blc_logo {
float: left;
width: 242px;
height: 75px;
}

#blc_menu {
display: inline; /* IE6 */
float: left;
width: 650px;
height: 20px;
padding-left: 48px;
padding-top: 21px;
}

#blc_droit {
float: left;
width: 239px;
margin-left: 5px;
}

/* ------------------------- 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 {
float: left;
clear: both;
width: 840px;
padding: 20px 0px 20px 100px;
line-height: 25px;
font-size: 12pt;
color: #989898;
text-align: left;
background-image: url('templates/images/logo_copyright.jpg');
background-repeat: no-repeat;
background-position: 40px center;
}

#copyright a:link,#copyright a:visited {
font-size: 8pt;
color: #989898;
}

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

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


				
