/*http://www.ville-saintquentin.fr/pages/popup/stylecss/stylenature.css*/

body {
	padding: 0px; /* pour éviter la largeur de remplissage des bords d'un élément*/
	text-align: left; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif; /* couleur de texte */
	font-size: 12px;
	line-height: normal;
}


/*arial 12 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom:0;
	font-weight: normal;
	border-top-style: none;
	border-bottom-style: none;
	}   
/* manufacture titre blanc */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom:0;
	font-weight: bold;
	}
	
	/* manufacture titre rouge */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f39600;
	text-align: left;
	margin-bottom:0;
	font-weight: bold;
	}

