		div.domtabCenter{
			min-height: 500px;
			padding-bottom:15px;
		}
		div.domtab{
			padding:0;
			margin:0;
		}
		div#domtabbot{ /* bas du tableau */
			padding:0;
			margin:0;
			background: url(tabs/domtabbot-bg.png) no-repeat top right;
			height:58px;
		}
		div#domtabbot div { /* bas du tableau */
			padding:0;
			margin:0;
			background: url(tabs/domtabbot-bg.png) no-repeat top left;
			width: 20px;
			height:58px;
		}
		ul.domtabs{
			float:left;
			width:100% /*522px*/;
			margin:0 0 -1px 0 !important; /* tous navigateurs */
			/margin:0 0 -1px 0; /* hack IE7 */
			padding:0;
			list-style-type: none;	
			/*border:#333333 solid 1px;*/
		}
		ul.domtabs li{
			float:left;
			list-style:none;
			list-style-type: none;
			padding:0;
			margin: 0;
			text-align:center;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
	/*width:8em;*/
			width: 100px;
	/*padding:.2em 1em;*/
			display:block;
			background: url(tabs/tab-off.png) no-repeat center top/*#4684ad*/;
			color:#E9F1F7;
			height:35px;
			font-weight:bold;
			text-decoration:none;
			margin:0;
			padding:3px 2px 0 2px;
			line-height:1.3em;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:35px;
			text-decoration:none !important;
		}
		
		/* onglet survollé */
		ul.domtabs a:hover{
			background: url(tabs/tab-hover.png) no-repeat center top;
			text-decoration:none;
			color:#FFF;
		}
		
		div.domtab div{
			clear:left; /*be aware <both> if buged with the right menus*/
			width: auto /*480px*/;
			background:#fff/*f2f7fa*/ url(tabs/domtab-bg.jpg) repeat-x top; 
			padding:1.5em 20px;
			border-width: 1px 1px 0px;
			border-color: #acbfcc;
			border-style:solid;
			margin:0;
			-margin-top:-20px; /* IE 6 : remonte le div pour le coller aux tabs */
			/*display:none;*/
		}
		
		/* onglet actif */
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#fff url(tabs/tab-on.png) no-repeat center top;
			text-decoration:none;
			color:#175797;
			padding-left:4px;
		}
		/*
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}*/
		/*p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		h2{
			font-size:1.3em;
			color:#cfc;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		h1{
			font-size:2em;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:.5em 0;
			background:#000;
			border-bottom:1px solid #666;
		}
		pre{
			font-size:1.2em;
			padding:1em;
		}*/
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			/*color:#fff;
			display:block;*/
			/*padding:1em .5em;*/
			font-weight:bold;
			/*font-size:1.3em;*/
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
/* other scheme! */
/*
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}*/
