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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 8pt;
color: #797979;
background-color: #ffffff;
text-align: center;
}

img {
border: none;
}

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

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

#container {
width: 990px;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: transparent;
}

#blc_bandeau {
float: left;
width: 990px;
height: 100px;
background-image: url('templates/images/bg_blc_bandeau.jpg');
background-position: left top;
background-repeat: repeat-x;
}

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

#blc_baniere {
float: left;
width: 615px;
height: 66px;
}

#blc_menu {
float: left;
width: 809px;
height: 34px;
}

#blc_content {
float: left;
clear: left;
width: 950px;
min-height: 420px;
padding: 20px;
margin-top: 0px;
font-size: 8pt;
color: #797979;
background-image: url('templates/images/bg_blc_content.jpg');
background-position: left bottom;
background-repeat: no-repeat;
background-color: #eaeaea;
}

#blc_menu2 {
width: 990px;
height: 40px;
background-image: url('templates/images/bg_blc_menu2.jpg');
}

#blc_footer {
float: left;
width: 970px;
padding: 10px;
background-image: url('templates/images/bg_blc_footer.jpg');
background-position: left top;
background-repeat: repeat-y;
}

/* ------------------------- 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 {
width: 966px;
font-size: 7pt;
color: #666666;
text-align: center;
}

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

#copyright a:hover,#copyright a:active {
color: #2774b3;
}

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


				