div.flottant a {
color:#ff2090;
font-weight:bold;
display:inline;
}
div.flottant a:hover {
background:transparent;
}

div.flottant p {
display:inline;
padding:8px;
line-height:45px;
}
div.flottant a:hover {
color:white;
}
div.flottant img {
float:left;
display:inline;
}
div.flottant div{
display:inline;
font-size:16px;
}


/* ---------------------------------
*/
div.escalierentree {
position:absolute;
left:600px;
top:325px;
}
html>body div.escalierentree {
position:fixed;
}



div.liens {
position:absolute;
left:300px;
top:300px;
}
html>body div.liens {
position:fixed;
}


div.contacts {
position:absolute;
left:125px;
top:375px;
}
html>body div.contacts {
position:fixed;
}



body {
background:black url(../background/escalier.jpg) no-repeat fixed;
}
