

/* Layout */
body { 
	//background-color: #fff; 
	//color: #333;	
	//font: 14px/20px Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

/* Typography */
P { color: #000000; margin-bottom: 20px;  }
a:link { color: blue; text-decoration: none; }
a:visited { color: purple; text-decoration: none; }

/* List */
ul { margin-bottom: 20px; list-style-position:inside; }
/* 'Reset' (affecte signif d'une bullet ?) */
* { 
	padding: 0; 
}
