/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
font-family: "verdana", Courier, mono;
font-size: 10px;
color: #000;
}

a {
text-decoration:none;
color:#0099cc;
}

a:hover {
color:#000;
}

a.lien:hover {
color:#FFF;
}

#header {
position: absolute;
top: 30px;
left: 50px;
background-color:#000;
}

#header a {
position: relative;
float: left;
margin:5px 20px 5px 5px;
text-decoration:none;
}


#header span {
position: relative;
float: left;
margin:5px 20px 5px 5px;
text-decoration:none;
color:#FFF;
}

#home {
position: absolute;
top: 30px;
right: 50px;
background-color:#000;
}

#home a {
position: relative;
float: left;
margin:5px 20px 5px 5px;
text-decoration:none;
}

#copyright {
position: absolute;
bottom: 5px;
left: 5px;
}

img {
border:none;}

