/* base css - dernière maj: 05/05/04 */

/* balises */

html, body, blockquote, div, p, pre, hr, h1, h2, h3, h4, h5, h6, form, fieldset, ol, ul, dl, dt, dd, table { /* éléments blocs */
 margin: 0px;
 padding: 0px;
 border: 0px solid; /* Op - border-width non pris en compte */
}

object {
 border-width: 0px;
}

input {
 padding: 0px;  /* mozilla */
}

ul {
 text-align: left; /* ! line-height */
}

img {
 margin: 0px; /*  !  car sous IE5 MAC, != 0 */
 border-width: 0px;
}

a:link, a:visited {
 text-decoration: none;
 color: #FF6600;
 font-weight: normal;
}
a:hover, a:focus {
 text-decoration: none;
 color: #0000ff;
}

a:target, a[name]:hover {
 text-decoration: inherit;
 color: inherit; 
}

/* classes */
.refer {display: none;} /* référencement */
.clear {clear:both;}

