/*
*	----------------------------------------------------------------------------
*	MAIN.CSS : feuille de style principale pour le site
*	----------------------------------------------------------------------------
*/

	html, body {margin:0}
	
/*
*	----------------------------------------------------------------------------
*	MEMBER : AFFICHAGE DU FORMULAIRE DE CONNEXION
*	----------------------------------------------------------------------------
*/	
	
	#member {margin:200px auto; width:400px}
	#member h1 {border-bottom:1px dotted #0D5578; font-size:12px; color:#0D5578}
	#member p {padding:2px 5px}
	#logo {float:left; width:150px; height:90px}
	#login {float:right; margin:10px 0 0 10px}
	#link {clear:both; text-align:center}
	#link a {color:#0D5578}
	#link a:hover {color:#CCC}

