@font-face {
    font-family: 'alex_brushregular';
    src: url('polices/alexbrush/alexbrush-regular-otf-webfont.eot');
    src: url('polices/alexbrush/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/alexbrush/alexbrush-regular-otf-webfont.woff') format('woff'),
         url('polices/alexbrush/alexbrush-regular-otf-webfont.ttf') format('truetype'),
         url('polices/alexbrush/alexbrush-regular-otf-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'day_romanregular';
    src: url('polices/dayrom/dayrom-webfont-webfont.eot');
    src: url('polices/dayrom/dayrom-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom/dayrom-webfont-webfont.woff') format('woff'),
         url('polices/dayrom/dayrom-webfont-webfont.ttf') format('truetype'),
         url('polices/dayrom/dayrom-webfont-webfont.svg#day_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'Trebuchet MS',Arial,sans-serif;
}

header h1{
	font-family:'day_romanregular',serif;
	margin-top:50px;
}
header h2{
	font-family:'Trebuchet MS',Arial,sans-serif;
}

section h1, footer h1 {
	font-family:'day_romanregular',serif;
	font-weight:normal;
	font-size:1.5em;
}

#bloc_page {
	width: 900px;
	margin:auto;
}

#topsection {
	display:flex;
}

header {
	flex: 1;
	text-align: center;
}

#banniere {
	margin-top:0px;
}


nav {
	display: inline-block;
	width: 900px;
	text-align: center;
}

nav a {
	font-family:'day_romanregular',serif;
	font-weight:normal;
	font-size:1.0em;
}


nav a, aside a, footer a {
	color:black;
}

nav a:visited {
	color:#AAA;
}

nav ul {
	list-style-type: none;
}

nav li {
	display: inline-block;
	margin-right: 15px;
}

nav a {
	font-size: 0.8em;
}

aside {
	float: right;
	width: 290px;
	border: 2px solid black;
	border-radius:10px;
	box-shadow:6px 6px 6px black;
	text-align:center;
	background-color:rgb(234,237,237);
	background-color:rgba(234,237,237,0.4);
	position: relative;
	top:20px;
	margin-right:10px;
	padding:5px;
}

aside a:visited {
	color:#AAA;
}

aside h1{
	font-family:'alex_brushregular',serif;
	font-size:1.5em;
}

aside figurecaption {
	font-size:0.8em;
	position:relative;
	bottom:15px;
}

aside p {
font-family:'alex_brushregular',serif;
	font-size:1.2em;
	text-align:justify;
	padding:2px;
	position:relative;
	bottom:15px;
}

section article {
	margin-right:350px;
	text-align:justify;
	padding-left:15px;
}

#news {
	font-family:'day_romanregular',serif;
	font-weight:normal;
	font-size:2em;
	margin-right:100px;
	margin-left:100px;
	margin-top:50px;
	margin-bottom:50px;
	color:red;
}

#block1 {
	text-align:justify;
	padding-left:15px;
}

#block2 {
	display:flex;
	padding-left:15px;
	text-align:justify;
}

#block22 img {
	width:290px;
	height:290px;
	padding-left:40px;
}

footer {
	width:900px;
	text-align:center;
	border-top:2px solid black;
	padding-bottom:20px;
}


#logofacebook {
	margin-right:30px;
	margin-left:20px;
	border: 2px solid black;
	border-radius:10px;
	box-shadow:6px 6px 6px black;
}

#logoinstagram {
	margin-right:10px;
	margin-left:10px;
	border: 2px solid black;
	border-radius:10px;
	box-shadow:6px 6px 6px black;
}