@charset "utf-8";
/*-----------------------------------------------------
ANNULER tous les effets par défauts 
qui nous gênent dans nos mises en page
-----------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

article, aside, details, summary, figcaption, figure, footer, header, nav, section, time, audio, video, canvas {
	display: block;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}

table {
	width:100%;
	border-collapse:collapse;
}
th, td {
	padding:5px;
	border:solid 1px #000;
}

abbr[title] {
	border-bottom:dotted 1px #000;
	cursor:help;
}

blocquote, q {
	quotes:none;
}

@media print {
	h1 {page-break-before: always;}
	ul, ol, dl {page-break-before: avoid;}
}