ul.tabNavigation {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	outline: none;
	overflow: hidden;
}
ul.tabNavigation li {
	display: inline;
}
ul.tabNavigation li a {
	display: block;
	width: 120px;
	height: 28px;
	background: url(../images/ongletG.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	color:#919899;
	text-decoration: none;
	float: left;
	line-height: 28px;
	text-align: center;
	margin: 0;
}

*html ul.tabNavigation li a {
	display: block;
	width: 120px;
	height: 28px;
	background: url(../images/ongletG.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	color: #919899;
	text-decoration: none;
	float: left;
	line-height: 28px;
	text-align: center;
	margin: 0;
}


ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
	width: 120px;
	height: 28px;
	background: url(../images/ongletB.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	color: #919899;
	line-height: 28px;
	float: left;
	text-align: center;
}
ul.tabNavigation li a:focus {
}
div.tabs div {
	/*padding: 10px;*/
	margin: 5px auto 0 auto;
	width: 220px;
	color: #ffffff;
}
div.tabs div h2 {
	margin-top: 0;
}

.masque {
	display: none;
}
.affbloc {
	display: block;
}
div.tabs hr{
  border: 1px #FFFFFF solid;
}

#first, #second, #third{
  background-color: #ffffff;
	color: #919899;
}

.tabs h2{
  font-size: 1.10em;
  border-bottom: 1px #919899 solid;
  margin: 0 0 10px 0;
}

.tabs div a {
  color: #f4a300;
}
.tabs div h3{
  font-weight: normal;
  font-size: 11px;
}

.tabs div address{
  font-style: normal;
}
