/* ----------------------------
BOITE RECHERCHE DANS CATALOGUE
------------------------------*/


/* -----------
CATALOGUE
--------------*/
.catalog{
}

/* ---------------------------
FICHES RESUMÉES DE PRODUITS
------------------------------*/
#produits_associes .short_product a{
	display: block;
	position: absolute;
	top: 0;left: 0;bottom: 0;right: 0;
}
#produits_associes .short_product:hover h2{
	color: black;
}
.short_product a.viewproduct{
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index:10;
	width:100%;
	height:110%;
}
.short_product{
	float:left;
	position:relative;
	width:20%;
	background: #cb4d16;
	height: 200px;
	padding: 2px;
	margin: 2.2%;

	-webkit-transition-duration:0.5s;
   -moz-transition-duration:0.5s;
     -o-transition-duration:0.5s;
        transition-duration:0.5s;
}

.short_product:hover{

	opacity: 0.6;

	-webkit-transition-duration:0.5s;
   -moz-transition-duration:0.5s;
     -o-transition-duration:0.5s;
        transition-duration:0.5s;
}

.short_product .description{
	max-height: 50px;
	overflow: hidden;
	margin:0 5px;
	color:#fff;
	font-size:0.9em;
	text-transform:uppercase;
	line-height:13px;
}
.short_product:after{
	content: '+';
	transition: 200ms;
	position: absolute;
	bottom: -20px; 	right: 0px;
	z-index:0;

	display: block;
	width: 35px; 	height: 35px;
	line-height: 34px;
	font-size: 23px;
	text-indent: 8px;
	border-radius: 45px;
	color: #cb4d16;
	text-decoration: none;
	background: #fff;
	border: 5px solid #cb4d16;
	word-wrap: none;
}
.short_product:hover:after{
	color: #cb4d16;
	background: #eee;
}

.short_product .pictureContainer{
	height: 110px;
	overflow: hidden;
	background:#fff url(/images/charte/picto-photo.jpg) no-repeat center center; 
}

.short_product .pictureContainer .picture{
	height: 94%;
	background:#FFFFFF;
	text-align: center;
	padding:3% 0 3% 0;
}
.short_product .pictureContainer img{
	max-height: 100%;
	height:100%;
}

.short_product h2{
	text-align: left;
	text-transform: none;
	color: #fff;
	margin:10px 5px 0;
	font-size:0.9em;
	line-height:13px;
	
	font-weight: bold;
}
	.short_product p{
		margin:0;
	}
	
	.short_product .priceContainer{
		display:block;
	}

		.short_product .prix,
		.short_product .special_price,
		#product .short_product .prix,
		#product .short_product .special_price{
			display: block;
		}
		
	.short_product .panier{
		display: block;
		text-align: right;
	}

		.old_price {
			display: block;
		}
			
			.old_price .prix {
				text-decoration: line-through;
			}
	
		
/* offre */
.short_product .offre{
	position:absolute;
	top:5px;
	left:5px;
}

/* --------------------------------------
PRÉSENTATION DES FAMILLES
----------------------------------------*/
.sortResults,
#sort{
	border-bottom:1px dotted #cccccc;
	margin:0 auto;
	width:90%;
}
	.sortResults legend,
	#sort legend{
		color:#666666;
		float:left;
		font-size:1.1em;
		font-weight:bold;
		margin:3px;
	}
	.sortResults label,
	#sort label{
		width:auto;
		margin-right:10px;
		float:none;
	}
	.sortResults fieldset{
		margin:5px;
		padding:0;
	}
	.sortResults .row,
	#sort .row{
		display:inline;
	}

.selectNbProducts{
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	margin:0 auto;
	width:90%;
}
	.selectNbProducts .row{
	}

/*
	présnetation famille
*/
#famillyPresentation{
	width:85%;
	margin:auto;
}
#famillyPresentation img{
	float:left;
	margin:5px;
}
#famillyPresentation p{
	padding:5px;
}

#famillyPresentation p{

}

