/* ------------------------- 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-image: url('templates/images/bg_body.jpg');
background-position: left top;
background-repeat: repeat-x;
background-color: #ffffff;
}

img {
border: none;
}

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

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

#blc_bandeau {
float: left;
width: 980px;
height: 106px;
}

#blc_site {
float: right;
width: 133px;
height: 61px;
padding-top: 19px;
padding-left: 17px;
background-image: url('templates/images/bg_blc_site.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#baniere {
float: right;
width: 658px;
height: 80px;
}

#blc_menu {
float: right;
width: 810px;
height: 26px;
text-align: center;
}

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

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

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

#blc_content {
float: left;
width: 578px;
padding-top: 5px;
padding-bottom: 10px;
font-size: 8pt;
color: #666666;
background-color: #eae8e8;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}

#blc_menu2 {
clear: both;
min-height: 33px;
margin-top: 10px;
background-color: #ffffff;
border-top: 1px solid #d0d1d2;
}

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

/* ------------------------- 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: #3787d6;
text-decoration: none;
}

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

}

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

#copyright {
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: #0085cf;
}

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


				
