
.container {width: 290px; margin: 0px auto;margin-bottom:4px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px;
	border-bottom: 1px solid #dadad2;
	border-left: 0px solid #000;
	width: 290px;
}
ul.tabs li {
	float: left;
	margin-right:1;
	padding: 0;
	height: 22px;
	line-height: 22px;
	/*border: 0px solid #dadad2;*/
	border-left: none;
	margin-bottom: -1px;
	/*background: #DCAC00;*/
	overflow: hidden;
	position: relative;
	background-image: url("../../imgs/onglet-service_off.gif") ;
	width:90px;


}
ul.tabs li a {
	
	text-decoration: none;
	color: #a5a5a5;
	display: block;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
	font-size: 11px;
		width:90px;	
}
ul.tabs li a:hover {
	text-decoration: none;
	color: #01518E;
	/*background: #000;*/
	background-image: url("../../imgs/onglet-service_on.gif") ;
		width:90px;
		font-size: 11px;	
}
ul.tabs li a:active {
	text-decoration: none;
	color: #01518E;
	/*background: #000;*/
	background-image: url("on.jpg") ;
	
		font-size: 11px;
		width:90px;		
}		
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	/*background: #fff;*/
	border-bottom: 1px solid #fff;
background-image: url("../../imgs/onglet-service_on.gif") ;
	color:#01518E;
	
	font-size: 11px;	
}
.tab_container {
	border: 1px solid #dadad2;
	border-top: none;
	clear: both;
	float: left; 
	width: 290px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	font-family:arial;
	font-size:11px;
	color:#585858;
}
.tab_content {
	padding: 4px 4px 4px 4px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dadad2;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}


/**************************version arabe********************************/
.container_ar {width: 290px; }
ul.tabs_ar {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 22px;
	border-bottom: 1px solid #dadad2;
	border-right: 0px solid #000;
	width: 290px;
}
ul.tabs_ar li {
	float: right;
	margin-right:1;
	padding: 0;
	height: 22px;
	line-height: 22px;
	/*border: 0px solid #dadad2;*/
	border-right: none;
	margin-bottom: -1px;
	/*background: #DCAC00;*/
	overflow: hidden;
	position: relative;
	background-image: url("../../imgs/onglet-service_off.gif") ;
	width:90px;


}
ul.tabs_ar li a {
	
	text-decoration: none;
	color: #a5a5a5;
	display: block;
	padding: 0 0;
	border: 0px solid #fff;
	outline: none;
	font-size: 14px;
		width:90px;	
}
ul.tabs_ar li a:hover {
	text-decoration: none;
	color: #01518E;
	/*background: #000;*/
	background-image: url("../../imgs/onglet-service_on.gif") ;
		width:90px;
		font-size: 14px;	
}
ul.tabs_ar li a:active {
	text-decoration: none;
	color: #01518E;
	/*background: #000;*/
	background-image: url("on.jpg") ;
	
		font-size: 14px;
		width:90px;		
}		
html ul.tabs_ar li.active, html ul.tabs_ar li.active a:hover  {
	/*background: #fff;*/
	border-bottom: 1px solid #fff;
background-image: url("../../imgs/onglet-service_on.gif") ;
	color:#01518E;
	
	font-size: 14px;	
}
.tab_container_ar {
	border: 1px solid #dadad2;
	border-top: none;
	clear: both;
	float: right; 
	width: 290px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	font-family:arial;
	font-size:11px;
	color:#585858;
}
.tab_content_ar {
	padding: 4px 4px 4px 4px;
}
.tab_content_ar h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dadad2;
	font-size: 1.8em;
}
.tab_content_ar h3 a{
	color: #254588;
}

/***********************************************************************/