/* http://meyerweb.com/eric/tools/css/reset/
   V2.0 | 20110126
   Licence: none (public domain
supprime font,
ajout   de article à 
   Gardé celui du site et non celui de meyer :
	margin: 5;  meyer: 0
	border: 1;  meyer: 0
*/
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, 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   /*  A METTRE UNE VIRGULE APRES CONTROLE DE TOUS LES TABLEAUX */
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
/* 	margin: 5; */
   /* margin : 0;    FOU LE BORDEL !!!!    */
	padding: 0;
	
	
	border: 0px;
	font-size: 100%;
/* version meyer      font: inherit; */
	vertical-align: baseline;
/* PERSO  margin: 5*/
	border: 1px;
	outline: 0;
	background: transparent;
	text-align: left;
}

/* HTML 5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* version meyer jusqu'à la fin
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/
/* D'OU CELA VIENT ???? */

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* Gestion generale des tableaux */
table {
	border-collapse: collapse;
	border-spacing: 1px;
	margin-left: 20px;
	text-align: center;
}