#childrenSelector{
}
/*ne s'affiche que lorsque une famille a des produits et des sous-familles*/
#formArboSelect,
#childrenSelector{
	margin:auto;
	width:85%;
}
#formArboSelect,
#childrenSelector{
	margin:auto;
	width:85%;
	clear:both;
}
.catalog #childrenSelector {
	width:auto;
	padding:0 15px 0 0;
}
.catalog #formArboSelect {
	width:auto;
	background:#EEEEEE;
	padding:5px 0;
}
.catalog #childrenSelector ul li{
	background:none; display:inline;
}
div.line1, 
div.line2, 
div.line3, 
div.line4{
	/* prévoir autant que de ligne il y aura si on veut des styles différent par ligne*/
	clear:left;
} 

/**
 * mise en forme famille
 */

#liste-famille .ligne .familly:first-child{
	margin-left: 0;
}

.familly{
	margin:0;
	float:left;
	
	width:20%;
	overflow:hidden;
}

.familly h2{
	color: #cb4d16;
	font-size: 17px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.famillyContainer{
	position: relative;
}
.famillyContainer a{
 	display: block;
 	position: absolute;
 	top: 0; right: 0; left: 0; bottom: 0;
}

	.familly .picture{
		height:200px;
		overflow:hidden;
		margin-bottom:10px;
	}
	.familly img{
		display:block;
		margin:0 auto;
	}
	
	.familly a span{
		display:none;
	}
		
	
/* --------------------------------------
PRODUITS
----------------------------------------*/
#products{
}
#product .left-inner{
	width: 48%;
	margin-left: 2%;
}#product .right-inner{
	width: 48%;
	margin-right: 2%;
}

#product ul{
	margin: 0;
}
#product h1{
	margin: 0 auto 20px auto;
	width:90%;
}
#product .retour{
	background:#cb4d16;
	color:#FFFFFF;
	text-decoration: none;
	padding:10px 5px 10px 5px;
	float:left;
}

#product .right-inner .productPictures{
	float: right;
	border: 1px #888 solid;
}
#product .right-inner #productPicture{
	float: right;
	width: 350px;
	height: 350px;
	position: relative;
	overflow:hidden;
}#product .right-inner #productPicture .new{
	position: absolute;
	top: 0; right: 0;
	height: 115px;
	width: 115px;
	background: url(/images/nouveaute.png) right top no-repeat;
}
#product .right-inner #productPicture img{
	display: block;
	margin: auto;
}
#product .right-inner #visuels_additionnels{
	float: right;
	width: 70px;
}
#product .right-inner #visuels_additionnels .productPictures{
	border: none;
}
#visuels_additionnels .productPictures a{
	border: 1px #888 solid;
	width: 75px;
	float: right;
}

/**
 * téléchargement
 */
#product .telechargement{
	background: #c7c7c7;
	min-height: 80px;
	margin-top: 20px;
}

	#product .telechargement .doc{
		background: #cb4d16 url("/images/charte/picto-telecharger.png") 97% 2px no-repeat;
		color: white;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		padding: 5px 1%;
		margin: 25px 5.66%;
		float: left;
		width: 20%; 
	}

	#product .telechargement .doc .link-label,
	#product .telechargement .doc .label{
		text-decoration:none;
		color:#FFFFFF;
	}

	#product .telechargement .doc .hover{
		display:none;
	}

	/**/
	#product .telechargement .doc.several-link:hover .hover{
		display:block;
	}
	
	#product .telechargement .doc li{
		list-style : none;
	}

	#product .telechargement .doc li a{
		color:#FFFFFF;
		text-decoration: none;
		font-size:13px;
		padding:5px 0 5px 0;

		border-top:1px solid #FFFFFF;

		display:block;
	}

	#product .telechargement .doc li a:hover{
		color:#000000;
		background:#FFFFFF;
	}

	#product .left-inner .arguments{
		color: #cb4d16;
		font-weight: bold;
		margin-bottom: 20px;
	}#product .left-inner .picto{
		border: 1px solid #f2d1c3;
		width: 80%;
	}#product .left-inner .picto .img-picto{
		width: 32%;
		float: left;
		}#product .left-inner .picto .img-picto img{
			display: block;
			margin: auto;
		}
		#product .caracteristiques{
		background: #ececec;
		padding: 20px 0;
		}#product .caracteristiques h2{
			text-transform: uppercase;
			color: #cb4d16;
			font-size: 26px;
			font-weight: bold;
		}#product .caracteristiques .ligne{
			float: left;
			width: 100%;
			border-bottom: 1px black solid;
		}#product .caracteristiques .ligne .titrecarac{
			padding-left: 10px;
			float: left;
		}#product .caracteristiques .ligne .valeurcarac{
			float: right;
			text-align: center;
			padding-right: 10px;
			width:20%;
			min-height:17px;
			text-align: center;
		}

		#product .caracteristiques .ligne .valeurcarac.puce-oui{
			background:url("/images/charte/puce-oui.png") top center no-repeat;
		}

