html, body {
width:100%;
height:100%;
overflow:hidden;
font-family: "Courier New", Courier, monospace;
color:#FFF;
background-color:#cccccc;
font-size: 11px;
}

a {
text-decoration:none;
color:#FFFFFF;
}
a:visited {
text-decoration:none;
color:#FFFFFF;
}
a:hover {
color:#00e4ff;
}

#fond {
width:100%;
height:100%
}

#accueil {
width: 100%;
height:105px;
position: absolute;
top:50%;
margin-top:-50px;
background-image:url(../_img/_croix2.jpg);
overflow:hidden;
}

#bandeau {
width: 100%;
height:300px;
position: absolute;
top:50%;
margin-top:-150px;
background-image:url(../_img/_croix2.jpg);
overflow:hidden;
}

#contenu {
width:1000px;
height:100%;
position: absolute;
left:50%;
margin-left:-500px;
overflow:hidden;
}

#menu {
width:359px;
height:100%;
position: absolute;
overflow:hidden;
}

#references{
width:641px;
height:100%;
top:28px;
position: absolute;
left:359px;
overflow:hidden;
}

