/*  pour les tabs */

.ajaxTabbedPanel {
	border-bottom: none !important; /*border-bottom: 1px solid #000000 !important;*/
	margin: auto !important;
	padding: 0 !important;
	text-align: center;
}

.ajaxTabbedPanelTab-selected, .ajaxTabbedPanelTab-unselected {
	background: none !important;
	border: none;
	display: inline;
    margin: 0;
    padding: 0;
}

.ajaxTabbedPanelTab-selected a {
	color: #156ABD !important;
	border: 1px solid #999;
	font-size: 12px !important;
	cursor: pointer;
	background: #fff;
	padding:7px 10px;
    margin:0px 2px 0px 2px;
    border-radius:4px 4px 0 0;
    font-weight: bold;
    transition:all 0.2s ease;
    border-bottom: 1px solid #FFF !important;
	/*cursor:default;*/
	-webkit-box-shadow: inset 0 -3px 0 0 #CF0A2C;
    box-shadow: inset 0 -3px 0 0 #CF0A2C;
}

.ajaxTabbedPanelTab-selected a:hover {
	/*cursor: default;*/
}

.ajaxTabbedPanelTab-unselected a {
	color: #333 !important;
	border: 1px solid #999;
	font-size: 12px !important;
	cursor: pointer;
/*	background: url(../img/bg-global.png) repeat;*/
	background: #F2F2F2;
	padding:7px 10px;
    margin:0px 2px 0px 2px;
    border-radius:4px 4px 0 0;
    text-shadow:1px 1px 1px #fff;
    font-weight: bold;
}

.ajaxTabbedPanelTab-unselected a:hover {
	color: #156ABD !important;
}


.ajaxTabbedPanelPane-selected {
	margin : 5px auto 20px auto;
	padding: 20px;
	border: 1px solid #999999;
	background-color: white;
}

.ajaxTabbedPanelPane-unselected {
	display: none;
}

#tabbedPanelPresentation{
	position: relative;
	top:4px;
}


.ajaxTabbedPanelTab-unselected a, .ajaxTabbedPanelTab-selected a{
    white-space: nowrap !important;
    display:inline-block !important;
    margin: 5px 2px 0px 2px !important;
    position: relative !important;
    top:6px !important;
    padding: 5px 10px !important;
}
 
