@CHARSET "UTF-8";

/*
  Redéfinition des styles SPIP pour le site
*/

/* Liens */
/* ----- */
a:link, a:active, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

.forml { width: 100% ; background-color: #FEE379;}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #FEE379 solid;
}
