﻿/*------------------------------------------------------------------------------------------------*/
/*gauche */
/*------------------------------------------------------------------------------------------------*/

#gauche #menu_local {
    margin-bottom: 10px;
	font-family:arial, sans-serif;
	font-size:95%;
}

#gauche #menu_local #titre_menu {
    color: #73716a;
    font-size: 160%;
    background: url(../images/bk-menu-titre.gif) no-repeat top left;
    height: 28px;
    padding: 5px 0 0 10px;
}

#gauche #menu_local img {
    float: left;
}

#gauche #menu_local h2 {
    height: 4px;
}

#gauche #menu_local ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #e6e6dd;
}

#gauche #menu_local ul li {
}

#gauche #menu_local ul li a {
    display: block;
    height: 21px;
    padding: 3px 0 3px 10px;
    font-size: 130%;
}

#gauche #menu_local ul li a:hover {
    text-decoration: none;
}
/* particularit� menus : couleur */

#gauche #menu_local.bleu ul li a {
    background: url(../images/bk-menulocal-off.gif) #e6e6dd no-repeat top center;
    color: #377dbf;
}

#gauche #menu_local.bleu ul li a:hover {
    background: url(../images/bk-menulocal-on.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.bleu ul li a.selected {
    background: url(../images/bk-menulocal-on.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.carmin ul li a {
    background: url(../images/bk-menulocal-off.gif) #e6e6dd no-repeat top center;
    color: #ca0065;
}

#gauche #menu_local.carmin ul li a:hover {
    background: url(../images/bk-menulocal-on_carmin.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.carmin ul li a.selected {
    background: url(../images/bk-menulocal-on_carmin.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.rouge ul li a {
    background: url(../images/bk-menulocal-off.gif) #e6e6dd no-repeat top center;
    color: #C62841;
}

#gauche #menu_local.rouge ul li a:hover {
    background: url(../images/bk-menulocal-on_rouge.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.rouge ul li a.selected {
    background: url(../images/bk-menulocal-on_rouge.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.vert ul li a {
    background: url(../images/bk-menulocal-off.gif) #e6e6dd no-repeat top center;
    color: #73716a;
}

#gauche #menu_local.vert ul li a:hover {
    background: url(../images/bk-menulocal-on_vert.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.vert ul li a.selected {
    background: url(../images/bk-menulocal-on_vert.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.jaune ul li a {
    background: url(../images/bk-menulocal-off.gif) #e6e6dd no-repeat top center;
    color: #dba123;
}

#gauche #menu_local.jaune ul li a:hover {
    background: url(../images/bk-menulocal-on_jaune.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local.jaune ul li a.selected {
    background: url(../images/bk-menulocal-on_jaune.gif) #e6e6dd no-repeat top center;
    color: #fff;
}

#gauche #menu_local ul ul.sousmenu {
    color: #377dbf;
    margin: 0 5px 3px 4px;
}

#gauche #menu_local ul ul.sousmenu ul.sousmenu {
    color: #377dbf;
    margin: 0 0 0 0;
	padding:0 0 0 10px;
}

#gauche #menu_local ul ul.sousmenu li a {
    display: block;
    background: #e6e6dd;
    font-size: 110%;
    height: 18px;
    padding: 0 0 0 20px;
    margin-bottom: 2px;
}

#gauche #menu_local ul ul.sousmenu li a:hover, #gauche #menu_local ul ul.sousmenu li a.selected {
    background: #fff;
    color: #377dbf;
}

#gauche #organismes {
    height: 48px;
    padding-bottom: 3px;
}

#gauche .vert #organismes {
    background: url(../images/bk-organisme-menu.gif) #e6e6dd no-repeat top center;
}

#gauche .bleu #organismes {
    background: url(../images/bk-organisme-menu_bleu.gif) #e6e6dd no-repeat top center;
}

#gauche .carmin #organismes {
    background: url(../images/bk-organisme-menu_carmin.gif) #e6e6dd no-repeat top center;
}

#gauche .rouge #organismes {
    background: url(../images/bk-organisme-menu_rouge.gif) #e6e6dd no-repeat top center;
}

#gauche .jaune #organismes {
    background: url(../images/bk-organisme-menu_jaune.gif) #e6e6dd no-repeat top center;
}


#gauche #organismes h3 {
    font-size: 115%;
    padding:3px 0 3px 12px;
    margin: 0;
}

#gauche .bleu #organismes h3 {color: #377dbf;}
	
#gauche .vert #organismes h3 {color: #85b420;}

#gauche .carmin #organismes h3 {color: #CA0065;}
	
#gauche .rouge #organismes h3 {color: #C62841;}

#gauche .jaune #organismes h3 {color: #dba123;}

#acces_profil {
    background: url(../images/bk-profil.gif) no-repeat top left;
    height: 51px;
	margin:0 0 10px 0;
	padding:0;
}

#acces_profil h3 {
    color: #377dbf;
    font-size: 145%;
    padding-left: 8px;
    margin: 0;
}

#gauche .pub_g {
    margin-bottom: 10px;
}

#gauche #pub_g_1 {
    margin-bottom: 10px;
}