#popup, #popup2, .bMulti {
	/*background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999999;*/
	color: #111111;
	display: none;
	min-width: 450px;
	padding: 25px;
}

#popup, .bMulti {
	min-height: 250px;
}

#popup2 iframe {
	background: url("../../../images/datagento/cms/loader.gif") no-repeat
		scroll center center transparent;
	min-height: 240px;
	min-width: 450px;
}

.loading {
	background: url("../../../images/datagento/cms/loader.gif") no-repeat
		scroll center center transparent;
}

.bMulti p {
	font: 500% 'Petrona', sans-serif;
	padding: 45px 0 0;
	text-align: center;
}

.bMulti a {
	left: 175px;
	position: absolute;
	top: 175px;
}

.lt-ie9 .bModal {
	background-color: #000000;
}

/* Slideshow News */
.structure {
	margin: 20px auto auto;
	width: 600px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.structure #prev, .structure #next {
	background-image: url("../../../images/datagento/cms/arrows.png");
	display: none;
	height: 50px;
	position: relative;
	width: 51px;
	z-index: 6000;
	top: 100px;
}

.structure #prev {
	background-position: 0 0;
	left: 0;
	position: absolute
}

.structure #prev:hover {
	background-position: 0 100%;
}

.structure #next {
	background-position: 100% 0;
	right: 0;
	position: absolute
}

.structure #next:hover {
	background-position: 100% 100%;
}

.structure .slideShow {
	width: 100%;
}

.structure .slideNews {
	text-align: left;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 270px;
	width: 600px;
}

.structure .slideHead {
	text-align: right;
	margin: 0px;
}

.structure .picto {
	float: right;
	width: 30px;
	margin-top: -10px;
	margin-right: -5px;
}

.structure .slideCommand {
	float: right;
	font-size: 11px;
	margin: 0 5px;
	padding: 6px 12px;
	background: none repeat-x scroll 0 0 #3398B6;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.structure .slideView, .structure .slideClose {
	background-image: url("../../../images/datagento/cms/close.png");
	height: 33px;
	width: 33px;
	display: block;
	float: right;
	cursor: pointer;
}

.structure .slideView {
	background-position: 100% 0;
}

.structure .slideClose {
	background-position: 0 0;
}

.structure .slideTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #3A3A3A;
}

.structure .slideContenu {
	height: 200px;
	overflow: hidden;
	text-align: center;
}

.structure .slidePhoto {
	float: left;
	margin-right: 5px;
}

.structure .slideText {
	font-size: 12px;
	color: #3A3A3A;
	text-align: left;
}

.structure .slideInfo {
	text-align: right;
	clear: both;
	margin: 0px;
	font-size: 11px;
	color: #999999;
}

.structure .slidenav {
	z-index: 5000;
	position: relative;
	text-align: left;
	margin-top: -40px
}

.structure #slidenav a {
	background: none repeat-x scroll 0 0 #3398B6;
	border-radius: 6px;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	color: #ffffff;
}

.structure #slidenav a.activeSlide {
	background: #5bc5e5;
}

.structure #slidenav a:focus {
	outline: none;
}

.loader {
	display: none;
	background: #ffffff url("../../../images/datagento/cms/loader.gif") 50%
		50% no-repeat;
	height: 100px;
	width: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	box-shadow: 0px 0px 12px #aaa;
	-moz-box-shadow: 0px 0px 12px #aaa;
	-webkit-box-shadow: 0px 0px 12px #aaa;
}

.simple_overlay {
	display: none;
	z-index: 10000;
	width: 730px;
	min-height: 125px;
}

.simple_overlay .details .close {
	background-image: url('../../../images/datagento/cms/close.png');
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.details {
	font-size: 12px;
	color: #565A59;
	padding: 15px;
	width: 700px;
}

.affPopup {
	text-decoration: none;
	cursor: pointer;
}