/* css du popup type lightbox sur page offrebienvenue.jsp*/

/*    =POPIN----------------------------------------------------------------------------- */#masque{	position: fixed;	z-index: 100;	top: 0;	left: 0;	background-color: #000;	filter: alpha(opacity=50);	-moz-opacity: 0.50;	opacity: 0.50;	height: 100%!important;	width: 100%!important;	display: none;	cursor: pointer;}#popinContainer{	position: fixed;	top: 50%;	left: 50%;	z-index: 101;	text-align: left;	background: url(skin/popin_jquery/bg_popin.png) left top no-repeat;	_background: url(skin/popin_jquery/bg_popin-png8.png) left top no-repeat;}#popinContainer #popinContent{	position: absolute;	height: 480px;	width: 850px;	top: 40px;	font-size: 1.09em;	overflow: auto;}#popinContainer a#closeButton{	position: absolute;	display: block;	top: 10px;	right: 10px;	height: 12px;	padding-right: 15px;	font-size: 0.81em;	color: #fff;	text-decoration: none;	font-size: 1.09em;	background: url(skin/popin_jquery/bg-tb-close.gif) right 3px no-repeat;}#popinContainer a#closeButton:hover{	text-decoration: underline;}#popinContentToLoad{	padding: 0 10px;	overflow: hidden;}.format1{	width: 865px;	height: 550px;	margin-left: -400px;	margin-top: -250px;	overflow: hidden;}#intro-popin{	background:url(skin/popin_jquery/bg_besoin-aide.png) no-repeat left top;	width: 735px;	height: 126px;	padding: 20px;	margin-left: 55px;}#intro-popin h1{	font-size: 2.18em;	color: #DC0707;	margin-bottom: 10px;}#content-popin{	width: 754px;	margin-left: 55px;}#content-popin .top, #content-popin .btm{	width: 754px;	height: 8px;	overflow: hidden;	background: url(skin/popin_jquery/bg_popin-content.png) no-repeat 0 0;}#content-popin .btm{ background-position: 0 -8px; }#content-popin .mid{	width: 714px;	overflow: hidden;	background: url(skin/popin_jquery/bg_popin-content.png) repeat-y -754px 0;	padding: 10px 20px;}#content-popin .mid ul{	margin: 10px 0;}#content-popin .mid ul li{	padding: 2px 0 2px 10px;	background:url(skin/popin_jquery/ico_item.png) no-repeat 0 8px;}.text-x-medium{ margin: 20px 0; }#content-popin a{color:#000;text-decoration:none;}
#content-popin a:hover{text-decoration:underline;}.color-2{ color: #E65151; }/*    =POPIN HACKS (IE6)----------------------------------------------------------------------------- *//* height:100% for IE6 */* html{height:100%;} * body{height:100%;}* html body #masque{	position: absolute;	top:expression(documentElement.scrollTop+body.scrollTop);}/* position:fixed for IE6 */* html { -background:url(null) fixed }* html body #popinContainer{	-position: absolute;	-top:expression(10+documentElement.scrollTop+body.scrollTop);	/* "-..." is for stupid IE7 */}/* vertical align for IE6 */* html body #popinContainer{	position: absolute!important;	margin-top: 0!important;	top:expression(documentElement.scrollTop+body.scrollTop+(documentElement.offsetHeight/2)-(this.offsetHeight/2))!important;}