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

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

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

img {
border: none;
}

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

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

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

#blc_bandeau {
float: left;
width: 960px;
height: 92px;
}

#blc_logo {
float: left;
width: 312px;
height: 92px;
}

#blc_baniere {
float: left;
width: 437px;
height: 92px;
}

#blc_site {
float: left;
width: 211px;
height: 92px;
padding: 0px;
}

#blc_menu {
float: left;
width: 960px;
height: 30px;
margin-bottom: 1px;
text-align: center;
background-color: #9999a3;
}

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

#bloc_droit {
display: inline; /* IE6 */
float: left;
width: 290px;
margin-top: 0px;
overflow: hidden;
}

#blc_content {
float: left;
width: 636px;
padding: 0px 20px 20px 13px;
font-size: 8pt;
color: #000000;
}

#blc_menu2 {
width: 980px;
margin-left: auto;
margin-right: auto;
}

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

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

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

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


				
