/* 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;
/*height:70px;*/
margin:auto;
margin-top:10px;
margin-bottom: 0px;
padding-bottom:10px;
border:1px solid black;
}


h1
{
font-family:Arial,"Times New Roman","Trebuchet MS",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:460px;
font-weight:bold;
overflow:hidden;
/*padding:0px;*/
padding-top:5px;
padding-left:5px;
border: 1px solid black;
margin-bottom:20px;
}

.element_menu ul
{
font-weight:bold;
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;}
/*a:visited {color:#ff0000;}*/



#corps
{
/*height:420px;*/
margin-top:15px;
margin-left:150px;
margin-bottom:20px;
padding:30px;
/*border:none;*/
border:1px solid black;
}
form {margin-left:150px;}
.mefvalider {margin-left:90px;}

.carre /*puces carré table*/
{
list-style-type:square;
}
input:focus, textarea:focus {background-color:#ffffb3;}

/*pied#
{
margin-left:250px;
/*margin-top:0px;*/
text-align:center;

}*/