/* communesweb - générique */ /* communesweb */
@import url("stylesheet.editor.css");

/* STYLES DES BALISES DE BASE *********************************************/
/* body : Corps de la page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	clip: rect(   );
	text-align: justify;
	background-color: #CC3300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

