
/* Corps de la page */

div#corps {
position: relative;
margin: 0;
padding: 0;
width: 1000px;
}


/* Entête de la page */

div#entete h1 {
position: absolute;
margin: 0;
padding: 0;
width: 450px;
height: 243px;
top: 60px;
left: 550px;
background: transparent url(../img/logo.gif) no-repeat 0 0;
}


/* Coeur de la page d'acceuil */

#kontent {
position: absolute;
margin: 0;
padding: 0;
top: 300px;
left: 0;
width: 1000px;
}

#kontent ul {
margin: 0;
padding: 0;
}

#kontent li {
margin: 20px 0;
padding: 0;
list-style: none;
width: 212px;
height: 18px;
}

#kontent li a {
display: block;
width: 212px;
height: 18px;
background-color: #fff;
background-repeat: no-repeat;
background-position: 0 0;
}

#kontent li a:hover {
border-right: 10px solid #fcdc02;
}

#kontent li a.fr {
background-image: url(../img/entrer.gif);
}

#kontent li a.en {
background-image: url(../img/enter.gif);
}

#kontent p {
margin: 100px 0 0 0;
padding: 2px 0;
color: #000;
background-color: #fff;
text-align: right;
font-size: .8em;
font-weight: bold;
width: 680px;
}

#kontent div#partenaires {
margin: 5px 0 10px 0;
padding: 0;
color: #000;
height: 138px;
width: 745px;
background: #fff url(../img/partenaires.gif) no-repeat 0 0;
}
