div#mb_overlay {
	position: absolute;
	left: 0;
	background-color: #000;
	width: 100%;
	cursor: pointer;
}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ececec;
}
div#mb_center {
	background-color: #FFF;
	border: 1px solid #000;
}
div#mb_contents {
	visibility: hidden;
	overflow: hidden;
	width: 480px;
	height: 640px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.mb_loading {
	background: #ececec url(/images/moodalbox/loading.gif) no-repeat center center;
}
#mb_error {
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #CD0000;
}
#mb_error em {
	font-size: 0.8em;
}
div#mb_bottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	color: #666;
}
a#mb_close_link {
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url(/images/moodalbox/closelabel.gif) no-repeat center;
}

.popUpBg{
	background: #ececec url(images/commun/popUpBg.gif) 0 0 no-repeat;
	width: 480px;
	height: 640px;
}
.popUpDiapo{
	position: relative;
	background: #ececec url(images/commun/popUpBg2.gif) 0 0 no-repeat;
	width: 668px;
	height: 571px;
}
#popUpDiapo{
	position: absolute;
	bottom: 15px;
	left: 14px;
}
#mapPop{
	position: relative;
	background: #ececec url(images/commun/popUpBg3.gif) 0 0 no-repeat;
	padding: 43px 40px 0 40px;
	width: 459px;
	height: 807px;
}
#mapPop img{
	border: 1px solid #b4b4b4;
}
.modal{
	position: relative;
}
#popUpConfirm{
	background: url(images/commun/popUpLogo.gif) 201px 53px no-repeat;
	padding: 153px 70px 0;
}
#popUpRequest{
	padding: 59px 45px 0;
}
#popUpRequestAll{
	background: url(images/commun/popUpLogo2.gif) center 30px no-repeat;
	padding: 90px 45px 0;
}

.iconClose{
	display: block;
	position: absolute;
	top: 20px;
	right: 18px;
	overflow: hidden;
	background: url(images/icons/iconClose.gif) 0 0 no-repeat;
	padding: 21px 0 0 0;
	width: 21px;
	height: 0!important;
	height /**/: 21px;
}	
a.iconClose:hover{
	background-position: 0 -21px;
}
.iconPrint{
	position: absolute;
	bottom: 12px;
	left: 244px;
	display: block;
	overflow: hidden;
	background: transparent url(/images/icons/iconPrint.gif) no-repeat 0 -63px;
	padding: 63px 0 0 0;
	width: 52px;
	height: 0!important;
	height /**/: 63px;
}
a.iconPrint:hover{
	background-position: 0 0;
}
.modal h2{
	font-size: 18px;
	color: #8a2003;
}
.modal .titleRef{
	margin: 0 0 23px 0;
	font-size: 12px;
	font-style: italic;
}
#scroll{
	overflow: auto;
	margin: 0 0 10px 0;
	height: 75px;
}
#popUpRequestAll .titleRef, #scroll .titleRef{
	margin: 0;
}
.modal .titleRef strong{
	font-style: normal;
}
#popUpConfirm img{
	margin: 0 0 25px 0;
}
.curvedPopImg{
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
	width: 130px;
	height: 98px;
}
.modal hr{
	display: block;
	background: url(images/commun/popUpHr.gif) 0 0 no-repeat;
	margin: 0 auto 20px;
	width: 44px;
	height: 2px;
}
.confirmation{
	margin: 0 0 30px 0;
	font-size: 16px;
	font-weight: bold;
}
.lions{
	font-size: 18px;
}
.lions span{
	font-size: 10px;
	font-style: italic;
}

.modal form{
	width: 394px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}
ul{
	list-style: none;
}
.modal li{
	clear: both;
	list-style-type: none;
	background: transparent url(images/commun/inputRightBg.gif) right top no-repeat;
	margin: 0 0 5px 0;
	width: 394px;
	height: 17px;
}
.modal label{
	display: block;
	float: left;
	background: #ececec url(images/commun/inputLeftBg.gif) right top no-repeat;
	padding: 0 12px 0 0;
	height: 17px;
}
.modal input{
	display: block;
	float: left;
	border: transparent 0px;
	outline: none;
	width: 250px;
	height: 17px;
}
.modal input.hidden{
	display: none;
}
.modal li.textarea{
	background: none;
	height: 110px;
}
.modal li.textarea label{
	display: block;
	background: #ececec url(images/commun/textareaTopBg.gif) left bottom no-repeat;
	padding: 0 0 16px 0;
	width: 394px;
	height: 11px;
}
.modal textarea{
	overflow: hidden;
	background: url(images/commun/textareaBottomBg.gif) left bottom no-repeat;
	border: transparent 0px;
	margin: -1px 0 10px 0;
	padding: 0 10px 13px 10px;
	width: 374px;
	height: 70px;
}
.modal input.submit{
	float: none;
	background: url(images/commun/submitBg.gif) 0 0 no-repeat;
	border: none;
	margin: 0 auto 10px;
	width: 82px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}
.required{
	font-size: 12px;
	font-weight: normal;
}
.warning{
	color: #8a2003;
}

/*--------------	captcha		--------------*/
/*captcha*/
#securite{
	position:relative;
	background: none;
	width:395px;
	height:80px;
	font-size: 10px;
}
#securite label{
	display: block;
	background: #ececec url(images/commun/textareaTopBg.gif) left bottom no-repeat;
	padding: 0 0 16px 0;
	width: 394px;
	height: 11px;
}
#securite #txt{
	font:bold 14px tahoma;	
	color:#798e93;
}
#securite .captchapict{
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	border:1px solid #b2d9e3;
	width:80px;
	height:60px;
}
#securite input.captcha{
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	background: #EFEFEF;
	border:1px solid #b2d9e3;
	width:80px;
	height:60px;
	text-align:center;
	letter-spacing:5px;
	font-size:46px;
	color:#62b9dc;
}
#securite p.captcha_1{
	position: absolute;
	top: 30px;
	left: 100px;
	width: 200px;
	text-align: center;
}
#securite .rouge{
	color:#cf0000;
	padding:0;
	top:60px;
	left:115px;
}
#securite .bold{
	color:#cf0000;
	font:bold 12px arial;
	position:absolute;
	top:55px;
	left:80px;
}
#securite input{
	background: none;
}
/*--------------	spry related		--------------*/
.validMsg{
	position: absolute;
	display:none;
	width:16px;
	height:16px;
}
.textfieldValidState input{
	color: #312c1b;
}
.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}
#requiredName .validMsg{
	top: 20px;
	left: -20px;
}
#requiredEmail .validMsg{
	top: 20px;
	right: -20px;
}

