* {margin:0; padding:0}

body
{
	text-align: left;
	color: black;
	font-size: 16px;
	width: 760px;
	background-color: white; 
}

#left
{
	float: left;
	width: 50%;
}

#right
{
	float: right;
	width: 50%;
}

.separation
{
	height:22px;
	width: 100%;
	text-align: center;
	background-color: #0df253;
	font-size: 20px;	 
}

a 
{  
	font-size: 20px;
	color: blue;
}


a:hover 
{
	color: red;
}

#title
{
	text-align: center;
	font-size: 30px;	
}

.avertissement
{
	text-align: center;
	font-size: 16px;
}

#maya
{
	font-size: 25px;
	text-align: center;
}

#adresse
{
	text-align: center;
	font-size: 18px;
}


.nomprenom
{
	display: block;
	width: 300px;
	float: left;	
}


.adress
{
	display: block;
	width: 300px;
	float: left;	
}


#imp
{
	text-align: center;
	font-size:20px;	
}
