/war/del.css |
---|
93,4 → 93,8 |
.gauche { float:left} |
.droite { float:right} |
.nettoyage {clear:both} |
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA} |
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA} |
.overlay {background-color:#777; cursor:pointer; display:block; opacity:0.7; left:0; top:0;position:fixed; width:100%; z-index:1100; height:100%} |
.overlayContenu {cursor:pointer; display:block; opacity:1; left:0; top:0;position:fixed; width:100%; z-index:1200; height:100%} |
.fermerOverlay {position:absolute; top:10%; right:10%; width:140px; height:40px; background:url(./img/close.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer} |