.n1{ clear: both;}
.n1 h3{
	font-size: 14px;
	padding: 10px;
	margin: 0;
	border-bottom: solid;
	color: #cb4d16;
}

/**
 * porduit associer
 */
#product .ligne-orange,
#produits_associes{
	background: url("/images/charte/bg-orange.jpg") repeat scroll 0 0 #cb4d16;
}

#produits_associes .description{ display: none;}


#produits_associes .short_product h2{
	color: white;
	font-size: 13px;
}#produits_associes .short_product .pictureContainer img{
	display: block;
	margin: auto;
}#produitsAssocies > h2{
	color: white;
	font-weight: bold;
	font-size: 23px;
	padding: 20px 0;
	margin: 0;
}

#produits_associes .short_product:after{
	display:none;
}
	
/* --------------------------------------
ZOOM DIAPORAMA D'UN PRODUIT
----------------------------------------*/
span.zoomDiaporama{
}

/* --------------------------------------
GALERIE DE PRODUITS
----------------------------------------*/
#zoomGallery{
	padding:10px;
}
div.galleryElement{
	float:left;
	padding:5px;
}

/* ------------
CALQUES OVERDIV
--------------*/
#overDiv{
	background:#ffffff;
	border:1px solid #eeeeee;
	margin:0;
	width:300px;
}
	#overDiv p{
		margin:0;
	}
	#overDiv ul li{
		background:none;
		padding:0;
	}
	#overlibheader div{
	}
	div.overlibcaption{
		float:left;
		font-size:14px;
		font-weight:bold;
		padding:5px 0 0 5px;
		width:200px;
	}
	div.overlibclose{
		padding:0 5px;
		text-align:right;
	}
	#overlibheader a{
		background:none;
		border:none;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}
	#overlibcontent{
		clear:both;
		padding:10px;
	}
	#overlibfooter{
		padding:5px;
		text-align:right;
	}

/* -----------------------------------
AJOUT AU PANIER
--------------------------------------*/
#overDiv.od_ad_to_cart{
	width:100%;
	height:120%;
	top:0px !important;
	left:0px !important;
	border:none;
	
	background: url("/images/charte/bg-noire-a-75.png") !important;
	
	z-index:100000000000 !important;
	
	position:fixed !important;
	

}	

#overDiv.od_ad_to_cart #overlibheader{
	background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    margin: 10% auto 0;
    position: relative;
    width: 355px;
	height:35px;
	
	cursor:normal;
	
	-webkit-box-shadow:  0px 0px 10px 0px #ffffff;   
     box-shadow:  0px 0px 10px 0px #ffffff;
}

#overDiv.od_ad_to_cart #overlibheader .overlibcaption{
	line-height:35px;
	padding:0 0 0 15px;
}

#overDiv.od_ad_to_cart #overlibheader .overlibclose a{
	color:#FFFFFF;
}
	.od_ad_to_cart #overlibcontent{
		background: none repeat scroll 0 0 #FFFFFF;
		clear: both;
		height: 91px;
		margin: auto;
		padding: 10px;
		width: 335px;
		
		-webkit-box-shadow:  0px 0px 10px 0px #ffffff;   
		box-shadow:  0px 0px 10px 0px #ffffff;
	}
	.od_ad_to_cart #overlibfooter{
		background: none repeat scroll 0 0 #FFFFFF;
		margin: auto;
		position: relative;
		text-align: center;
		width: 345px;
		
		border-radius:0 0 5px 5px;
		
		-webkit-box-shadow:  0px 0px 10px 0px #ffffff;   
		box-shadow:  0px 0px 10px 0px #ffffff;
	}
	
