body
{
       /* L'image est positionnée en fond et est centrée */
    background: url(../image/souffleurelarue.jpg) no-repeat center;
    /* Ajout de la propriété avec les préfixes pour tous les moteurs de rendu */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 85vh;
}

a
{
	text-decoration: none;
}



a:hover
{
	text-decoration: underline;
	color: rgba(128, 128, 128, 1);
}

input
{
	border: none;
	border-bottom: 1px black solid;
	font-size: 1.0em;
}


section
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 93.5vh;

}
table
{
 	
 	text-align: left;
 	height: 400px;  
 	width: 575px;
 	padding: 35px 35px 35px 35px;
 	
 	
 	
 	background-color: rgba(255, 255, 255, 1);
 	box-shadow: 6px 6px 15px black;


}
table th
{

	padding: 8px 2px 8px 2px;
	width: 575px;
}

table h1
{
	margin: 0 0 0 0;
	font-size: 1.5em;
    font-weight: normal;
}
table em
{
	font-size: 1.6em;
	text-transform: none;
	font-style: normal;
}


#pseudo
{
	
	border: none;
	border-style: none;
	border-bottom: 1px black solid;
	font-size: 1.1em;
}

#pseudo:active
{
	border: none;
	border-style: none;
	border-bottom: 1px red solid;

	
}

.place_droite
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}
.bouton
{
	
	display: block;
	background-color: rgba(0, 128, 255, 1);
	font-size: 1.2em;
	color: rgba(255, 255, 255, 1);
	padding: 5px 25px 5px 25px;
	width: auto;
	
	margin: 2px 5px 0 15px;
	text-align: center;
	border-style: none;

	
}

.bouton_annuler
{
	
	display: block;
	background-color: rgba(128, 128, 128, 1);
	font-size: 1.2em;
	color: rgba(255, 255, 255, 1);
	padding: 5px 25px 5px 25px;
	width: auto;
	
	margin: 2px 5px 0 15px;
	text-align: center;
	border-style: none;

	
}

.bouton_annuler:hover
{
	margin: 0px 5px 2px 15px;
	text-decoration: none;
	background-color: rgba(140, 140, 140, 1);
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
}


.bouton:hover 
{
	margin: 0px 5px 2px 15px;
	text-decoration: none;
	background-color: rgba(0, 120, 240, 1);
	cursor: pointer;
	color: rgba(255, 255, 255, 1);

}



#retour
{
	display: block;
	font-size: 0.8em;
	max-width: 100px;
	margin-left: auto;
	margin-right: 2px;
}

.message_erreur
{
	color: rgba(255, 0, 0, 1);
}

footer ul
{


    display: flex;
    justify-content: flex-end;
    align-content: flex-end;

	list-style-type: none;
	
}

footer li
{

	padding: 5px 25px 5px 25px;
	
}



@media screen and (max-width: 1280px)
{
    body
    {
    	background:none;
    }

    table
    {
    	
    	width: auto;
    	height: auto;
    	
    }

    table th
    {
    	width: auto;
    }
}