<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {height: 100%;}
body{
    margin:0;
    padding:0;
    background-image:url('../img/topbandeau.jpg');
    background-repeat:no-repeat;
    font-family: 'Ubuntu', sans-serif;
    font-size:100%;
}
.titre{
font-size:120%;
color:#fd6b00;
margin-top:0px;
margin-bottom:8px;
font-weight:500;
}

#page{
position:relative;
min-height:100%;
background-image:url('../img/basbandeau.jpg');
background-repeat:no-repeat;
background-position:bottom right;
}

#pagecentre {
position:relative;
margin-top:220px;
margin-bottom:160px;
background:#ccc;
}
#pagedroite {
float:right;
background:#ddd;
margin-right:30px;
width:240px;
}
#cccontenu {
background:#ccc;
margin-right:300px;
}
.clr {
    clear:both;
}



div#contenu{
margin-left:310px;
margin-right:320px;
}
div#menugauche{
float:left;
width:270px;
margin-top:80px;
margin-left:20px;
}
div#menudroite{
float:right;
width:280px;
margin-top:-94px;
margin-right:20px;
}
a{
color:#fd6b00;
font-weight:500;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

div#logotop{
position:absolute;
width:210px;

background:#404040;
overflow:hidden;
margin:20px 0px 0px 20px;
}
div#topcache{
position:absolute;
width:320px;
height:168px;
background:#404040;
}
.blanc{
color:#fff;
}
</pre></body></html>