div#bande_gauche
{
	position: relative ;
	display: block ;
	float: left ;
	width: 120px ;
	left: 5px ;
	top: 5px ;
}

div#bande_gauche a.menu, a.sousmenu, a.menugeneral
{
	display: block;
	width: 120px ;
	background: #6ba0ca ;
	color: #fff;
	font: 12px arial, helvetica, sans-serif;
	color: #fff ;	
	text-decoration: none ; 
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 1px 5px 10px ;
}

div#bande_gauche a.sousmenu
{
	background: #96bbda ;
	font: 11px arial, helvetica, sans-serif;
	padding-left: 20px ;
	width: 110px ;
}

div#bande_gauche a.menugeneral
{
	background: #356a95 ;
	font: 13px arial, helvetica, sans-serif;
}

div#bande_gauche a.menu:hover
{
	background: #5b95c4 ;
	color: #eee ;
}

div#bande_gauche a.sousmenu:hover
{
	background: #86b1d5 ;
	color: #eee ;
}

div#bande_gauche a.menugeneral:hover
{
	background: #305f85 ;
	color: #eee ;
}

div#bande_gauche a.hot, a.hot:hover 
{
	background: #ff8040 !important;
	color: #fff !important;
	/* cursor: default;  */
}

div#pub_gauche
{
	display: block ;
	position: relative ;
}


div#bande_droite
{
	display: block ;
	position: relative ;
	float: right ;
	width: 120px ;
	left: -5px ;
	top: 10px ;
	padding: 5px 10px 10px 10px ;
	background: #fff ; /*eee*/
	font: 11px arial, helvetica, sans-serif;
}


div#bande_droite a
{
	color: #6893b5 ;
}

div#bande_droite  a:hover
{
	color: #ff8040;
}

div#bande_droite h2
{
	font-size: 1.8em ;
	font-weight: normal ;
	color: #aaa ;
	border-bottom: 1px solid #aaa;
}

div#bande_droite li
{
	list-style-type: circle ; /* none decimal */
	list-style-position: outside ;
    position: relative ;
	margin-left: -20px;
	padding-left: 00px ;
	text-align: left ;
}



