/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #FF9966;
}

table {
    font-family:Verdana;
    color:#f85a36;
}

th {
    font-size:8pt;
}

div.cadreFlash {
    /*position:absolute;*/ 
    z-index:10;
}

div.cadreMasque {
    /*border:black solid 1px;*/
    display:none;
    position:absolute;
    z-index:20;
    top:15%;
    left:32%;
    width:540px;
    height:470px;
    font-family:fantasy;
    font-size:18pt;
    color:#FF00FF;
}

div.titre {
    text-align:right;
    /*border:black solid 1px;*/
    position:absolute;
    z-index:30;
    top:0px;
    right:10px;
    width:300px;
    height:40px;
    font-family:fantasy;
    font-style:italic;
    font-weight:bold;
    /* Sous flash police de Chalkduster de 30 */
}

div.contenu {
    /*border:black solid 1px;*/
    text-align:left;
    position:absolute;
    z-index:30;
    top:30px;
    left:20px;
    width:100%;
    height:320px;
    font-family:Verdana;
    font-size:7pt;
    color:#000000;
}

div.contenuBas {
    text-align:right;
    /*border:black solid 1px;*/
    position:absolute;
    z-index:30;
    top:420px;
    right:10px;
    width:200px;
    height:30px;
    font-style:italic;
    font-size:12pt;
}

div.cadreImg {
    position:absolute;
    z-index:30;
    font-family:Verdana;
    font-size:7pt;
    color:#000000;
    /*border:black solid 1px;*/
}

img.imgCadre {
    position:absolute;
    z-index:30;
    height:100%;
    cursor:pointer;
    border:0px;
}

img.image {
    position:absolute;
    z-index:29;
    top:10px;
    left:5px;
    height:105px;
    border-left:#00CDFF ridge 4px;
    /*border-right:#00CDFF ridge 4px;*/
    border-top:#00CDFF ridge 4px;
    /*border-bottom:#00CDFF ridge 4px;*/
    /*width:98px;*/
}

div.texteImg {
    position:absolute;
    z-index:30;
    /*border:black solid 1px;*/
    width:100px;
    text-align:center;
    top:125px;
}

font.touche {
    cursor:pointer;
}

a.popupImg {
    border:0px;
    text-decoration:none;
}
