/**********Class menu (menu vert)**********************/
.menu img{
	border:none;
	padding-left:3px;
	padding-right:3px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
border:none;

}
.menu {
width: 180px;
text-align:left;
font-size:10px;
}

dl.menu {
width: 180px;
border: 1px red;
}

dl.menu dt {
cursor: pointer;
margin: 2px 0;
height:20px;
line-height: 14px;
text-align: left;
font-weight: bold;
background-image:url(../images/TRAITS.gif);
}

dl.menu li {
text-align: left;
background: #fff;
}

dl.menu li a, dl.menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl.menu li a:hover, dl.menu dt a:hover {
color: #D5DB50;
}

/*********Class menu 2 (menu rouge)********************/

.menu2 img{
	border:none;
	padding-left:15px;
	padding-right:3px;
}

.menu2 {
width: 180px;
text-align:left;
font-size:10px;
}

dl.menu2 {
width: 180px;
border: 1px red;
}

dl.menu2 dt {
cursor: pointer;
margin: 2px 0;
height:15px;
line-height: 9px;
text-align: left;
font-weight: bold;
}

dl.menu2 li {
text-align: left;
background: #fff;
}

dl.menu2 li a, dl.menu2 dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl.menu2 li a:hover, dl.menu2 dt a:hover {
color:#FF0000;
}

/***********Pour un texte dans un rectangle rouge*********/

.franchise {
	height:30px;
	width:180px;
	margin:10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-color:#FF0000;	
	}
.franchise p{
	padding:8px;
}

