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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
color: #000000;
background-image: url('images/bg_body.jpg');
background-position: left top;
background-repeat: repeat-xy;
background-attachment: fixed;
}

img {
margin: 0px;
padding: 0px;
border: none;
}

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

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

#container {
width: 998px;
height: 749px;
padding: 20px;
position: relative;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
background-image: url('images/bg_container.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#blc_flash_header {
width: 998px;
height: 212px;
}

#blc_menu {
width: 995px;
height: 57px;
padding-left: 3px;
background-image: url('images/bg_menu.jpg');
background-position: left top;
background-repeat: repeat-x;
}

#blc_flash_content {
width: 998px;
height: 443px;
}

#footer {
width: 998px;
height: 37px;
}

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

#copyright {
padding-top: 4px;
font-size: 14px;
}

#copyright a {
color: #ffffff;
text-decoration: none;
}