#add2cartConfirmation{
	background:transparent;
} 
	#produitsCommentaires form, #produitsCommentaires #commentsList{
		text-align:left;
	}
	#produitsCommentaires h6{
		display:inline;
		margin:0;
	}
	#visuelsAdditionnels img{
		margin:3px;
		padding:3px;
	}
	
	
/*-----------------------------
PRODUITS EN TELECHARGEMENT
----------------------------*/
.productDownload{
}
.productDownload li.sample a{
	font-weight: bold;
	font-size:1.2em;
}

/* -------------------------
PAGE RESULTAT DE RECHERCHE
--------------------------*/
#searchPrice .row{
	width: 250px;
	float: left;
	clear: none;
	margin: 0 5px;
	padding: 0 5px;
}
	#searchPrice .row label{
		width: auto;
		margin-right: 10px;	
	}

#selectFamiliesLabel .row{
	margin: 0 5px;
	padding: 0 5px;
}
	#catalog_search_sort_form .row{
		float: left;
		width: auto;
		clear: none;
		margin: 0 10px;
	}
		#catalog_search_sort_form .row label{
			width: auto;
			margin-right: 5px;
		}
		#catalog_search_sort_form fieldset{
			float: left;
			margin: 0;
			padding: 0;
		}
	#catalog_search_sort_form .submit {
		margin: 20px 0 0 0;
		float: left;
	}
#contents .catalog_search_form .simpleCatalogSearchInput,
#contents .catalog_search_form .submit{
	float: left;
	margin: 0;
	padding: 0;
}
.catalog_search_form .simpleCatalogSearchInput label{
	width: auto;
	margin: 0 10px;
}
.catalogSearchExecutionTime{
	display:none;
}
#contents .simpleCatalogSearch .simpleCatalogSearch{
	
}
	#contents .simpleCatalogSearch .simpleCatalogSearch h4{
		margin:5px;
	}
	#contents .simpleCatalogSearch fieldset{
		margin:0;
		padding:0;
	}
.simpleCatalogSearch,
.advancedCatalogSearch{
	border-bottom:1px dotted #666666;
}
	.simpleCatalogSearch h4,
	.advancedCatalogSearch h4{
		display:none;
	}
#resultsHeader h3{
	font-size: 1.7em !important;
	font-weight: normal;
}
#advanced_catalog_search_form{
	overflow: auto
}
	#advanced_catalog_search_form #searchPrice{
		float: left;
	}
	#advanced_catalog_search_form .submit{
		float: left;
		margin-top: 20px;
	}
	#advanced_catalog_search_form fieldset{
		margin: 0 0 10px 0;
		padding: 0;
	}
	#advanced_catalog_search_form  .row{
		margin: 0 10px;
		padding: 0 10px;
	}
.simpleSearch{
	clear: both;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	display: block;
}
#contents .catalog_search_form{
	
}
#contents .simpleCatalogSearch{
	overflow: auto;
	padding-bottom: 10px;
}
	#contents .simpleCatalogSearch a.advancedSearch{
		font-weight: bold;
		margin-left: 5px;
	}
	#contents .simpleCatalogSearch .submit input{
		line-height: 12px;
		height: 18px;
		margin-left: 10px;
		padding: 0 5px;
	}

/* ----------
VENTE FLASH
-------------*/
.flashSale{
}
.flashSaleIcon{
	float: left;
	max-width: 125px;
	margin: 10px;
}
	.flashSaleIcon img{
		max-width: 125px;
	}
.flashSaleDetails{
}
.flashSaleDetails div{ 
	margin-bottom: 7px;
	line-height: normal;
}
.flashSaleStock{
}
.flashSaleFate{
}
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 90%;
	text-align: center;
	color: red;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}	
