*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color: #002810;
width:100%;
}
body{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
background:#002810;
overflow:hidden;
}
#introduction{
position:absolute;
left:50%;
width:980px;
margin-left:-490px;
top:50%;
height:500px;
margin-top:-250px;
z-index:1px;
}
#idep{
position:absolute;
height:30px;
bottom:0;
width:100%;
text-align:center;
z-index:2;
font-size:8px;
text-transform:uppercase;
font-weight:bold;
color:#016022;
}
#idep a{
text-decoration:none;
color:#fff;
}
#idep a:hover{
text-decoration:none;
color:#03b73f;
}