*toto{border: solid black 1px}

body{
    min-width: 550px;
    margin: 2% 5% 2% 5%;}

.colored{
    background-color: rgb(255, 153, 0);}/*rgb(0, 204, 204)  rgb(255, 153, 0)*/

#bandeHaut{
    height: 40px;
    box-shadow: 2px 2px 2px rgb(0, 124, 124);}
#bandeHaut:active{
    height:150px;}

#barreSup{
    height:180px;
    /*border:solid rgb(0, 124, 124) 1px; */
    border: solid  rgb(0, 204, 204) 5px;
    border-radius: 5px;
    width:105%;
    position: relative;
    margin-left: -3%;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px rgb(144, 62, 0);
    /*padding: 10px 1% 10px 1%;*/}
#masqueBarreSup{
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(0, 124, 124, 0.05);
    z-index: 2;
    }
#pictKH{
    position: absolute;
    width: 100%;
    height:100%;}

#corpsPage{
    height:1000px;
    width: 100%;}

#marge{
    margin: 0px 0px 0px 0px;
    padding-top: 50px;
    display: inline-block;
    width:20%;
    min-width: 100px;
    height:100%;
    border-right:solid rgb(204, 122, 0) 1px;
    box-shadow: 1px 1px 2px rgb(144, 62, 0);}



/*   PARTIE BARRE DE NAVIGATION   */

.vList a{
    position: relative;
    display: block;
    background-color: rgb(255, 153, 0);/*rgb(0, 184, 184)*/
    border: solid rgb(204, 122, 0) 1px;
    color: white;
    padding: 10px 10px;
    margin: 5px 5px 5px -15px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px rgb(144, 62, 0);
    min-width: 150px;
    width:110%;
    -webkit-transition: margin-left 1s, box-shadow 1s, background-color 0.5s ; /* For Safari 3.1 to 6.0 */
    transition: margin-left 1s, box-shadow 1s, background-color .5s;}

.vList a:hover{
    background-color: rgb(0, 184, 184);
    border: solid rgb(0, 154, 154) 3px;
    box-shadow: 4px 4px 3px rgb(0, 114, 114);
    margin-left: 10px;}

#mainZone{
    /*border: solid black 0px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0,0.65);
    border-radius: 5px;*/
    display: inline-block;
    position:absolute;
    padding-top: 00px;
    margin: 0% 0% 0% 0%;
    padding: 70px 0% 5% 25%;
    width:60%;
    height:100%;}

/*   PARTIE Tableau RGB   */

#blueMain{
    position:absolute;
    margin: +10px +10px +10px +10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0,0.65);
    border: solid rgb(255, 153, 0) 20px;
    border-radius: 35px;
    max-width: 40%;
    width:40%;
    min-height:200px;
    padding:10px 10px 10px 10px;}
#greenMain{
    position:absolute;
    margin: 0px 0px 0px 0px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0,0.65);
    border: solid #ADAD52 20px;
    border-radius: 35px;
    max-width: 40%;
    width:40%;
    min-height:200px;
    padding:10px 10px 10px 10px;}
#redMain{
    position:absolute;
    margin: -10px -10px -10px -10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0,0.65);
    background-color: white;
    border: solid  rgb(0, 204, 204) 20px; /*#9900CC*/
    border-radius: 35px;
    max-width: 40%;
    width:40%;
    min-height:200px;
    padding:10px 10px 10px 10px;}