/* NOUSEFOOLCSS 2013 RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
optgroup,
option,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp 
{
	/* On reset toutes les balises */
	background: transparent;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	outline-width: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
button,
input,
optgroup,
option,
select,
textarea
{
	/* Sauf celles-ci pour lesquelles on garde le style générique */
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	outline-width: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
article,
audio,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video
{
	/* Reset des balises HTML5 */
	display: block;
}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal;}
em {font-style: italic;}
b, h1, h2, h3, h4, h5, h6, strong{font-weight: bold;}
h1{font-size: 2em;}
h2{font-size: 1.8em;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}
hr
{
	background: #000000;
	color: #000000;
	display: block;
	height: 1px;
	outline : 0;
	size: 0;
	text-align: left;
}
hr{*margin: -7px 0; /* Corrige le bug d'espacement au dessus et en dessous du hr */}
caption, table, td, th{font-weight: normal; vertical-align: top;}
caption, td, th{float: none !important;}
table{border-collapse: collapse; border-spacing: 0;}
img 
{
	color: transparent;
	font-size: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
a img{border: 0;}
ol, ul{list-style-position: outside;}
ol li, ul li{display: list-item;}
li li{padding-left: 1em;}
sub, sup{font-size: 0.5em;}
sup{vertical-align: text-top}
sub{vertical-align: text-bottom}
del{text-decoration: line-through;}
ins{text-decoration: none;}
abbr, acronym{font-variant: normal; cursor: help;}
code, pre, samp{font-family: monospace;}
code, 
div, 
pre, 
samp, 
table, 
td, 
textarea, 
th
{
	/* Gestion de la césure des mots */
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	word-wrap: break-word;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
label
{
	cursor: pointer;
}
button, input, label, select{vertical-align: middle;}
textarea{overflow: auto; resize: vertical;}
body, html{height: 100%;}
body
{
	
	font-size: 62.5%; /* Ainsi, 1em = 10px */
	line-height: 1; /* Ainsi 1 = 10px; */
	position: relative;
}
svg {overflow: hidden;}
:focus {outline: 0;}
blockquote,  q{quotes: "" ""; quotes: none;}
blockquote:after, blockquote:before, q:after, q:before{content: ''; content: none;}