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

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

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

img {
border: none;
}

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

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

#container {
width: 985px;
padding-right: 6px;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url('templates/images/bg_container.jpg');
background-position: left top;
background-repeat: repeat-y;
background-color: #ffffff;
}

*html #container {
padding: 0px;
}

#bas_container {
float: left;
clear: both;
width: 991px;
height: 9px;
background-image: url('templates/images/bg_bas_container.jpg');
overflow: hidden;
}

#blc_bandeau {
float: left;
width: 985px;
height: 85px;
}

#blc_logo {
float: left;
width: 427px;
height: 85px;
}

#blc_baniere {
float: left;
width: 247px;
height: 85px;
}

#blc_site {
float: left;
width: 311px;
height: 85px;
padding: 0px;
background-image: url('templates/images/bg_blc_site.jpg');
}

#blc_menu {
float: left;
width: 980px;
height: 30px;
margin-bottom: 20px;
text-align: center;
background-image: url('templates/images/bg_blc_menu.jpg');
background-position: left top;
background-repeat: repeat-x;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
width: 645px;
padding-left: 15px;
overflow: hidden;
}

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

#blc_content {
float: left;
width: 637px;
padding-bottom: 15px;
font-size: 8pt;
color: #000000;
}

#blc_menu2 {
width: 985px;
padding-right: 6px;
margin: 0px auto 0px auto;
background-image: url('templates/images/bg_blc_menu2.jpg');
background-position: left top;
background-repeat: repeat-y;
}

#haut_blc_menu2 {
float: left;
clear: both;
width: 991px;
height: 4px;
padding-top: 10px;
background-image: url('templates/images/bg_haut_blc_menu2.jpg');
background-position: left bottom;
background-repeat: no-repeat;
background-color: #e8e9e9;
}

#bas_blc_menu2 {
float: left;
clear: both;
width: 991px;
height: 6px;
background-image: url('templates/images/bg_bas_blc_menu2.jpg');
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 */
}

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

#copyright {
float: left;
clear: both;
width: 985px;
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: #ff0000;
}

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


				
