@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
}

body {
background-color: #000000;
}

#home {
width: 900px;
height: 683px;
margin: 0 auto 0 auto;
background: url(images/home.jpg) no-repeat;
}

#boutons {
float: left;
margin-top: 560px;
margin-left: 265px;
-margin-left: 135px;
height: 35px;
width: 360px;
text-align: center;
}

#nederlands {
height: 35px; 
width: 150px; 
float: left; 
}

#francais {
height: 35px; 
width: 140px; 
float: right;
}

#boutons a span {
position: absolute;
left: -500em;
top: -500em;
text-indent: -500em;
}
