/* CSS Pierre & Vacances Stylesheet v1.0 - DEC08-JAN09*/

/*CSS POPUP*/
.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.popupMedia_nw {
	background: transparent url(../img/popup_media/multimedia/left-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;
}

.popupMedia_n {
  background: transparent url(../img/popup_media/multimedia/top-middle.gif) repeat-x 0 0;
  height:25px;
}

.popupMedia_ne {
  background: transparent url(../img/popup_media/multimedia/right-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;
}

.popupMedia_w {
  background: transparent url(../img/popup_media/frame-left.gif) repeat-y top left;
  width:7px;
}

.popupMedia_e {
  background: transparent url(../img/popup_media/frame-right.gif) repeat-y top right;
  width:7px;
}

.popupMedia_sw {
  background: transparent url(../img/popup_media/bottom-left-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;
}

.popupMedia_s {
  background: transparent url(../img/popup_media/bottom-middle.gif) repeat-x 0 0;
  height:7px;
}

.popupMedia_se, .popupMedia_sizer  {
  background: transparent url(../img/popup_media/bottom-right-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;
}

.popupMedia_sizer {
	cursor:se-resize;
}

.popupMedia_close {
	width: 23px;
	height: 23px;
	background: transparent url(../img/popup_media/multimedia/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.popupMedia_minimize {/*OFF*/ display:none;
	width: 23px;
	height: 23px;
	background: transparent url(../img/popup_media/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.popupMedia_maximize {/*OFF*/ display:none;
	width: 23px;
	height: 23px;
	background: transparent url(../img/popup_media/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.popupMedia_title {/*TITLE*/
	float:left;
	margin-top:2px;
	width:100%;
	line-height:13px;
	font-size:13px;
	color:white;
	font-weight:bold;
	text-align:left;
}
.title_window * {vertical-align:middle; margin:0 3px;}

.popupMedia_content {/*INNER PART*/
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
        font: 11px arial;
	background:white;
        margin-bottom:10px;
}

/* For alert/confirm dialog */
.popupMedia_window {
	border:1px solid #F00;
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.popupMedia_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.popupMedia_buttons {
	text-align:center;
	width:100%;
}

.popupMedia_buttons input {
	width:20%;
	margin:10px;
}

.popupMedia_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('../img/popup_media/progress.gif') no-repeat center center
}

.popupMedia_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* pour le contenu */
.popupWelcomeMsg {float:left; width:480px; padding:10px 5px 30px 5px;}
.welcome_popup_titre {}
.welcome_popup_description {}

/* pour le bouton valider */
.welcomePopupClose {background:url(../img/global/btn_orange_left.gif) 0 0 no-repeat; padding-left:8px; display:block; color:#FFFFFF !important; text-decoration:none; font-size:11px; font-weight:bold;}
.welcomePopupClose span {display:-moz-inline-box; display:inline-block; color:#FFFFFF !important; background:url(../img/global/btn_orange_right.gif) 100% 0 no-repeat #FFA100; padding:5px 12px 4px 8px;}
.welcomePopupCloseBtn {float:right; text-align:right;padding-right:10px;padding-bottom:10px;}

/* on superpose tout le popup sur un iframe */
/* pour cacher les select sous IE6          */
iframe#overlayPopup
{
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
}

