/* STRUCTURE GLOBALE */

/******************************
*** SITE STRUCTURE
******************************/
body {background:url(../images/bg-site.gif) left top repeat-x #1a1a1a;}
#site {}
#liens {display:none;}
#liens img {border:none;}

/******************************
*** HEADERS
******************************/
#haut-de-page {width:970px;height:453px;margin:10px auto 15px auto;padding:0;background:url(../images/bg-header.gif) left top no-repeat;}
#haut-de-page .logo {float:left;margin:93px 0 0 9px;width:319px;height:247px;}
#FlabellComponent {float:right;width:601px;height:410px;margin:13px 13px 0 0;}

/******************************
*** CONTENU
******************************/
#contenu-de-page {background:#1a1a1a;padding:0 0 40px 0;margin:0 auto;width:970px;}
#colonne-gauche {width:230px;float:left;}
#contenu {width:700px;float:right;}
#contenu .contenu {background:#fff;padding:30px;}
#contenu .contenu-en-plus {background:#303030;padding:13px;}

/******************************
*** BAS DE PAGE
******************************/
#bas-de-page {clear:both;width:100%;margin:0;padding:10px 0 0 0;background:url(../images/bg-bas-site.gif) left top repeat-x #000;}
#bas-de-page .footer {width:970px;margin:0 auto;}
#bas-de-page p {display:block;text-align:right;font-size:10px;text-transform:uppercase;color:#303030;}
#bas-de-page p a {color:#9fb316;text-decoration:none;}
#bas-de-page p a:hover {color:#86950f;text-decoration:underline;}

/* MENU BAS HORIZONTAL */
/* NIVEAU 1 */
#bas-de-page #menu-bas {padding:12px 0;width:970px;}
#bas-de-page #menu-bas li {float:left;width:150px;margin:0;padding:0 5px 0 6px;font-size:11px;font-weight:bold;color:#0088ad;text-transform:uppercase;}
#bas-de-page #menu-bas li a {color:#0088ad;text-decoration:none;}
#bas-de-page #menu-bas li a:hover,
#bas-de-page #menu-bas li.selected a,
#bas-de-page #menu-bas li.selected a:hover {color:#000;text-decoration:none;}
/* NIVEAU 2 */
#bas-de-page #menu-bas li ul {margin:5px 0 0 0;padding:0;}
#bas-de-page #menu-bas li ul li,
#bas-de-page #menu-bas li.selected ul li {margin:0;padding:0;font-size:10px;text-transform:none;font-weight:normal;color:#0088ad;}
#bas-de-page #menu-bas li ul li a,
#bas-de-page #menu-bas li.selected ul li a {color:#0088ad;text-decoration:none;}

#bas-de-page #menu-bas li ul li a:hover,
#bas-de-page #menu-bas li.selected ul li.selected2 a,
#bas-de-page #menu-bas li.selected ul li.selected2 a:hover {color:#000;text-decoration:none;}
