
/* popup */
div#blanket { background-color: #111; opacity: 0.65; filter: alpha(opacity=65); position: absolute; z-index: 9001; top: 0px; left: 0px; width: 100%; }
div#popUpDiv { position: absolute; width: 100%; z-index: 9002; left: 0px; top: 0px; }

/* popup box */
div#popup_box { position: absolute; left: 0px; top: 0px; visibility: hidden; }


/* upload popup box */
div#popUpDiv div.subject-box { 
background:#999999 none repeat scroll 0 0;
overflow:auto;
cursor:move;
height:300px;
margin-top:181px;
position:fixed;
width:500px;
left:325px
}

/* upload close box */
div#popUpDiv .subject-close {
padding-left:inherit;
padding-top:1px;
}

/* upload popup box */
div#popUpDiv div.upload-box { 
background:#e3e5e6 none repeat scroll 0 0;
cursor:move;
height:230px;
padding-bottom:10px;
width:310px;
position: fixed;
left: 50%;
top: 5%;
}

div#popUpDiv #uload_image_file {
padding-left:10px;
padding-right:10px;
padding-top:10px;
margin-left:5px;
}

div#popUpDiv .close {
padding-left:285px;
padding-top:5px;
}

div#popUpDiv .submit {
margin-left:0px;
background-color:#999999;
cursor: pointer;
}

div#popUpDiv #imageerror {
  color:#FF0000;
  padding-left:40px;
}

div#popUpDiv #imageerrorpic {
  color:#FF0000;
  padding-left:40px;
}

/* la largeur du champ de saisie de l'image du membre */
div#popUpDiv #member_image { 
width:340px;
}

/* la largeur du champ de saisie de l'image de l'album */
div#popUpDiv #member_image_pic { 
width:340px;
}