span.spandetail{
    position :absolute;    /* fixed ne fonctionne pas sous IE */
    top:40px;
    left:50px;     
    width:500px;
    height: 600px;
    margin : 10px;
    padding : 10px;
    border: groove black 12px;
    /*display:none;*/
    z-index: 1;
    background-color: #FFED80;
    
}

span.enregistrement{
    position :absolute;    /* fixed ne fonctionne pas */
    top:100px;
    left:200px;     
    width:400px;
    height: 50px;
    margin : 10px;
    padding : 10px;
    border: groove black 12px;
    visibility: hidden;
    z-index: 300;
    background-color: silver;
    z-index: 30;
}

div#paragraphes,div.paragraphes {
    position:static;
    margin : 10px;
    padding : 10px;
    border: double black 4px;
    background-color: white;
    display:block;
    clear:both;
    z-index: 30;
}
div.texte {
    margin : 10px;
    padding : 10px;
    border: inset black 4px;
    background-color: #f9f9f9;
    clear:both;
    z-index: 30;
}

div#paragraphes .photo_gauche{
    clear:left;
    border: dashed black 4px;
    background-color: #efefef;
    z-index: 30;
}
div#paragraphes .photo_gauche table tr{
    border: none;
    z-index: 30;
}

div#paragraphes .photo_droite{
    clear:right;  
    border: dashed black 4px;
    background-color: #efefef;
    z-index: 30;
}

div#paragraphes textarea {color : #5B2A17;  font-family : "Times New Roman";   font-size : 14px;   text-decoration : none;   background-color : white;  border: double black;}