html, body {
    margin:5;
    padding:5;
    font-family: "Lucida Grande", Verdana;
    font-size: 0.9em;
    text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

input, select {
    font-size:0.9em;
}

table {
    margin-top:-10px;
    margin-left:7px;
}

h4 {
    font-size:0.9em;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
}

a {
    color:#23A4FF;
}

#infovs{
    z-index:1 !important 
}

#butop {
    z-index: 997 !important 
}

#footer {
    height: 60px;
    background-color: lightgrey ;
}

#quizz_div {
    display:block;
    float:left;
    width:100%;
    height:100%;
}
 
img {
    max-width:auto;
    max-height:100%;
}

#erreur {
    display:block;
    float:left;
    width:100%;
    height:100%;
}
 
img {
    max-width:100%;
    max-height:100%;
}

#container {
    width: 100%;
    height: 900px;
    margin:0 auto;
    position:relative;
}

#right-container {
    width:0px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:0px solid #ddd;
}

#right-container {
    right:0;
    background-position:center left;
    border-right:0px solid #ddd;
}

#right-container h4{
    text-indent:8px;
    z-index:999 !important;
}

#mySidebar {
    left:0px;
    z-index:980 !important;
}

#statis {
    left:0px;
    z-index:970 !important;
}

#center-container {
    width:100%;
    height:900px;
    background-color:none;
    color:#ccc;
    position:relative;
    left:0px;
    z-index:1 !important;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:1.0em;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:0px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}

#infovis {
    position:absolute;
    align-content: center;
    height:900px;
    width:100%; 
    margin:0;
    overflow:hidden;
    top:-120px;
}

/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}