@font-face {
    font-family: 'merriweatherregular';
    src: url('polices/merriweather-regular-webfont.eot');
    src: url('polices/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-regular-webfont.woff2') format('woff2'),
         url('polices/merriweather-regular-webfont.woff') format('woff'),
         url('polices/merriweather-regular-webfont.ttf') format('truetype'),
         url('polices/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherbold';
    src: url('polices/merriweather-bold-webfont.eot');
    src: url('polices/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-bold-webfont.woff2') format('woff2'),
         url('polices/merriweather-bold-webfont.woff') format('woff'),
         url('polices/merriweather-bold-webfont.ttf') format('truetype'),
         url('polices/merriweather-bold-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherlight';
    src: url('polices/merriweather-light-webfont.eot');
    src: url('polices/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-light-webfont.woff2') format('woff2'),
         url('polices/merriweather-light-webfont.woff') format('woff'),
         url('polices/merriweather-light-webfont.ttf') format('truetype'),
         url('polices/merriweather-light-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatheritalic';
    src: url('polices/merriweather-italic-webfont.eot');
    src: url('polices/merriweather-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-italic-webfont.woff2') format('woff2'),
         url('polices/merriweather-italic-webfont.woff') format('woff'),
         url('polices/merriweather-italic-webfont.ttf') format('truetype'),
         url('polices/merriweather-italic-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherblack';
    src: url('polices/merriweather-black-webfont.eot');
    src: url('polices/merriweather-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-black-webfont.woff2') format('woff2'),
         url('polices/merriweather-black-webfont.woff') format('woff'),
         url('polices/merriweather-black-webfont.ttf') format('truetype'),
         url('polices/merriweather-black-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'merriweatherlight', serif;
	color: black;
	margin: 0px;
	max-height: 100%; 
}

#presentation {
	max-width: 980px;
	margin-left: 50px;
	display: block;
}

#presentation p {
	color: black;
	margin-left: 15px;
	max-width: 910px;
	line-height: 1.5;
	font-size: 0.9em;
	font-size: 1em;
}

#presentation h1 {
	font-family: 'merriweatherbold', serif;
	margin-left: 10px;
	padding-top: 60px;
	text-decoration: underline;
}

#presentation h3 {
	font-family: 'merriweatherbold', serif;
	margin-left: 15px;
	font-size:1.1em;
	padding-top: 10px;
	padding-bottom: 50px;
}

strong {
	font-size:1.3em;
}

#presentation mark {
	background-color: transparent;
	font-family: 'merriweatheritalic', serif;
	font-style: normal;
	margin-left: 60px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

#presentation a {
	color: black;
	font-family:'merriweatherbold', serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#presentation a:hover {
	text-decoration: underline;
	background:url("images/le-livre-2.gif") no-repeat;
}

#come-back a {
	margin-left: 70px;
	border-top: 2px solid;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 100px;
	color: black;
	text-decoration: none;
	font-size: 1.3em;
	display: inline-block;
}

#come-back a:hover {
	font-family: 'merriweatherbold';
}



