/*  pour les tabs */
.ajaxTabbedPanel {
	overflow: hidden;
	margin: 0;
}

.ajaxTabbedPanelTab-selected {
}

.ajaxTabbedPanelTab-unselected {
	
}

.ajaxTabbedPanelTab-selected a {
	list-style-type: none;
	display: block;
	float: left;
	color: #f2f2f2;
	padding: 5px 9px;
	margin: 0px 10px 10px 10px; 
	border-radius : 4px;
	background: url("../img/bg-boutons.png") repeat-x !important;
	background-size: 9px 29px !important;
	-moz-box-shadow: 0 0 8px #333;
	-webkit-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px #333;
	border-radius: 4px;
	border: 1px solid #2973C5;
	font-size: 12px !important;
	cursor: pointer;
	/*cursor:default;*/
}

.ajaxTabbedPanelTab-selected a:hover {
	color: #DDD;
}

.ajaxTabbedPanelTab-unselected a {
	list-style-type: none;
	display: block;
	float: left;
	color: #f2f2f2;
	padding: 5px 9px !important;
	margin: 0px 10px 10px 10px;
	border-radius: 4px;
	background: url("../img/bg-boutons-disabled.png") repeat-x !important;
	background-size: 9px 29px !important;
	text-shadow: 1px 1px 0 #333;
	border: 1px solid #666;
	font-size: 12px !important;
	cursor: pointer;
}

.ajaxTabbedPanelPanes {
	
}

.ajaxTabbedPanelPane-selected {
	margin : 0px;
	padding: 10px;
	display: block;
	/*width: 100%;*/
	text-align: justify;
	/*border-radius: 10px;*/
	/*border-width: 1px;*/
	/*border-style: inset;*/ 
}

.ajaxTabbedPanelPane-unselected {
	display: none;
}

.titre { /*background: none repeat scroll 0 0 #2973c5 !important;*/
	background: url("../bg-boutons.png") repeat;
	background-size: 10px 32px;
	border-radius: 0px;
	color: #f2f2f2;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #333333;
	line-height: 22px;
	-webkit-box-shadow: 0px 1px 2px 0px #666;
	box-shadow: 0px 1px 2px 0px #666;
	margin: 0;
	height: 27px;
	width: 1054px;
}

.contenu {
	border-radius: 3px !important;
	background: #fff !important;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	/*width: 94% !important;*/
	/*width: 1048px;*/
	height: 630px;
	margin: 0;
	padding: 10px;
	font-size: 13px;
}