/* ----------------------------- */
/* ==reset */
/* ----------------------------- */

/* base font-size corresponds to 10px and is adapted to rem unit */
html {
	font-size			: 55%; /* 62.5% */
}

body {
	background-color	: #fff;
	color				: #000;
	/* font-family: "Century Gothic", helvetica, arial, sans-serif; */
	font-family			: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size			: 12px;
	line-height			: 1.5; /* adapt to your design */
}

/* font-sizing for content */
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
p,
ul, /* DF */
ol,
dl,
blockquote,
pre,
td,
th,
label,
/* textarea, */
caption,
details, 
figure, 
hgroup {
	font-size			: 12px;
	line-height			: 1.5;
	margin				: 0px;
    font-weight         : normal;
}
h1, .h1-like {
	font-size			: 26px;
	font-weight			: normal;
	line-height			: 1.6154em;
	margin				: 0px;
	width				: 100%;
}
h2, .h2-like {
	font-size			: 24px;
	font-weight			: normal;
	line-height			: 1.75em;
	margin				: 0px;
	width				: 100%;
}
h3, .h3-like {
	font-size			: 22px;
	font-weight			: normal;
	line-height			: 1.909em;
	margin				: 0px;
	width				: 100%;
}
h4, .h4-like {
	font-size			: 20px;
	font-weight			: normal;
	line-height			: 1.05em;
	margin				: 0px;
	width				: 100%;
}
h5, .h5-like {
	font-size			: 18px;
	font-weight			: normal;
	line-height			: 1.1667em;
	margin				: 0px;
	width				: 100%;
}
h6, .h6-like {
	font-size			: 16px;
	font-weight			: normal;
	line-height			: 1.3125em;
	margin				: 0px;
	width				: 100%;
}

/* alternate font-sizing */
.smaller {
	font-size			: 10px;
	line-height			: 2.1em;
}
.small {
	font-size			: 12px;
	line-height			: 1.75em;
}
.big {
	font-size			: 16px;
	line-height			: 1.3125em;
}
.bigger {
	font-size			: 18px;
	line-height			: 1.1667em;
}
.biggest {
	font-size			: 20px;
	line-height			: 1.05em;
}

/* soft reset */
html,
body,
textarea,
figure,
label {
	margin				: 0;
	padding				: 0;
}
ul,
ol {
	padding-left		: 2em;
}
code, 
pre,
samp {
	white-space			: pre-wrap;
	font-family			: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code {
	line-height			: 1em;
}

/* Mise en forme simple pour les tableaux */
table {
	margin				: auto;
	border				: 0px solid #AAB2E3;
	border-collapse		: collapse; /* Valeur par défaut: "separate". */
	border-spacing		: 0;
	margin-bottom		: 0;
}
table th {
	padding				: 4px; /* Pas de retrait autour du texte = "0". */
	border				: 2px solid #AAB2E3; 
	vertical-align		: middle; 		
}
table td {
	padding				: 4px; /* Pas de retrait autour du texte = "0". */
	border				: 1px solid #AAB2E3; /* Pas de bordure = "none". */
	vertical-align		: middle;
}
hr {
	height				: none;
	border				: none;
	border-top			: 1px dashed #bbb;
}


/* Eviter les marges supérieures sur le premier élément de contenu */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top			: 0;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
	margin-top			: 0;
	margin-bottom		: 0;
}

/* HTML5 tags */
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display				: block;
}

/* max values */
/*img, DF */
table,
/*td, DF */
blockquote,
code,
pre,
textarea,
input,
video {
	max-width			: 100%;
}

/* you shall not pass */
div,
textarea,
table,
td,
th,
code,
pre,
samp {
	word-wrap			: break-word;
	-webkit-hyphens		: auto;
	-moz-hyphens		: auto;
	-ms-hyphens			: auto;
	-o-hyphens			: auto;
	hyphens				: auto;
}

/* pictures */
img {
/*	width: auto; DF */
/*	height: auto; DF */
	vertical-align		: middle;
}
a img {
	border				: 0;
}

/* scripts */
body > script {
	display				: none !important;
}

/* skip-links */
.skip-links {
	position			: absolute;
}
.skip-links a {
	position			: absolute;
	left				: -9999px;
	padding				: 0.5em;
	background			: #000;
	color				: #fff;
	text-decoration		: none;
}
.skip-links a:focus {
	position			: static;
}

/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */

/* Met en évidence les abréviations (ayant un attribut title) */
abbr[title] {
	border-bottom		: 1px dotted;
	cursor				: help;
}

/* Met en évidence les citations */
blockquote {
	margin				: .75em 0 .75em 20px;
	padding				: 0 0 0 10px;
	border-left			: solid 2px #ddd;
}
q, cite {
	font-style			: italic;
}
q cite, q q {
	font-style			: normal
}

/* Supprime les guillemets automatiques (citations courtes) */
q {
	quotes				: none;
}
q:before, q:after {
	content				: ""; /* Nécessaire pour Safari/Chrome */
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
	margin				: .5em 0;
}

/* Styles de base pour les listes de définition */
dl {
	margin				: .75em 0;
}
dt {
	margin				: .75em 0 0 0;
	font-weight			: bold;
}
dd {
	margin				: .25em 0 .25em 32px;
}
