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

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

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

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

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

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

#container {
width: 918px;
height: 740px;
padding: 25px;
text-align: left;
position: relative;
margin-left: auto;
margin-right: auto;
background-image: url('templates/images/bg_container_accueil.jpg');
background-repeat: repeat-x;
background-position: left top;
background-color: #ffffff;
}

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

#bloc_droit {
float: left;
width: 297px; /* ??? - IE6 */
position: relative;
height: 740px;
overflow: hidden;
}

#blc_navig {
float: right;
width: 108px;
height: 175px;
}

#blc_header {
width: 503px;
height: 319px;
margin-left: 7px;
margin-top: 7px;
}

* html #blc_header {
display: inline; /* IE6 */
float: left;
}

#blc_menu {
float: right;
clear: right;
width: 108px;
height: 330px;
min-height: 330px;
overflow: hidden;
}

* html #blc_menu {
height: 330px;
}

#blc_content {
width: 503px;
height: 181px;
margin-left: 7px;
font-size: 8pt;
background-image: url('templates/images/bg_content_accueil.jpg');
background-repeat: no-repeat;
background-position: left top;
overflow: hidden;
}

* html #blc_content {
display: inline; /* IE6 */
float: left;
}

#blc_footer {
float: right;
width: 549px;
height: 168px;
}

/* ------------------------- 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: 100px;
float: left;
clear: right;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 220px;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #db0018;
}

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

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

#copyright {
position: relative;
top: -20px;
font-size: 7pt;
color: #444444;
}

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

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

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


				