.pratique {
  font-size: 1px;

}

.pratique .tab-pane {
	clear:both;
	position: relative;
	background: #ffffff;
	width: 500px;
	margin-left: 0px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}

.pratique .tab-row .tab {
	font : Verdana;
	margin:0px;
	padding:3px 8px 1px 8px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: inline;
	position:  relative;
	float: left;
	top: 0px;
	vertical-align: middle;
	color:#B2B4B3;
	background: #fff;
	height: 16px;
	border-style: none;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;  
}

.pratique .tab-row .tab_selected {
  font : Verdana;
  margin:0px;
  background: #B2B4B3;
  padding:4px 8px 2px 8px;
  display: inline;
  position:  relative;
  float: left;
  top: 0px;
  vertical-align: middle;
  
  cursor: default;
  height: 16px;
  border-style: none;

}

.pratique .tab-row .tab a{
  font: 10px Verdana;
  text-transform: uppercase;
  font-weight: bold;
  color: #B2B4B3;
  text-decoration: none;
  cursor: default;
}

.pratique .tab-row .tab_selected a {
  font: 10px Verdana;
  text-transform: uppercase;
  font-weight: bold;
  color: #D52B1E;
  text-decoration: none;
  cursor: default;
}

.pratique .tab-row .tab a:hover {
  color:  #da2f36;
}

.pratique .tab-row .tab_selected a:hover {
  color:  #D52B1E;
}

.pratique .tab-single-pane ,
.pratique .tab-page {
  border-width: 0px 0px 0px 0px;
  padding: 0px;
  background: #ffffff;
  padding-left: 20px;
  padding-top: 3px;
}



