
#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;
}



a
{
color:black;
text-decoration:none;
}


a:hover
{
color:black;
text-decoration:underline;
}


#menugeneral 
{
overflow:auto;
}



body
{
width: 98%;
margin-left:auto;
margin-right:auto;
background-color:#DEF1F7;
font-family: Arial, "Times New Roman", Times, sans-serif;
overflow:auto;
min-width:1024px;
min-height:768px;
max-width:1280px;
color:#000066;
}

h1, h2
{
font-weight: bold;

}




#developpement
{

margin-top:5%;
text-align:center;
float:center;
overflow:auto;
}








