html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {
  font-style:italic;
  quotes:'' '' '' '';
}

ins {text-decoration: none;}
del {text-decoration: line-through;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 1. Balises html <<<-----------*/
/* ----------------------------------------------------------*/

html {font-size:100.1%} /* rétablit la taille de la police de caractère sous IE et accessoirement evite l'agrandissement de la police de caractere par saccade ( sous IE toujours ) */
strong {font-weight: 900;}
em {font-style: italic;}
sup {font-size: small; vertical-align: super;}
abbr, acronym {border-bottom: 0.0625em dotted black; cursor: help;}
abbr {text-transform: capitalize;}
acronym {text-transform: uppercase;}
label, button, input[type=submit] {cursor: pointer;}
code, pre, kbd {font-family: "Courier New", Courier, monospace;}
blockquote, q, cite {font-family: "Hoefler Text", "Palatino Linotype", Georgia, sans-serif;} /* Pourquoi éviter les plus belles polices ? */

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 2. Règles générales <<<-----------*/
/* ----------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.img_middle {
	display: block;
	margin: 1em auto;
}

  /* -------------------------------------------------------------------------------------------------->>> 2.1 Politique des liens <<<-----------*/

a {text-decoration:none}
a:hover, a:focus {text-decoration:underline}

a:focus {
  text-decoration: none;
}

a img, :link img, :visited img {border: 0;}

