.modal
{
    z-index:9990;
    margin-top: 15%;
    background-color:#effbb3;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
/*    opacity:0.8;*/
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 150px #ccc;
    -webkit-box-shadow: 0 0 300px #000;
}

.modalInput
{
   cursor: pointer; 
}

#fermeture 
{
	background-image:url(../../../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}