/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
	.usual *{
		
            margin:0;
			padding:0;
			list-style:none;
			border:none;
		
		}
		
.usual {
	 
  color:#ffffff;
   font-weight:500;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
 
			
}
.usual li { 
   list-style:none;
   float:left;
   
   }
   
.usual ul a {
	
	 padding-left:30px;
   display:block;
   text-decoration:none!important;
   font:12px Verdana;
   color: #FFF;
   background: url(../imgs/puce/pucenormale.png) no-repeat #c0bcbd;
   background-position:  5% 60%;
   line-height:30px;
   height:30px; 
   width:240px;
}
.usual ul a:hover {   
padding-left:30px;
   width:240px;
   color: #FFF; 
   background: url(../imgs/puce/puceactive.png) no-repeat #c0bcbd ;
   color:#000;
   background-position:  5% 60%;
   
  }

.usual ul a.selected {   

   width:240px;
   line-height:30px;
   height:30px;
   color: #FFF;
   padding-left:30px;
   background: url(../imgs/puce/puceactive.png) no-repeat #c0bcbd;
   background-position:  5% 60%;
   cursor:default;
   
  }
  
  
.usual div {
	
 clear:both;
 width:540px;
 padding-top:5px;
 font-family:Verdana, Geneva, sans-serif;
 color: #626262;
 font-size:11px;

}
.usual div a { 
color:#000; 
font-weight:bold;
}

