/* Tabber infos pratiques  */


 

#tabs               { margin: 30px 0 0 6px; }

#tabs .tab-wrapper { padding: 0; clear: both; }
#tabs .tab-menu    {    list-style: none; padding: 2px 0; clear: both; line-height: 17px;font-size: 12px ; height: 17px; position:relative; top: 2px; left: 15px;   }
								
#tabs .tab-menu li    {float: left;  margin: 0 0 0 0px; padding: 0 0 0 0; list-style: none}
#tabs .tab-menu li a  {  display: block;  padding: 7px 12px ; text-decoration: none; border: 1px solid #fff ; background-color: #8dcfee;}
#tabs .tab-menu li a  {  background-color: #1c5273; color: #ffffff; }
#tabs .tab-menu li a:hover  { background-color: #8dcfee;  color: #1d6383;  }
#tabs .tab-menu li.tab-selected a    { background-color: #8dcfee  } 


#contentTab         { border: 1px solid #fff; clear: both;  background-color: #cfeaf7;  min-height: 340px;  } 
#contentTab h3      {  background: url(../images/puce/puce_h3.gif) left 1px no-repeat; padding: 0 0 0 18px;  }
#contentTab h3 a    {   font: normal 18px "Trebuchet MS"; color: #1c5273}
#contentTab p       { padding: 0 20px;   } 
#contentTab p.img   {  margin: 15px 0px 0px 10px;  } 


#tabs ul    { margin: 0 0 10px 15px } 

#tabs ul li { list-style: disc ; margin: 0 0 5px 20px } 
