/* ----------------------------------------------Formulaire modal ------------------------------------------------------------------------------------------*/
#modalBackground{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9;background-color:#000000;display:none;opacity:0.80;filter:alpha(opacity=80)}
#modalWindow{position:fixed;left:0;top:0;z-index:10;background-color:white;display:none;width:90%;height:240px;border:4px solid #E0761F;-moz-border-radius:30px;-webkit-border-radius:30px;padding:30px;}
