.tab {
	padding: 0 0 0 0;
background-color: #ffffff;
  border: solid 1px #ddd;
	font-size: small; /* could be specified at a higher level */
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
.tab li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
.tab a:link, #tab a:visited {
	font-size: 85%;
	font-weight: bold;
	margin: 0 0px 0 10px;
	text-decoration: none;
	color: #999;
	}
.tab a.active:link, .tab a.active:visited, .tab a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #980000;
	}
	
	
.tab2 {
	padding: 0 0 0 0;
background-color: #ffffff;
	font-size: small; /* could be specified at a higher level */
	margin-bottom: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom:1px solid #ccc;
		}
	
.tab2 li {
background-color: #ffffff;
	margin-right:2px;
	padding-top:5px;
	padding-right:12px;
	padding-left:12px;
	padding-bottom:0px;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
display: inline;
	list-style: none;
-moz-border-radius: 5px 5px 0px 0px; 
border-radius: 5px 5px 0px 0px;

	}
.tab2 li.active {
background-color: #e8e6e4;
	margin-right:2px;
	padding-top:9px;
	padding-right:12px;
	padding-left:12px;
	padding-bottom:1px;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
display: inline;
	list-style: none;
-moz-border-radius: 5px 5px 0px 0px; 
border-radius: 5px 5px 0px 0px;
	}
.tab2 img {
	vertical-align: text-bottom;

	}
	
.tab2 a:link, .tab2 a:visited, .tab2 a:hover {
border-bottom:0;
font-weight: bold;
text-decoration: none;
color: #000000;
	}
	
	
.fleche {
margin: 1px 0 2px 2px;
border : 1px;
     border-style : solid;
     border-color : #dbd9d9;
     background-color : #f3f3f3;
}

.fleche ul {
     list-style-type : none;
     margin-left : 0;
     padding-left : 2px;
     margin-bottom : 0;
     margin-top : 0;
     }
     
     .fleche li {
     padding-top : 4px;
list-style-type: none;
background-image: url(http://images.webalternative.org/16/fleche_droite.png);
background-repeat: no-repeat;
background-position: 0% 65%;
padding-left: 19px;
}