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

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

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

img {
border: none;
}

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

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

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

#blc_logo {
float: left;
width: 223px;
height: 129px;
}

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

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

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

#blc_menu2 {
width: 970px;
padding-left: 5px;
padding-right: 5px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border-top: 1px solid #cecece;
}

/* ------------------------- 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: 760px;
float: left;
padding-right: 160px;
margin-top: 15px;
margin-bottom: 15px;
text-align: right;
}

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

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

}

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

#copyright {
float: right;
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: #ce0000;
}

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


				
