body {background-color: #000000;}
a:link {color: #0000FF;}
a:visited {	color: #0000FF;}
a:hover {color: #FF0000;}
a:active {color: #0000FF;}

.Style1 {font-family: Commissioner; font-size: 18px; }

.Style2 
    {
    font-family: Geneva,Commissioner; font-size: 24px; 
    background-color:#033cf4;
    color:aliceblue;
    }
.Style5 
    {
    font-family: Geneva, Commissioner; font-size: 18px; 
    color:#f0f8ffa1;
    }

.display1 
    {
   	position:absolute;
    font-family: Geneva, Commissioner; font-size: 18px;
    font-style:italic;
    background-color:#bfecb8;
    }
.display
{
background-color:#dde0dc;
color:#641303;
font-style:italic;
}

/*==========================*/


a:link {
	color: rgba(27, 7, 197, 0.98);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(27, 7, 197, 0.98);
}
a:hover {
	text-decoration: none;
	color: rgba(27, 7, 197, 0.98);
}
a:active {
	text-decoration: none;
	color: rgba(27, 7, 197, 0.98);
}


.quit
{
  position: fixed;
  display: block;
  font-size: 20px;
  margin-left: 965px;
  margin-top:6px;
}
#quit a {color: rgba(254, 46, 6, 0.99); }
#quit a:hover{color: rgb(10, 221, 8); }

/* Colonne appareil photos */
.nc4
{
  position: relative;
  margin-left: 25px;
  margin-top: 3px;
  color: #641303;
  cursor: pointer;
}

a:hover span{ 
transform:scale(0.8) rotate(0);
opacity:1;
}

/* Info-bulle vignettes */           
.cam{ 
position:fixed;
top:60px; 
left:22%;
transform:scale(0) rotate(-10deg);
transition:all .94s;
opacity:0;
}