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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
padding-top: 10px;
font-family: Arial;
font-size: 8pt;
color: #666666;
background-color: #c6c6c6;
}

img {
border: none;
}

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

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

#container {
width: 997px;
margin-left: auto;
margin-right: auto;
position: relative;
background-image: url('templates/images/bg_container.jpg');
background-position: left top;
background-repeat: repeat-y;
}

#blc_bandeau {
float: left;
width: 997px;
height: 64px;
background-image: url('templates/images/bg_blc_bandeau.jpg');
}

#logo {
float: left;
width: 176px;
height: 74px;
}

#blc_menu {
float: left;
clear: left;
width: 997px;
height: 30px;
margin-bottom: 15px;
background-image: url('templates/images/bg_blc_menu.jpg');
}

#bloc_droit {
display: inline; /* IE6 */
float: right;
width: 271px;
margin-right: 26px;
margin-bottom: 15px;
overflow: hidden;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
clear: left;
width: 660px;
margin-left: 25px;
margin-bottom: 5px;
overflow: hidden;
}

#bloc_bas {
display: inline; /* IE6 */
float: left;
clear: left;
width: 669px;
min-height: 54px;
margin-left: 20px;
}

#blc_content {
float: left;
width: 660px;
font-size: 8pt;
color: #666666;
background-color: #ffffff;
}

#blc_menu2 {
float: left;
clear: left;
width: 946px;
padding-top: 15px;
padding-left: 25px;
padding-right: 26px;
text-align: center;
background-image: url('templates/images/bg_blc_menu2.jpg');
background-position: left top;
background-repeat: no-repeat;
background-color: #c6c6c6;
}

/* ------------------------- 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: left;
width: 946px;
padding-top: 5px;
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: #eb230c;
}

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


				
