div.FicheComplete { position:fixed; border:2px inset #666699; z-index:100; height: 600px; left: 300px; top: 200px; width: 600px; z-index: 100; } #fade { /*--Masque opaque noir de fond--*/ display: none; /*--masqué par défaut--*/ background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 900; } .popup_block{ display: none; /*--masqué par défaut--*/ background: #fff; padding: 20px; border: 20px solid #ddd; float: left; font-size: 1.2em; position: fixed; top: 0px; left: 50%; height:570px; z-index: 999; /*--Les différentes définitions de Box Shadow en CSS3--*/ -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; /*--Coins arrondis en CSS3--*/ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } img.btn_close { float: right; margin: -55px -55px 0 0; } /*--Gérer la position fixed pour IE6--*/ *html #fade { position: absolute; } *html .popup_block { position: absolute; } div.TitreFiche { text-align:left; text-decoration: underline; color:#666666; font-family: verdana; font-size: 16px; font-weight: bold; text-align: left; width: 580px; background-color: #99CC33; border:1px solid #666699; padding-top:5px; text-align:center; height:25px; } th.tableCategFiche { text-align:left; text-decoration: none; font-weight:bold; font-family:verdana; font-size:10px; color:#666666; font-size: 12px; font-weight: bold; height: 40px; } td.tableCategFiche { text-align:center; text-decoration: none; font-family:verdana; font-size:10px; font-weight:bold; color:#666666; border:1px solid #666699; background-color: #99CC33; } div.boutonClose { z-index:200; position:absolute; top:2px; left:850px; padding:0px; width:40px height:36px; } div.Resa_ListePiece { position:absolute; top:170px; left:5px; width:350px; height:300px; overflow:auto; } div.Resa_infoMag { position:absolute; top:182px; left:420px; width:180px; height:190px; border:1px solid #666699; background-color: #99CC33; color:#000000; overflow:auto; font-family:verdana; margin-top:10px; padding:5px; } div.Titre_infoMagasin { font-weight:bold; font-size:12px; text-align:center; } div.iconeCaddie { z-index:200; position:absolute; top:205px;; left:363px; padding:0px; width:128px height:128px; } a.lnkAjoutPanier { font-family:verdana; color:#666666; font-weight:normal; } a.lnkAjoutPanier:hover { font-weight:bold; } div.infoPieceVehicule { position:absolute; top:430px; left:10px; width:580px; height:200px; border:1px solid #666699; background-color: #FFFFFF; color:#666666; overflow:auto; font-family:verdana; margin-top:10px; padding:5px; }