/* ######### CSS for Shade Tabs. Remove if not using ######### */ul.onglets {	list-style-type: none;	/*padding-bottom: 24px;*/	height: 28px;	border-bottom: solid 1px #999;	margin: 0;	margin-top:-10px;	padding-left: 15px;}ul.onglets li {   float: left;   height: 25px;   background: url("../secure/images/b2.png") top left repeat;   margin: 2px 2px 0px 2px;   padding: 0px 10px 0px 10px;   border: solid 1px #999;   border-bottom: 0px;}					ul.onglets li.selectedOnglet {	position: relative;	z-index: 1;	height: 25px;	border-bottom: 1px solid #eee;	background: url("../secure/images/b5.png") top left repeat;}					.onglets a {   float: left;   display: block;   text-decoration: none;   padding: 5px;}					.onglets a:hover {  color: #999;}			.onglets a.selected{  color: #999;}			.style_contenu {	position: relative;	z-index: 0;	margin: 0px;	margin-top: 25px;	padding: 15px 0px 0px 0px;	min-height: 700px;	/*background: url("../secure/images/b11.png") top left repeat;*/	/*border: solid 1px #999;*/	/*border-top: 0px;*/	max-width: 100%;}.contenu_onglets {	/*padding: 5px 15px 15px 15px;*/		}.contenu_onglets P{	text-align: justify;}