BODY {
  margin-left:20px;
  margin-right:20px;
  background-color:#e7e7e7;
  }

.container {
    margin-left:auto;
    margin-right:auto;
    width:780px;
    height:800px;
    background-color:white;
    }

.alinea {
    margin-bottom:8px;
    }

.invisible {
    display:none
    }


.popDesc {
    position:absolute;
    z-index:100;
    border-width:1px;
    border-style:solid;
    border-color:#ff6600;
    padding:6px;
    background:white;
    width:136px;
    text-align:left;
    }

.champ {
    border:1px solid #666666;
    }




