/* ------------------------- GENERAL */

* {
margin: 0px;
padding: 0px;
}

body {
width: 100%;
height: 100%;
text-align: center;
font-family: Arial;
color: #864501;
background-color: #999;
}

img {
margin: 0px;
padding: 0px;
border: none;
}

a {
outline-style: none;
}
:focus
{
-moz-outline-style: none;
}


.footer {
background: url(templates/images/footer.jpg) no-repeat;
width: 1000px;
height: 45px;
color: #fff;
text-align: right;
padding-top: 2px;
}

.footer span {
margin-right: 10px;
font-size: 10pt;
}

.footer span a {
text-decoration: none;
}

/* ------------------------- BLOCS */

#container {
height: 100%;
width: 1000px;
text-align: left;
z-index: 1;
margin: 0 auto;
}

#gauche {
float: left;
}

#droite {
float: right;

}

#gauche #flash {
position: absolute;
}

#gauche #blc_header {
width: 366px;
height: 373px;
}

#gauche #blc_menu {
background: url(templates/images/gauche_bas.jpg) no-repeat;
width: 366px;
height: 461px;
}

#droite #head {
background: url(templates/images/droite_haut.jpg) no-repeat;
width: 634px;
height: 207px;
}

#droite #contenu {
background: url(templates/images/droite_bas.jpg) no-repeat;
width: 634px;
height: 627px;
}

#contenu #content {
margin-top: 20px;
width: 548px;
height:579px;
overflow-x: hidden;
overflow-y: auto; 
}
#contenu #zone_content {
margin-right: 20px;
}
/* ------------------------- ACCUEIL */
#accueil {
background: url(templates/images/accueil.jpg);
width: 1000px;
height: 694px;
}

#accueil_entre {
position: relative;
top: 478px;
left: 145px;
}
#accueil_entre a {
text-decoration: none;
font-weight: bold;
}


#accueil_flash {
position: relative;
top: 261px;
left: 284px;
}
/* ------------------------- CORRECTION Form Login */

#form_login {
background-image: url('templates/images/bg_form_login2.jpg') !important;
}

/* ------------------------- 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 */
}

* html div.limiteur {
clear: none;
}

*+html div.limiteur {
clear: none;
}

/* ------------------------- 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 {
}
				
