article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section{
	display: block;
}

@font-face {
    font-family: rindualam;
    src: url('../polices/rindualam.eot') format('eot');
    src: url('../polices/rindualam?#iefix') format('embedded-opentype');
}
@font-face
{
    font-family: freshline;
    src: url('../polices/freshline.eot') format('eot');
    src: url('../polices/freshline?#iefix') format('embedded-opentype');
    src: url('../polices/freshline.ttf') format('truetype');
 }
@font-face
{
    font-family: ballpark;
    src: url('../polices/ballpark.eot') format('eot');
    src: url('../polices/ballpark?#iefix') format('embedded-opentype');
    src: url('../polices/ballpark.ttf') format('truetype');
}
@font-face
{
    font-family: dayrom;
    src: url('../polices/dayrom.eot') format('eot');
    src: url('../polices/dayrom?#iefix') format('embedded-opentype');
    src: url('../polices/dayrom.ttf') format('truetype');
}


body
{
	background: url('../img/fond.jpg') fixed no-repeat center;
	background-size: cover;
	background-position: center center;
	margin: 1px;
	font-family: 'courier new', 'comic sans ms',georgia,impact,'time new roman',
	'trebuchet ms',arial, 'arial black',helvetica,tahoma, geneva,verdana,serif;
	font-size: 2ex;
	color: black;
	font-weight: normal;
}
/*------------------------------------------------------------------------------------------------------------*/
/* ICI LE CODE */
#conteneur
{
	display: flex;
	flex-direction: column;
}
header
{
	background-color: black;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
h1
{
	text-align: center;
}
header picture
{
	background-color: black;
}
#slider
{
	display: flex;
}
#slider nav
{
	flex:1;
	display: flex;
	align-items:center;
}
#menu ul li
{
	padding: 5px 0;
	color: maroon;
	display: inline-block;
}
#slider picture
{
	margin-left: 5px;
}
section
{
	display: flex;
	flex-direction: column;
}
#article1
{

}
#video
{

}
#article2
{

}
footer
{
	font-size: 1.5ex;
	text-align: right;
}
h3
{
	color: maroon;
	text-decoration: underline;
}
p
{
	font-weight: bold;
}
a:link {color: black; }
a:visited {color: #932215;}
a:hover {font-weight: bold;}
a:focus {color: #932215; }
a:active {color: white; }
/*------------------------------------------------------------------------------------------------------------*/
/*Annule le flottement après le dernier élément flottant ou subissant le flottement*/
.finfloat{
	clear:both;
}
.majuscule{
	text-transform: uppercase;
}
.sans{
	list-style-type: none;
}
.font1{
	font-family: rindualam;
}
.font2{
	font-family: freshline;
}
.font3{
	font-family: ballpark;
}
.font4{
	font-family: dayrom;
}
.gras
{
	font-weight: bold;
}
.coul
{
	color: blue;
}
/* -----------------------------*/
html{height: 100%}; /* à placer en dernier */