@font-face 
	{
    	font-family: 'caviar_dreamsregular';
    	src: url('CaviarDreams-webfont.eot');
    	src: url('CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         	url('CaviarDreams-webfont.woff') format('woff'),
         	url('CaviarDreams-webfont.ttf') format('truetype'),
         	url('CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}

/*general*/
    body
        {
            font-family:'caviar_dreamsregular';
            background: url("depression_by_loundraw-d5lh2n62.jpg") fixed no-repeat;
            background-size: cover;
            font-size: 110%;
        }

    #pagesecrete
        {
            font-family:'caviar_dreamsregular';
            background: url("letter_in_the_snow_by_loundraw-d8gvv6z2.jpg") fixed no-repeat;
            background-size: cover;
            font-size: 110%; 
            margin: 2%;  
            min-width: 800px;         
        }

    p,a,li
        {
            color:rgb(200,0,5);
        }

    h1,h2
        {
            text-align: center;
        }

    h3
        {
            margin-left: 10%;
            text-decoration: underline;
        }

    #underline
        {
            text-decoration: underline;
        }

    /*page entiere*/
        #pageentiere
            {
                padding: 2%;
                width: 75%;
                min-width: 500px;
            }

        #taillepage
            {
                width: 100%;
                min-width: 800px;
            }
    /*page entiere*/
/*general*/

    /*titre*/
        #Titre
            {
                background: white;
                border: white;
                border-radius: 5px;
                margin: 2% 2% 10% 2%;
                opacity: 0.98;
            }

        #gif
            {
                margin: auto;
                right: 500px;
            }
    /*titre*/

    /*paragraphes*/
        #presentation,#creepy,#source,#raccourcis,#pagese,#pomps,#regledujeudemi
            {
                background: white;
                box-shadow: 6px 6px 70px black;
                border: white;
                border-radius: 5px;
                opacity: 0.95;
                padding: 2%;
                width: 45%;
                margin: 2%;
            }

        #pomps
            {
                text-align: center;
            }

        #plateau
            {
                background: white;
                box-shadow: 6px 6px 70px black;
                border: white;
                border-radius: 5px;
                opacity: 0.95;
                padding: 2%;
                margin: 2%;
                display: flex;
                flex-wrap: wrap;
            }

        #console
            {
                margin: 1%;
                text-align: center;
            }

        #raccourcis
            {
                opacity:0;
            }

        #raccourcis:hover
            {
                opacity:0.95;
            }

        #sourceraccourcis
            {
                display: flex;
            }


        #avertissement
            {
                font-size:70%;
            }

        #sourcea
            {
                margin-left: 3%;
            }

        #consoleRight,#consoleLeft
            {
                display: flex;
                justify-content:space-around;
            }

        input:focus
            {
                background-color: white;
            }

        canvas 
            {
                border: 3px white groove;
                width: 555px;
                height: 555px;
                float: left;
            }

        .liengene:hover
            {
                color: green;
            }

    /*paragraphes*/

    /*regle tableau*/
        
        table
            {
                border-collapse: collapse;
                margin:10% 1% 3% 1%;
            }

        tr
            {
                border: 1px solid black;
            }

        td
            {
                text-align: center;
                min-width: 110px;
                width: 20%;
                height: 35px;
            }

        #regledujeu
            {
                display: flex;
            }
    /*regle tableau*/

    /*menu*/
        #menu
            {
                text-align: center;
                background: maroon;
                border-radius: 5px;
                opacity: 0.95;
                padding: 2%;
                width: 15%;
                margin-left: 60%;
                padding-top: 3%;
                position: fixed;
                    bottom: 0px;
                    top: 0px;
                    right: 0px;
                overflow:auto;
                color: white;
            }

        .liencouleur
            {
                color: white;
            }

        .liencouleur a:link 
            {
                color:white;
            } 
        .liencouleur a:visited 
            {
                color:white;
            } 

        .liencouleur a:hover 
            {
                color:rgb(190,230,350);
            } 

        .liencouleur:hover 
            {
                color:rgb(190,230,350);
            } 
        .liencouleur a:active 
            {
                color:white;
            } 

        #esteregg:hover
            {
                color:rgb(190,230,350);
            }

        #npage
            {   
                text-decoration: underline;
                font-size: 80%;
                bottom: 5px;
                margin-top: 50%;
            }

        #pomsom
            {
                text-decoration: underline;
                color: white;
            }

        #pom
            {
                color: white;
            }
    /*menu*/