/* HAUTEUR DES PAGES INTERNES DES RUBRIQUES AYANT DES TAB et HAUTEUR DES TAB */

.tabpanel-onglets {
	width:1000px;
	margin-left:160px;
	font-size: 20px;
	font-family: Questrial;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
	color:#9E9E9E;
}


.tabpanel-onglets UL { position:relative;float:left; margin:0px; padding:0px;}
.tabpanel-onglets LI { position:relative;display:inline;float;left; margin:0px; padding:0px;}



.tabpanel-onglets A {
	position:relative;
	display:block;
	float:left;
	padding:15px;
	height:40px;
	
	color:#6e6868;
	text-decoration:none;
	
	background-image: linear-gradient(#f8f8f8,#fff);
	background-image: -o-linear-gradient(bottom, rgb(248,248,248) 30%, rgb(255,255,255) 65%);
	background-image: -moz-linear-gradient(bottom, rgb(248,248,248) 30%, rgb(255,255,255) 65%);
	background-image: -webkit-linear-gradient(bottom, rgb(248,248,248) 30%, rgb(255,255,255) 65%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#ffffff', GradientType=0);
	
	border: 1px solid #ccc;
	margin-left:-1px;
}



.tabpanel-onglets A.ouv { border-radius: 16px 0 0 0; }

.tabpanel-onglets A.fer { border-radius: 0 16px 0 0; }

.tabpanel-onglets a .puce {
	background-image: url(../images/vr/icosprite8.png);
	background-repeat: no-repeat;
	background-position: -407px -9px;
	float:left;
	width: 22px;
	height: 22px;
	margin:0px 7px 20px 0px;
	padding-left:2px;
}


.tabpanel-onglets A:hover {
	color:#313b4d;
	background-image: linear-gradient(#fff, #f8f8f8) ;
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 30%, rgb(248,248,248) 65%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 30%, rgb(248,248,248) 65%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 30%, rgb(248,248,248) 65%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8', GradientType=0);

}

.tabpanel-onglets A:hover .puce {
	background-image: url(../images/vr/icosprite8.png);
	background-repeat: no-repeat;
	background-position: -407px -75px; width: 22px;
	float:left;
	width: 22px;
	height: 22px;
	margin:0px 7px 20px 0px;
	padding-left:2px;
}

.tabpanel-onglets .tab-item-active A {
	color:#313b4d;
	background-image: linear-gradient(#fff, #fff) ;
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 30%, rgb(255,255,255) 65%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 30%, rgb(255,255,255) 65%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 30%, rgb(255,255,255) 65%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff', GradientType=0);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.tabpanel-onglets .tab-item-active A .puce {
	background-image: url(../images/vr/icosprite8.png);
	background-repeat: no-repeat;
	background-position: -407px -142px;
	float:left;
	width: 22px;
	height: 22px;
	margin:0px 7px 20px 0px;
	padding-left:2px;
}



#tabPanelTabs3-1.tabpanel-onglets A { width:277px; }
#tabPanelTabs3-2.tabpanel-onglets A { width:277px; }
#tabPanelTabs3-3.tabpanel-onglets A { width:277px; }
#tabPanelTabs3-4.tabpanel-onglets A { width:200px; }
#tabPanelTabs3-5.tabpanel-onglets A { width:277px; }



.tabpanel-container {
	width:843px;
	padding:40px;
	margin-left:159px;
	border-width: 0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	min-height: 300px;
	font-family: Arial; font-size:16px; color: #313b4d; font-weight: normal; text-decoration: none;  text-align:justify;
}


.tabpanel-container UL
{
	position:relative;
	overflow:hidden;
	list-style-type:disc;
	padding:0px;
	margin:0px;
}
.tabpanel-container LI {
	margin:2px 0px 2px 20px;
	padding:0px 0px 0px 10px;
}


/* FIN TABPANNEL PAGE VOSDEFIS-FORMATION 1280 (rub3) */




