/* ==============================================
   FEUILLE DE STYLES
/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial;
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; /* 3 */
	font-size: 0.8em;
	background-image: url(../imgbase/background.jpg);
	line-height: 18px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
}
h1, h2 {
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial;
	font-weight: normal; /* -> 7 */
	color: #FFF;
}
h1 {
	font-size: 1.1em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #333;
	font-weight: normal;
}
h2 {
	font-size: 1.0em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #333;
	font-weight: normal;
	line-height: 18px;
}
h3 {
	font-size: 0.9em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #666;
	font-weight: normal;
	text-transform: none;
}
h4 {
	font-size: 0.8em;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
h5 {
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial;
	font-size: 0.8em;
	color: #FFF;
}
h6 {
	font-size: 0.8em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #333;
	margin-bottom: -20px;
	font-weight: normal;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	color: #666;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 0.9em;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: #F06;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #CCC;
}
a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 16px;
}



pre, code {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial;
}
pre {
	width: 90%;
	overflow: auto;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: #F00;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}