@charset "iso-8859-1";

/*****************************************************
** FEUILLE DE STYLE DU SITE CENTRE-DISCOUNT.FR      **
******************************************************
** (c) 2025 Centre-Discount - Tous droits réservés  **
*****************************************************/

/* Initialisation */
* {
	border: 0;
	padding: 0;
	margin: auto;
}
/* Corps du document */
body {
	margin: 10px 0px;
	font-family: Arial, Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size: 90%;
	color: #000048;
	text-align: left; /* IE */
}
/* Mise en forme des acronymes et abbréviation */
acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px;
}
#main {
	margin-top: 0px;
	width: 980px;
	border-color: #fff;
	text-align: center;
}
#main img {
	
}
#main h1 {
	font-size: 250%;
	font-variant: small-caps;
	margin-bottom: 30px;
}
#main p{
	margin: 20px 0px;
}