<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body
{

width: 100%;
background-color: #DEF1F7;
font-family: Arial, "Times New Roman", Times, sans-serif;
margin-left:auto;
margin-right:auto;
overflow:auto;
min-width:1024px;
min-height:768px;
max-width:1280px;
color:#000066;

}

h1, h2
{
font-weight: bold;
text-align:center;
}
#menugeneral li
{
float:left;
width:24%;

border-right:1px outset #0066CC;
border-left:1px outset purple;
border-bottom:2px outset #000066;
border-top:2px outset #000066;
background-color:#CEF1FF;
list-style:none;
text-align:center;
line-height:2;
text-decoration:none;
}

#menugeneral li a
{

color:#000066;
}




#menugeneral 
{
overflow:hidden;
}


a
{
color:black;
text-decoration:none;
}


a:hover
{
color:black;
text-decoration:underline;
}

#developpement
{

text-align:center;

}


#developpement img
{

text-align:center;
border:3px solid white;
}
</pre></body></html>