@charset "utf-8";

/*Feuille de style de adherents.php*/

.err { 
	color: red;
	text-align: center; 
}

#left, #right { 
	width: 45%;
	padding: 5px 10px;
	float: left;
}

#right { float: right; }

#bottom { 
	clear: both;
	padding: 5px 10px; 
}
#bottom .info { 
	padding-top: 10px;  
	text-align: center;
}

