@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	font-family: adelle, Georgia, serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.2em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0.6em;
}
td, th {
	padding: 0;
}
/* Mes styles complémentaires
   ========================================================================== */
.boxright, .boxleft, .boxmidle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height : 1.45em;
	color: #555;
	clear : none;
	border: 2px solid #669999;
	padding : 0.5em;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
}
.boxleft { /*position:static;*/
	margin : .5em .5em .5em .25em;
	float : left;
	display : inline;
	width : 25%;
}
.boxright {/*position:static;*/
	margin : .5em .25em .5em 1em;
	float : right;
	display : inline;
	width : 25%;
}
.boxmidle {
	width : 70%;
	margin : 1em auto 1em auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


h4 {
    font-size: 1em;
    margin: 1.33em 0 .2em;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 200px;
    float: left;
    margin: 5px 15px 0px 0;
    padding: 3px 0 3px 0;
    text-align: left;
}
blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;