#Popup{display:none;width:500px;height:auto;border:1px solid #000;background:#fff;position:absolute;color:#000;top:0;left:0;z-index:2000;padding:20px}
#Popup .barre{width:100%;z-index:0;background:url(./img/fond_inscription_titre.jpg) bottom repeat-x;height:25px;position:absolute;top:0;left:0}
#Popup .titre{position:absolute;top:5px;left:20px;font-size:12px;font-weight:700}
#Popup .close{position:absolute;top:5px;right:5px;font-size:10px;font-weight:700;cursor:pointer}
#Popup .content{overflow:hidden;width:500px;text-align:left;padding-top:20px}
#Popup .content h1{font-family:Verdana;font-size:16px;margin:1px}
#Popup .content .prix{float:right;color:#C20000;font-size:20px}
#Popup .yes,#Popup .no{background:#fff;border:1px solid #ddd;cursor:pointer;padding:5px 15px}
#Popup .yes:hover,#Popup .no:hover{border:1px solid #aaa}
#Popup .yes{color:green}
#Popup .no{color:red}
#Popup #Close{background:url(./img/close.png) no-repeat;display:block;width:16px;height:16px}
#Voile{display:none;width:500px;height:320px;top:0;left:0;background:#ccc;opacity:0.4;filter:alpha(opacity='40');position:fixed;z-index:1000}
#ConteneurPopup{margin-left:auto;margin-right:auto;position:relative;width:550px}
