/* balises.css */
/* Rédifinition des balises HTML par défaut */
body{
	margin:					0px;
	padding:				0px;
	text-align:				center;

	background-image:		url(../medias/communs/com_bkg_degrade.gif);
	background-position:	top left;
	background-repeat:		repeat-x;
	
	font-size:				11px;
	line-height:			14px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#878686;
}

img{
	border: 				0px;
}

h1{
	margin : 				0 0 35px 0;
}

h2{
	margin : 				0 0 17px 0;
}

ul, li{
	list-style: 			none inside;
}


