/* base css - 08/08/03 */


/* balises */


body, div, p, pre, hr, h1, h2, h3, h4, h5, h6, form, fieldset, ol, ul, table { /* éléments blocs */
	margin:0px;
	padding:0px;
	border:0px solid;
}


object {
	border-width:0px;
}




ul {
	/* ! line-height */
	text-align:left;
}


img {
	margin:0px; /*  !  car sous IE5 MAC, != 0 */
	border-width:0px;
	}




a:link, a:visited {text-decoration:none;color:#0000ff;}
a:hover {text-decoration:underline;color:#0000ff;}


/* classes */


.spacer {clear:both;width:auto;height:1px;font-size:1px;line-height:1px;} /* background-color:red; */
.refer {display:none;} /* référencement */
.clear {clear:both;}