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/onglet-blanc.png) no-repeat;
	color: #3ea3d7;
	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/onglet-blanc.png) no-repeat;
	color: #3ea3d7;
	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/onglet-bleu.png) no-repeat;
	color: #ffffff;
	line-height: 28px;
	float: left;
	text-align: center;
}
ul.tabNavigation li a:focus {
}
div.tabs div {
	padding: 10px;
	margin-top: 0;
	width: 220px;
	color: #ffffff;
}
div.tabs div h2 {
	margin-top: 0;
}
#first, #second, #third {
	background-color: #3fa3d7;
}

.masque {
	display: none;
}
.affbloc {
	display: block;
}
div.tabs hr {
	border: 1px #FFFFFF solid;
}
.tabs h2 {
	font-size: 1.10em;
	border-bottom: 1px #ffffff solid;
	margin: 0 0 10px 0;
}
.tabs div a {
	color: #ffffff;
}
