/* COLONNE MENU (bande_gauche) */
div#menuhorizontal {
	border:0;
	position:absolute;
	top:8px;
	left:330px;
	}
	
div#menuhorizontal a {
	text-indent: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	margin-bottom: .0em;
	margin-top: .0em;
	}

/* COLONNE MENU (bande_gauche) */

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: #cf1b1c ;
	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: #95A3C6 ;
	font: 11px arial, helvetica, sans-serif;
	padding-left: 20px ;
	width: 110px ;
}

div#bande_gauche a.menugeneral
{
	background: #a80604; /*b91313 b50909*/
	font: 13px arial, helvetica, sans-serif;
	color: #fff ;	
}

div#bande_gauche a.menu:hover
{
	background: #f0382c ;
	color: #eee ;
}

div#bande_gauche a.sousmenu:hover
{
	background: #f0382c ;
	color: #eee ;
}

div#bande_gauche a.menugeneral:hover
{
	background: #f0382c ;
	color: #eee ;
}

div#bande_gauche a.hot, a.hot:hover 
{
	background: #f0382c !important; /*c41416*/
	color: #fff !important;
	/* cursor: default;  */
}

div#pub_gauche
{
	display: block ;
	position: relative ;
}


/* COLONNE de droite Services/Bons plans... (bande_droite) */

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: #3c528b ;
}

div#bande_droite  a:hover
{
	color: #cf1b1c;
}

div#bande_droite h2
{
	font-size: 1.8em ;
	font-weight: normal ;
	color: #3c528b ;
	border-bottom: 1px solid #3c528b;
}

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 ;
}



