
/* LES ONGLETS IN CONTENT */
#content .new_onglet_box,#content  .table_content_td_div .new_onglet_box
	{
	position:relative;
	display:block;
	border:1px solid #8F8F8F;
	border-top:0px;
	border-left:0px;
	border-bottom:1px solid #538c2e;
	background: rgb(89,165,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(89,165,46,1) 0%, rgba(122,185,74,1) 87%, rgba(122,185,74,1) 87%, rgba(122,185,74,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,165,46,1)), color-stop(87%,rgba(122,185,74,1)), color-stop(87%,rgba(122,185,74,1)), color-stop(100%,rgba(122,185,74,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a52e', endColorstr='#7ab94a',GradientType=0 ); /* IE6-9 */
	overflow:auto;
	}

#content .new_onglet_titre,#content  .table_content_td_div .new_onglet_titre
	{
	display:block;
	float:left;
	font-weight:bold;
	font-size:18px;
	padding:5px;
	padding-bottom:0px;
	z-index:10;
	width:200px;
	color:#6F645A;
	border-right:1px solid #8F8F8F;
	height:25px;
	text-align:center;
	}

#content .new_onglet_titre span, #content .table_content_td_div .new_onglet_titre span
	{
	font-weight:normal;
	font-size:11px;
	line-height: 10px;
	color:#6F645A;
	}

#content .new_onglet, #content .table_content_td_div .new_onglet
	{
	display:block;
	float:left;
	top:0px;
	text-align:center;
	padding:10px 7px 10px 7px;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#ffffff !important;
	z-index:11;
	border-right:1px solid #8F8F8F;
	text-shadow: 1px 1px 2px #555;
	}

#content .new_onglet a, #content .table_content_td_div .new_onglet a
	{
	display:block;
	float:left;
	top:0px;
	text-align:center;
	padding:10px 7px 10px 7px;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#ffffff !important;
	z-index:11;
	border-right:1px solid #8F8F8F;
	text-shadow: 1px 1px 2px #555;
	}

#content .new_onglet_selected, #content .table_content_td_div .new_onglet_selected, #content .new_onglet:hover, #content .table_content_td_div .new_onglet:hover
	{
	display:block;
	float:left;
	text-align:center;
	top:0px;
	font-size:13px;
	text-decoration: none;
	padding:10px 7px 10px 7px;
	font-weight:bold;
	background:#D9D5D2;
	background-image:url('/img/maisonoscope/onglet_fond.gif');
	background-repeat: repeat-x;
	z-index:11;
	color:#000 !important;
	border-right:1px solid #8F8F8F;
	text-shadow: none;

	}

.new_onglet_barre, .table_content_td_div .new_onglet_barre
	{
	/*display:block;
	position:absolute;
	left:-1px;
	top:33px;
	height:15px;
	width:100%;
	background:#D9D5D2;
	border-bottom:1px solid #8F8F8F;
	z-index:10;*/
	}

.onglet_v3_contener
	{
	padding-left:20px;
	}

.onglet_v3_contener_bottom
	{
	border-bottom: 1px solid #aaa;
	}

.onglet_v3_onglet
	{
	display:inline-block;
	height:35px;
	line-height: 35px;
	padding:0px 5px 0px 5px;
	border-radius: 3px 3px 0px 0px;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
	margin-right:3px;
	transition:all 0.2s;
	}

.onglet_v3_onglet .onglet_v3_onglet_hidden
	{
	display: inlinfe-block;
	max-width: 0px;
	overflow: hidden;
	}

.onglet_v3_onglet:hover .onglet_v3_onglet_hidden
	{
	max-width: 1100px;
	}

.onglet_v3_onglet_active
	{
	background: rgb(89,165,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(89,165,46,1) 0%, rgba(122,185,74,1) 87%, rgba(122,185,74,1) 87%, rgba(122,185,74,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,165,46,1)), color-stop(87%,rgba(122,185,74,1)), color-stop(87%,rgba(122,185,74,1)), color-stop(100%,rgba(122,185,74,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(89,165,46,1) 0%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 87%,rgba(122,185,74,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a52e', endColorstr='#7ab94a',GradientType=0 ); /* IE6-9 */
	color:#fff !important;
	border:1px solid #5EA832;
	border-bottom: 0px;
	}

.onglet_v3_onglet_unactive
	{
	bsackground:#fff;
	color:#000 !important;
	border:1px solid #aaa;
	border-bottom: 0px;
	}

.onglet_v3_onglet_unactive:hover
	{
	background:#dfffa7;
	}