﻿@font-face {
    font-family: 'blackjackregular';
    src: url('polices/black_jack-webfont.eot');
    src: url('polices/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/black_jack-webfont.woff') format('woff'),
         url('polices/black_jack-webfont.ttf') format('truetype'),
         url('polices/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal; }
body {
	background-color: white;
	font-family: Verdana, sans-serif; }
p {
	text-align: justify; }
h1 {
	color: black;
	font-size: 48pt;
	text-shadow: 4px 4px 6px #7A7D79; }
h2 {
	background-color: #86B404;
	color: black;
	font-weight: bold;
	font-size: 38pt;
	text-align: center; }
h3 {
    color: black;
	font-weight: bold;
	font-size: 40pt;
	text-align: center; }
#bloc_page {
	width: 1280px;
    margin: auto; }
#logo_entete {
	display: inline-block;
	vertical-align: middle;
	margin: 10px; }
#text_entete {
	display: inline-block;
	vertical-align: middle;
	margin-left: 100px;
	font-family: blackjackregular;
	font-size: 1.6em; }
#pres_jml {
	display: inline-block;
	width: 1280px;
	height: 360px;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 3px 15px 3px 15px;
	margin: 0px 5px 0px 0px;
	text-align: justify;
	vertical-align: top; }

#copyright {
	font-size: 10px;
	text-align: center; }
