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

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

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

img {
border: none;
}

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

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

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

#blc_bandeau {
float: left;
width: 964px;
height: 91px;
background-image: url('templates/images/bg_bandeau.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#baniere {
float: right;
width: 543px;
height: 91px;
}

#blc_menu {
float: left;
width: 964px;
height: 30px;
background-image: url('templates/images/bg_blc_menu.jpg');
border-bottom: 8px solid #ff7808;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
clear: left;
width: 182px;
margin-top: 8px;
overflow: hidden;
}

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

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

#blc_content {
float: left;
width: 580px;
min-height: 300px;
padding-top: 5px;
padding-bottom: 25px;
font-size: 8pt;
color: #000000;
}

#blc_menu2 {
clear: both;
padding-top: 4px;
border-top: 1px solid #000000;
}

/* ------------------------- 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 */
}

/* ------------------------- GO_TOP */

#go_top {
width: 730px;
float: left;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 225px;
text-align: right;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #f29400;
text-decoration: none;
}

#go_top a:hover, #go_top a:active {

}

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

#copyright {
width: 100%;
float: left;
margin-top: 10px;
margin-left: 10px;
font-size: 7pt;
color: #999999;
text-align: center;
}

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

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

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


				