﻿
	
TD.sousMenuTitle {

	
	margin: 0;
	color: #bb0f18;
	height:32px;
	display: block;
	background: url('../img/sous_menu_title_a.gif') no-repeat;
	padding: 5px 0 0 30px;

	}

/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */
	
#sousMenu{
	width: 200px;
	margin-top: 10px;
	}

#sousMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sousMenu img {
    border: none;
} 

#sousMenu li a {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	padding: 8px 0 0 30px;
 }
	
#sousMenu li a:link, #sousMenu li a:visited {
	color: #bb0f18;
	display: block;
	background: url('../img/sous_menu_a.gif') no-repeat;
}
	
#sousMenu li a:hover, #sousMenu li #current {
	color: #fff;
	background: url('../img/sous_menu_hover.gif') no-repeat;
}
	
