        body {
            font-family: Arial,sans-serif;
            background: url("https://www.air-carrier.fr/game/images/wallpapers/sky2.jpg")no-repeat center fixed;
            -webkit-background-size: cover; /* pour anciens Chrome et Safari */
            background-size: cover;
            margin-top: 15px;
        }
        
        #page{
		    max-width: 1200px;
		    min-width: 600px;
		    margin: auto auto 5px auto;
		    position: relative;
        }
        
        input[type="text"]:focus, input[type="password"]:focus, input[type="submit"]:focus, textarea:focus{
			outline: none;
		}
		
		input[type="text"], input[type="time"], input[type="date"], input[type="number"], input[type="password"]{
			background: #1d3750;
			border: none;
			outline: none;
			border-radius: 4px;
			padding: 7px;
			color: white;
		}
		
		::placeholder {
			color: #4d6680;
		}
		a{
			text-decoration: none;
			color: white;
		}
        input[type="submit"]{
	        border: none;
	        color: #dbdbdb;
        }
        
        #conteneur{
            width: 660px;
            margin: auto auto 5px auto;
            padding: 20px;
            background: #F5F5F5;
            border-radius: 6px;
            box-shadow: 0 0 2px rgba(5, 5, 5, 0.49);
            color: #252b32;
            
            margin-top: 20vh;
            transform: translateY(-50%);
            position: relative;
        }
        
        #box_contenu{
			background: #e3e3e3;
			padding: 10px 10px 10px 10px;
			font-size: 12px;
			margin-bottom: 10px;
			overflow: auto;
			height: auto;
			border-radius: 2px;
			border: 1px solid #E2E2E2;
		}

        
        .ribbon {
            position: absolute;
            left: 0px; top: 0px;
            z-index: 1;
            overflow: hidden;
            width: 130px; height: 125px;
            text-align: right;
        }
        
        .ribbon span {
            font-size: 8px;
            font-weight: bold;
            color: #FFF;
            padding: 5px;
            text-transform: uppercase;
            text-align: center;
            line-height: 20px;
            transform: rotate(-35deg);
            -webkit-transform: rotate(-39deg);
            width: 170px;
            display: block;
            background: #79A70A;
            background: linear-gradient(#C94A4A 0%, #8F0808 100%);
            box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
            position: absolute;
            top: 25px; left: -41px;
        }
        
        .ribbon span::before {
            content: "";
            position: absolute; left: 0px; top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }
        
        .ribbon span::after {
            content: "";
            position: absolute; right: 0px; top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }
        
        .compteur{
            margin-top: 50px;
            color: white;
        }
        
        .forum{
           background: #3b8e2a;
            border-radius: 4px;
            padding: 10px;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
        }
        
        .forum:hover{
            background: #26601b;
        }
        
        a{
            text-decoration: none;
            color: #dbdbdb;
        }
        
        .flip-clock-divider .flip-clock-label {
            color: white;
        }
        
        .reinitialiser{
			background: #8f5d2b;
			border-radius: 6px; 
			margin: 5px 0px 5px 5px;
			padding: 10px;
			text-align: center;
			font-size: 13px;
			font-weight: bold;
			cursor: pointer;
		}