#simpleTabs2 { }
.simpleTabs-nav ul{ overflow: hidden; list-style: none; margin: 0px; padding: 0px; background: #eee; font-size: 13px; line-height: 1.4em; }
.simpleTabs-nav li{ float: left; padding: 10px; color: #1c84ef; cursor: pointer; border-right: 1px solid #FFF; }
.simpleTabs-nav li:hover{
background: #c9efec;
}
.simpleTabs-nav li.close{
float: right;
}
.simpleTabs-nav li.actif{
color: #fff;
font-weight: bold;
background: #1c84ef;
}
.simpleTabs-content{ padding: 15px; }
#simpleTabs2 img    { float: right; width: 120px; }
#simpleTabs2 p  { width: 500px; }
#simpleTabs { }

#simpleTabs2 .casestudy { border-color: #CCC; border-top-style: inset; border-bottom-style: outset; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }
#simpleTabs2 .casestudy img { float: right; height: 100px; width: 100px; margin-right: 15px; }
#simpleTabs2 .casestudy .enews { margin-left: 15px; }
#simpleTabs2 .casestudy .enews li{ list-style: disc; }