/* Vente flash dans fiche résumée */
#wrapper .short_product .flashSaleIcon{
	position: absolute;
	top:0;
	right: 0;
	z-index: 2;
	margin: 0;
}
	#wrapper .short_product .flashSaleIcon img{
		max-width: 48px;
		margin-top: 2px;
	}
.short_product .hasCountdown {
	padding: 0;
	width: 176px;
	font-size: 70%;
	line-height: 10px;
	position: absolute;
	top: 5px;
	right: 50px;
	z-index: 1;
	padding-top: 4px;
}
.short_product .flashSaleDetails{
	display: none;
}
	#rightbar .short_product .hasCountdown,
	#leftbar .short_product .hasCountdown{
		width:120px;
	}

	
/* ------------
TRUSTED SHOP
---------------*/
.sealOfApproval{
	line-height: 120%;
	text-align: center;
}
	.sealOfApproval input{
		border: none;
	}
.customerRating .widgetContainer{
	line-height: 120%;
}	
	.customerRating .widgetContainer a{
		padding-bottom: 10px;
		display: block;
	}
.trustedShopsBuyerProtectionExcellence,
#trustedShopsProtectionClassic{
	background-color: #e2e2e2;
	padding: 10px;
}
	.trustedShopsBuyerProtectionExcellence .tsleft{
		float: left;
		margin-right: 10px;
		width: 80%;
	}
	.trustedShopsBuyerProtectionExcellence .trustedShopsTitle{
		font-weight: bold;
	}
#trustedShopsRate{
	padding: 10px 0;
}	
#trustedShopsProtectionClassic{
    line-height:140%;
} 
	#trustedShopsProtectionClassic input.trustedShopsLogo{
	    float: left;
	    margin-right: 10px;
	}
	#trustedShopsProtectionClassic input#btnProtect{
		background: none;
		border: none;
		color: black;
		text-decoration: underline;
		font-weight: bold;
		cursor: pointer;
	}
	#trustedShopsProtectionClassic h4{
		margin: 0 0 5px 0;
	} 
	
/* ------------
COUPON
---------------*/
.widgetCoupon .widgetContainer{
	line-height: 120%;
	padding-top: 10px;
}
.boxCouponError{
	color: red;
}

/* ------------------------------------------------------------
Slider Range pour le widget "recherche par filtre" du catalogue
---------------------------------------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-widget {
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #0890e7;
	background: #007aaa;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #099dfb;
	background: #cee7fd;
	font-weight: bold;
	color: #058ec7;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #058ec7;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #50d1fb;
	background: #ffffff ;
	font-weight: bold;
	color: #0095eb;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #0095eb;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #2f90fe;
	background: #5c99ff;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
.legend_range{
	font-weight: bold;
	color: #007aaa;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.minMax{
	font-weight: bold;
}
.minMax .maxi{
	float: right;
}


/**
 * téléchargement
 */
.cata-telechargement .no-pdf{
	opacity:0.2;
	display:none;
}


/* boite */
.cata-telechargement .ligne .bloc-orange:first-child{
	margin-left:0;
}

.cata-telechargement .bloc-orange.dossier .picture{
	background: url("/images/charte/bg-folder.png") center center no-repeat;
}

.cata-telechargement .bloc-orange .nombre-produit{
	text-align:center;
}

.cata-telechargement .bloc-orange.document .picture{
	background: url("/images/charte/bg-document.png") center center no-repeat;
}


/**
 * fiche assistance de gestion
 */
 .fiche-assistance{
 	font-size: 1.5em;
 	padding-top:30px;
 }

 .fiche-assistance .container{
	padding:10px;
 }


 .fiche-assistance .bloc{
	margin:20px 0 20px 0;
 }

.fiche-assistance p{
	margin: 15px 0 15px 0;
}

.fiche-assistance img{
	margin:15px 0 15px 0;
}

.fiche-assistance table{
	width:100% !important;

	margin:15px 0 15px 0;
}
.fiche-assistance table td{
	padding:10px;
}
.fiche-assistance table tr td:first-child{
	background:#000;
	color:#FFFFFF;
}

.fiche-assistance table img{
	margin:2px;
	vertical-align: middle;
}