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

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

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

img {
border: none;
}

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

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

#container {
width: 960px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#blc_bandeau {
float: left;
width: 960px;
height: 86px;
background-image: url('templates/images/bg_bandeau.jpg');
}

#logo {
float: left;
width: 211px;
height: 72px;
}

#baniere {
float: left;
width: 569px;
height: 72px;
}

#blc_site {
float: right;
width: 180px;
height: 72px;
padding-top: 19px;
}

#blc_liens {
width: 180px;
height: 32px;
margin-bottom: 1px;
}

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

#bloc_milieu {
display: inline; /* IE6 */
float: left;
width: 580px;
margin-left: 10px;
overflow: hidden;
}

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

#blc_content {
float: left;
width: 578px;
padding-bottom: 15px;
position: relative;
font-size: 8pt;
color: #666666;
background-color: #ffffff;
border: 1px solid #9d9da1;
}

#blc_menu2 {
clear: both;
min-height: 33px;
padding-top: 10px;
margin-top: 9px;
background-image: url('templates/images/bg_menu2.jpg');
background-position: left top;
background-repeat: no-repeat;
}

* html #blc_menu2 {
height: 33px;
}

/* ------------------------- 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: 100%;
margin-top: 10px;
margin-left: 10px;
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: #e3001b;
}

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


				
