/* Popup modale */
div.popup {
	display: none;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	width: 940px;
	margin-left: -480px;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;

}
div.formOpen {
	top: 125px;
}
div.popup.smallPopup {
	width: 455px;
	margin-left: -227px;
	top: 120px;
}
div.popup.sendfriend {
	top: 5px;
}
div.popup.zoomproduit {
	text-align: center;
	width: 550px;
	margin-left: -275px;
}
	.zoomproduitimage {
		margin: 0 auto;
	}
	
#popupLeft {
	float: left;
	width: 45%;
}
#popupRight {
	float: right;
	width: 45%;
}

	div.popup .close {
		font-size: 30px;
		position: absolute;
		top: 5px;
		right: 5px;
		margin: 0 !important;
		cursor: pointer;
		color: #626262;
	}
		div.popup h3 {
			font-size: 23px !important;
			color: #626262 !important;
			margin-bottom: 15px !important;
			text-align: left !important;
		}
		div.popup object {
			margin: 0.5em auto;
		}
		div.popup .mootabs_panel object {
			display: block;
			margin:12px auto 10px;
		}
		div.popup .thumbnail255,
		div.popup .thumbnail,
		div.popup object.thumbnail {
			float:left;
			display: block;
			text-align: center;
			margin:3px 15px 10px 0;
			/* width: 435px; */
		}
		div.popup .thumbnail,
		div.popup object.thumbnail {
			width: auto;
		}
		div.popup .thumbnail255 {
			width: 255px;
			margin-top: 12px;
		}
		div.popup .thumbnail img {
			display:block;
			margin: 0 auto;
		}
		
		div.popup .mootabs_title {
			overflow: hidden;
			margin: 0 0 0 1px;
		}
		div.popup .mootabs_title li {
			display: inline-block;
			text-align: center;
			vertical-align: middle;
			position: relative;
			z-index: 100;
			color: #E29EB3;
		}
		div.popup .mootabs_title li.on {
			overflow: hidden;
			color: #1a62db;
			background: url('/defaultSites/swhite/images/tab-title.png');
		}
			div.popup .mootabs_title li h4 {
				padding: 0 20px 0 0;
				font-size: 13px;
				font-weight: normal;
				text-transform: uppercase;
			}
			div.popup .mootabs_title li.on h4 {
				min-height: 30px;
				margin-left: 15px;
				padding-top: 10px;
				background: url('/defaultSites/swhite/images/tab-title.png') no-repeat right top;
			}
			div.popup .mootabs_title li.on h4 span {
				background: url('/defaultSites/swhite/images/articlesTitle_on.png') no-repeat left 4px;
				padding-left: 12px;
			}
		div.popup .mootabs_panel {
			display: none;
		}
		div.popup .mootabs_panel.on {
			display: block;
			margin-top: -4px;
			background: url('/defaultSites/swhite/images/tab-panel.png') no-repeat left top;
		}
		div.popup .mootabs_panel.on .content {
			margin: 0 0 0 15px;
			color: #7f7f7f;
			padding: 15px 10px 0 0;
			overflow: hidden;
			background: url('/defaultSites/swhite/images/tab-panel.png') no-repeat right top;
		}
		div.popup .mootabs_panel.nobackground,
		div.popup .mootabs_panel.nobackground .content {
			background: none;
		}
		div.popup .mootabs_panel .content .article_content {
			position: relative;
			margin:12px 15px 10px 0;
		}
		div.popup .mootabs_panel .content .article_content.on {
			width: 430px;
			float: left;
		}
		
.carousseljs {
	position: relative;
}