@charset "ISO-8859-1";

strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

a { text-decoration: none; color: inherit; }
	a:hover,
	a:focus { text-decoration: underline;color:#790C68; }
/*	a:visited { border-bottom:1px dotted #000; }*/



/* ------------------------- */
/* --- HABILLAGE GENERAL --- */
/* ------------------------- */

.menu_inline li,
.menu_inline form,
.menu_inline fieldset,
.menu_inline img { display: inline; vertical-align: middle; }
.menu_inline legend { display: none; }
.menu_inline input { position: relative; top: -2px; }

.accessib { font-size:0; height:0; left:-9999em; overflow:hidden; position:absolute; top:-9999em; width:0; }

.block { overflow:hidden; position:relative; }
