/*
 * Styles généraux
*/

body { font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 0.7em; }

a img { border: 0; }
/*
 * Partie variable des sites
*/
a {
	color: #37b2e5;
	text-decoration: none;
}

a:hover {
	color: #d37016;
}
ul { margin:1em 0 1em 2em; padding:0;}
ul li { 
	margin:2px 0; 
	list-style:none; 
}

ul.actions  {margin:2em; clear:both;}

/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; border-top: 1px solid #ccc; margin-bottom: 15px;}

/* alignement des images dans les pages */
.element { clear: both;}
div.gauche, div.droite, div.centre { padding: 0;}
.gauche { float: left; margin: 0 1.5em 1em 0 !important;}
.droite { float: right; margin: 0 0 1em 1.5em !important;}
.centre { margin: 1em auto !important; text-align: center; }
