/**********************************************************************************************************************************************
*	ONGLETS
***********************************************************************************************************************************************/
	
#container {
	clear: both;
	width: 78%;
	float: right;
	margin-top: 1em;
	color: black;
	}
	
#containerPrinc {
	clear: both;
	width: 100%;
	margin-top: 1em;
	}
	
#tabs {
	text-transform: uppercase;
	font: bold 1.2em/110% Arial, Helvetica, "Nimbus Sans L", sans-serif;
	background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
	}
	
#tabs ul {
	margin:0;
    padding:0;
    list-style:none;
	}

#tabs li {
	background-color: #fff;
	padding: 0.4em 0.6em;
	text-align: center;
	float: left;
	margin-right:0.8em;
	/*display:inline;*/
	}

#tabs a {
	color: #666;
	text-decoration: none;
	}
	
#tabs a.active-tab {color: #000000;}
#tabs li:hover a.active-tab{color: #000000;}
#tabs li:hover a{color: #154A8F;}

#tabs a span {
	width: 8px;
	height: 1.91em;
	background:transparent url(../images/backonglet.png) no-repeat;
	position:absolute;
	margin-left:0.5em;
	margin-top:-0.4em !important;
	/*margin-left:0.6em;
	margin-top:-0.4em;*/
	}
	
.panel {
	clear: both;
	display: none;
}

.panel.active-tab-body {display: block;}

/*#container #tabs li:hover {background-color: #318CE7}*/
/*#tabHeaderActive li { background-color: #42577B; color:#fff;}*/

/*#tabscontent {
        clear:both;
        border:2px solid #42577B;
        padding-top:2px;
        background-color:#FFF;
    }*/
	


	

	