/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #fff;
cursor: pointer;
z-index:20;
}

div#mb_center, div#mb_bottom, div#mb_top {
position: absolute;
left: 50%;
overflow: hidden;
z-index:20;
/*background-color: #DDD;*/
}

div#mb_center1 {
background:url(../img/modal_centre1.png) repeat-y;
width:26px;
position:absolute;
top:0;
left:0;
}
div#mb_center2 {
background:url(../img/modal_centre2.png) repeat-y;
width:26px;
position:absolute;
top:0;
right:0;
}

div#mb_contents {
margin:0 26px;
width: 400px;
height: 400px;
/*border: 10px solid #DDD;*/
/*overflow: auto;*/
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
z-index:20;
}

#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: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;*/
}

/*a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}*/

div#mb_caption {
margin-right: 71px;
}

/*Ajout KLEE*/
#mb_top1 {background:url(../img/modal_haut1.png) no-repeat; margin-right:75px; height:26px;}
#mb_top2 {background:url(../img/modal_haut2.png) no-repeat; position:absolute; right:0; width:75px; height:26px; top:0;}
#mb_bottom1 {background:url(../img/modal_bas1.png) no-repeat; margin-right:75px; height:26px;}
#mb_bottom2 {background:url(../img/modal_bas2.png) no-repeat; position:absolute; right:0; width:75px; height:26px; top:0;}
