/* @group onglets */

#contenu #lesBoutons { 
	width: 634px;
	height: 170px;
	display: block;
	clear: left;
}


#lesBoutons #btAntichutes { 
	width: 317px;
	height: 170px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}


#lesBoutons #btApplic, #lesBoutons #btMetier { 
	width: 317px;
	height: 85px;
	float: left;
}

#lesBoutons #btAntichutes a { 
	background: url(btAntichutes.png) no-repeat 0 0;
	text-indent: -3000px;
	width: 317px;
	height: 170px;
	display: block;
}

#lesBoutons #btApplic a { 
	background: url(btApplic.png) no-repeat 0 0;
	text-indent: -3000px;
	width: 317px;
	height: 85px;
	display: block;
}

#lesBoutons #btMetier a { 
	background: url(btMetier.png) no-repeat 0 0;
	text-indent: -3000px;
	width: 317px;
	height: 85px;
	display: block;
}

#lesBoutons #btAntichutes a:hover {
	background-position: 0 -170px;
}

#lesBoutons #btApplic a:hover, #lesBoutons #btMetier a:hover {
	background-position: 0 -85px;
}

#lesBoutons #btAntichutes.select a, #lesBoutons #btAntichutes.select a:hover { 
	background: url(btAntichutes.png) no-repeat 0 -340px;
	text-indent: -3000px;
}

#lesBoutons #btApplic.select a, #lesBoutons #btApplic.select a:hover { 
	background: url(btApplic.png) no-repeat 0 -170px;
	text-indent: -3000px;
}

#lesBoutons #btMetier.select a, #lesBoutons #btMetier.select a:hover { 
	background: url(btMetier.png) no-repeat 0 -170px;
	text-indent: -3000px;
}



/* @end */

#contenu #flash {
	height: 250px;
	overflow: hidden;
	background-color: black;
	color: white;
}

.show {display: block}
.hide {display: none}
