 /* FOND */
 

	.alice1
	{
		text-decoration: none;
		color: navy;
		font-size: 40px
	}
	
	 /* logo friendzy */
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
	 
	 
.fond
{
	position: fixed;
	top: 0px;
	left: 0px;
}

.logo1
{
	position: absolute;
	top: 10%;
	left: 23%;
	decoration: none;
}

.logo2
{
	position: relative;
	top: 120px;
	left: 0px;
	width: 203px;
	height: 110px;
	padding: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
    decoration: none;


}

	 /* texte de présentation */



.texte
{
	position: relative;
	top: Opx;
	left: 250px;
	width: 364px;
	font-size: 12px;
	font-family: "trebuchet MS", "arial", "sans serif";
	color: black;
	background-color: white;
	padding-top: 15px;
    padding-bottom: 64px;
    padding-left: 0px;
    padding-right: 19px;
    text-align: center;
}


.mail
{
	color:red
}

a
{
	text-decoration: none;
}




.tout
{
	width: 655px;
	height: 400px;
	margin: auto;
	margin-top: 50px;
	}
	
	
