/* par défaut pour la page */
* 
{
font-family:Arial,"Trebuchet Ms",Verdana,serif;
font-size:12px;
color:#00008b;
}

body
{
width:800px;
background-color:#ffffff; 
margin:auto;
margin-top: 10px;
margin-bottom: 20px;

}

#entete  /*pour le titre */
{
background-image:url("images/bandoh2.jpg");
width:800px;
margin:auto;
margin-top:10px;
margin-bottom: 0px;
padding-bottom:10px;
border:1px solid black;
}


h1
{
font-family:Arial,"Times New Roman",serif;
font-size:22px;
padding-top: 10px;
text-align:center;
}

#menu
{
float:left;
width:140px;
margin-top:5px;
/*position:fixed;*/
}

.element_menu 
{
background-image:url("images/bandov.jpg");
height:490px;
overflow:hidden;
font-weight:bold;
padding-top:5px;
padding-left:5px;
border: 1px solid black;
margin-bottom:20px;

}

.element_menu ul
{
padding:0px;
padding-left:20px;
margin:0px;
margin-bottom:5px;
}

a {color:#00008b;text-decoration:none;}
a:hover {text-decoration:underline; color:#ff0000;}
a:active, a:focus {background-color:#ffffff;}


#corps
{
height:470px;
margin-top:5px;
margin-left:150px;
margin-bottom:20px;
padding:10px;
font-weight:bold;
border:1px solid #00008b;
}

.appli /* listes applications situées dans le corps */
{
font-size:12px;
font-weight:bold;
color:#a52a2a;
}

table
{
margin:auto;
border-collapse:collapse;
}

td 
{
text-align:center;
}

.liens,.wink
{
text-align:center;
}

#pied {
text-align:right;
}