/*********************** MENU HORIZONTAL **************************/
body {margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
border: 0px;
height: 23px;
}
#menu dt:hover, #menu dt a:hover {
background: #d2f8ff;
color: #487bb5;
font-weight: bold;
}
#menu dd {
border: 0px;
}
#menu ul {
width: 15em;
}
#menu li {
color: #fff;
background: #487bb5;
text-align: left;
border: none;
}
#menu li:hover, #menu li a:hover {
background: #d2f8ff;
color: #487bb5;
font-weight: bold;
}
#menu dt a {
color: #fff;
}
#menu li a {
color: #fff;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu0,#menu1,#menu2,#menu3,#menu4 {
position: absolute;
width: 9em;
z-index: 500;
}
#menu0 {
top:110px;
left: 185px;
}
#menu1 {
top:110px;
left: 305px;
}
#menu2 {
top:110px;
left: 425px;
}
#menu3 {
top:110px;
left: 545px;
}
#menu4 {
top:110px;
left: 665px;
}
/********************FIN MENU HORIZONTAL **************************/

/*************************BANNIERE ********************************/
#banniere, #menu dt {
background-color: #487bb5;
color: white;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
#banniere a {
color: white;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
font-weight: normal;
}
/*********************FIN BANNIERE *********************************/

/********************MENU VERTICALE GAUCHE *************************/
#sous_menu, #sous_menu a, #contact_info2 a  {
color: #487bb5;
background-color: white;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: left;
}
#sous_menu {
border-right: 1px solid #487bb5;
width: 180px;
}
#sous_menu a, #contact_info a {
text-decoration: none;
}
#titre_sous_menu, #titre_sous_menu a {
color: #487bb5;
font-size: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
}
#sous_menu a.selection {
color: #3d6899;
text-decoration: underline;
}
/********************FIN MENU VERTICAL GAUCHE **************************/

/********************MENU VERTICALE DROIT **************************/
#sous_menu_droit {
background-color: white;
border-left: 1px solid #487bb5;
vertical-align: top;
text-align: center;
}
/********************FIN MENU VERTICAL DROIT **************************/

/*********************BANDEAU DES MENTION LEGALES **********************/
#bandeau_bas_ecran {
background-color: #487bb5;
color: #fff;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center
}
#bandeau_bas_ecran a {
text-decoration: none;
color: #fff;
}
/******************FIN BANDEAU DES MENTION LEGALES *********************/

/**************************CONTENU **************************************/
#titre_contenu {
color: #487bb5;
font-size: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
}

#contenu {
color: #487bb5;
background-color: white;
text-align: justify;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}
/***********************FIN CONTENU **************************************/
