body  { background-color: #069; margin-right: auto; margin-left: auto; position: relative; width: 800px }

p  { color: #069; font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial; background-color: white; text-align: justify }

h1 { color: #214d66; font-size: 14px; font-family: "Trebuchet MS", Verdana, Arial }

h2 { color: #214d66; font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial }

b { color: #069; font-weight: bold; font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial; background-color: white }

a { color: #5E6C73; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }

a:hover { color: red; font-family: Verdana; text-decoration: underline }

li  { color: #069; font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial; list-style-image: none; list-style-position: inside }


.li2
{
    color: #069;
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Arial;
    list-style-image: url(images/puce.gif);
    list-style-position: inside;
}

#menuDeroulant
{
 width: 800px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
position: absolute;
}
#menuDeroulant li
{
 float: left;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant .sousMenu
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
}


#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: auto;
 color: #FFF;
 background: #3B4E77;
 margin: 0;
 padding: 0px 0px;
 border-right: 0px solid #fff;
 text-decoration: none;
}

#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited


{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 text-decoration: none;
 background: transparent url("images/fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #F2462E;
}

#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 149px;
 border-top: 1px solid transparent;
 border-left: 1px solid transparent; 
}

#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant li:hover > .sousMenu { display: block; }



