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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 8pt;
color: #000000;
background-image:url(templates/images/body_bg.jpg);
background-position:left top;
background-repeat:repeat-x;
background-color: #c5cfd0;
}

img {
border: none;
}

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

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

#container {
width: 990px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}

#blc_baniere {
float: left;
width: 677px;
height: 100px;
}

#blc_bandeau {
width: 990px;
height: 100px;
}

#blc_logo {
float: left;
width: 313px;
height: 100px;
}

#blc_menu {
float: left;
width: 990px;
height: 41px;
text-align: center;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
width: 680px;
overflow: hidden;
}

#bloc_droit {
display: inline; /* IE6 */
float: left;
width: 302px;
margin-left: 8px;
overflow: hidden;
}

#blc_content {
width: 683px;
font-size: 8pt;
color: #000000;
}

#blc_menu2{
width: 990px;
height: 82px;
padding-top: 5px;
background-image: url('templates/images/footer.jpg');
background-position: left top;
background-repeat: no-repeat;
}

/* ------------------------- 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: 990px;
font-size: 8pt;
color: #b4b4b4;
text-align: center;
margin-top:10px;
}

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

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

/* ------------------------- CORRECTIONS */

#contenu {
padding: 0 !important;
}

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


				
