@charset "UTF-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
font-family: "Courier New", Courier, mono;
font-size: 12px;
}
img {
border: 0 none;
}

a {
text-decoration: none;
color: black;
}
a:hover {
font-weight:bold;
}

.coul_julie {

background-color:#ECBDC4;
}

.coul_julien {
background-color: #DCCCAC;
}

.coul_et {
background-color: #669999;
}


#conteneur {
position: absolute;
top: 50%;
left: 50%;
width: 985px;
height: 630px;
margin-left: -493px;
margin-top: -300px;
}

/*----------------------------------------------*/

#btn_home {
display: block;
position:absolute;
width: 49px;
height: 77px;
top: 478px;
left: 863px;
background: url(../images/btn_home.gif) no-repeat 0 0;
}

#btn_agenda {
display: block;
position:absolute;
width: 49px;
height: 49px;
top: 410px;
left: 863px;
background: url(../images/btn_agenda.gif) no-repeat 0 0;
}

#btn_info {
display: block;
position:absolute;
width: 49px;
height: 49px;
top: 343px;
left: 863px;
background: url(../images/btn_info.gif) no-repeat 0 0;
}

#btn_visite {
display: block;
position:absolute;
width: 49px;
height: 49px;
top: 290px;
left: 863px;
background: url(../images/btn_visite.gif) no-repeat 0 0;
}

#btn_liens {
display: block;
position:absolute;
width: 49px;
height: 49px;
top: 230px;
left: 863px;
background: url(../images/btn_liens.gif) no-repeat 0 0;
}

#btn_contact {
display: block;
position:absolute;
width: 49px;
height: 49px;
top: 165px;
left: 863px;
background: url(../images/btn_contact.gif) no-repeat 0 0;
}



/*----------------------------------------------*/

#home {
position:absolute;
top: 500px;
left: 915px;
}
#agenda {
position:absolute;
top: 415px;
left: 915px;
}
#info {
position:absolute;
top: 355px;
left: 900px;
}
#visite {
position:absolute;
top: 290px;
left: 915px;
}
#liens {
position:absolute;
top: 235px;
left: 910px;
}
#contact {
position:absolute;
top: 170px;
left: 915px;
}


