@charset "utf-8";
/* 	
	********************************************
	CSS Document : general.css
 	Projet : Site personnel de Maxim Morin
	Auteur : Annick Desmeules
	Date : 20 mars 2012
	********************************************
	
	COLOR

*/

/*@font-face {	
	font-family: 'AlgreSansNC';
	src: url('../assets/fonts/AlgreSansNC/AlgreSansNC.eot');
	src: local('Impact'),
			url('../assets/fonts/AlgreSansNC/AlgreSansNC.otf') format('otf'),
			url('../assets/fonts/AlgreSansNC/AlgreSansNC.ttf') format('truetype'),
			url('../assets/fonts/AlgreSansNC/AlgreSansNC.svg') format('svg'),
			url('../assets/fonts/AlgreSansNC/AlgreSansNC.woof') format('woff');
	font-weight: normal; font-style: normal;
}*/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, sans-serif;
}

/*** ********************************** ***/


p{line-height:17px;margin:10px auto!important;}
*html p{margin:13px auto;}

a:link,
a:visited{color:#000;}

a:active,
a:hover{color:#999;}