/* moodalbox CSS */

div#mb_overlay {
position: absolute;
z-index:1000;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center {
position: absolute; z-index:1001;
left: 50%;
overflow: hidden;
background-color: transparent;
}


div#mb_center {
background-color: transparent;
}

div#mb_contents {
width: auto;
height: auto;
border: none;
overflow: hidden;
background-color: #d1cfc3;
visibility: visible;
padding: 0 16px;
}

.mb_loading {background: #DDD url(../img/loading.gif) no-repeat center center;}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {font-size: 0.8em;}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 0px;
color: #666;
border: none;
border-top-style: none;
background: transparent url(../img/modalboxFondBas.png) no-repeat 0 0;
height: 65px;
width: 950px;
display: block;
position:relative;
}
*html div#mb_bottom {background:none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/modalboxFondBas.png',sizingMethod='crop');}

a#mb_close_link {
height: 24px;
width: 19px;
display: block;
}

div#mb_close_div {
background: url(../img/boutonFermerInterstitiel.png) no-repeat;
right: 20px;
height: 24px;
width: 19px;
float: right;
position: absolute;
top: 0px;
z-index:100;
}


#mb_center h3#mb_caption {
font-weight:normal;	
background: url(../img/modalboxFondTitre.png) no-repeat left;
height: 30px;
width: 930px;
margin:0;
display: block;
position: relative;
}
*html #mb_center h3#mb_caption {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/modalboxFondTitre.png',sizingMethod='crop');}



