body {
  background-color:#ECF0FC; 
  background-image: url(fond.jpg);
  background-repeat: repeat-x; 
  font-family: tahoma, sans-serif;
  font-size:10pt;
  }

h1 { font-family: tahoma ; font-size:12pt ; color: #4062A2 ;  }
h2 { font-family: tahoma ; font-size:11pt ; color: #4062A2 ;  }

table { font-family: tahoma ; font-size:10pt ; color: #000000 ;  }

p { font-family: tahoma ; font-size:10pt ; color: #000000 ;  }
.petit { font-family: tahoma ; font-size:8pt ; color: #000000 ;  }

ul.texte { font-family: tahoma ; font-size:10pt ; color: #000000 ;  }
li.texte { font-family: tahoma ; font-size:10pt ; color: #000000 ;  }

A { color:#5C90C2; text-decoration:underline;font-weight: bold;font-size:10pt ;}
A:hover { color:#000000; text-decoration:underline;}

A.menu { color:#5C90C2; text-decoration:underline;font-weight: bold;font-size:11pt ;}
A.menu:hover { color:#000000; text-decoration:underline;}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 333;
z-index:100;
width: 981;
}
#menu dl {
float: left;
width: 107;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
color: #fff;
font-size:10pt;
font-weight: bold;
background: #5C90C2;
border: 1px solid black;
}
#menu dt.ok {
cursor: pointer;
text-align: center;
color: #fff;
font-size:10pt;
font-weight: bold;
background: #5BAB34;
border: 1px solid black;
}
#menu dt.ok a:hover {
cursor: pointer;
text-align: center;
color: #fff;
font-size:10pt;
font-weight: bold;
background: #5BAB34;
border: 0px solid black;
}
#menu dd {
border: 1px solid black;
}
#menu li {
text-align: left;
background: #C1D3EB;
}
#menu li a {
color: #000;
font-size:9pt;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a {
color: #fff;
font-size:10pt;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a:hover {
background: #C1D3EB;
color:#000; 
font-size:10pt;
}

#menu li a:hover {
background: #5C90C2;
color:#fff; 
font-size:9pt;
}

