﻿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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td, div{
	margin: 0 ;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
body {line-height: 1;}

/* Balises HTML5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

/*Les titres*/
h1,h2,h3,h4,h5,h6 {font-weight:normal;}

/*Les listes*/
ul li, ol li { list-style-type: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {outline: 0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ins {text-decoration: none;}
del {text-decoration: line-through;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:50%;
	margin:10px auto 20px;
	text-align:center;
}
th{font-weight:bold;}

/*Styles de textes*/
big			{font-size:1.25em;}
small,sub,sup	{font-size:.85em;}
sub,sup		{line-height:1;}
sub			{vertical-align:sub;}
sup			{vertical-align:super;}
del,s,strike	{text-decoration:line-through;}
ins			{text-decoration:none;border-bottom:1px dotted;}

/*Autres + web accessibilité*/
code,kbd,pre,samp,tt	{
	font-family:"andale mono",consolas,monaco,"lucida console","courier new",courier,monospace;
	line-height:1.3;
}
pre{white-space:pre-wrap;}
abbr,acronym,dfn {
	cursor:help;
	font-variant:normal;
	font-style:normal;
}