
ul#tabna
{
	text-align: left;
	margin: 1em 0 1em 0;
	font: bold 11px verdana, arial, sans-serif;
	border-bottom: 1px solid #6c6;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}

ul#tabnav li
{
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4
{
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a 
{
	background-color: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px;
}

/* settings for all tab links */
ul#tabnav li a 
{
	padding: 3px 4px;
	border: 1px solid #6c6;
	background-color: #cfc;
	color: #666;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover
{
	background: #ffffff;
}

/* TEST 2 */
.systemeOnglets 
{
	margin: 0;
	padding:0 0 0 2px; 
}
.onglet 
{
	display:inline-block;
	margin:2px 2px 0 2px;
	padding:1px 2px ;
	border:1px solid #AAA;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	color:#555;
	cursor: pointer;
}
.ongletErreur
{
	border:2px solid #FF0000;
	border-bottom:none;
}
.inactif
{
	background:#EEEEEE;
}
.inactif:hover
{
	background:#DDDDDD;
}
.actif
{
	background:white;
	border-bottom:2px solid white;
	padding-bottom:4px;
	cursor:text;
}
.contenuOnglet
{
	position:absolute;
	left:2px;
	right:2px;
	height:340px;
	background-color:white;
	margin-top:-1px;
	padding:5px;
	display:none;
	border:1px solid #AAA;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#555;
	cursor: text;
}