/* Global settings */
html
{
	overflow-y: scroll;
}
body
{
	margin: 0px;
	padding: 0px;
	background-image: url("images/bg.png");
	background-repeat: repeat;
}
h2
{
	font-size: 16px;
	margin-bottom: 5px;
}
a
{
	text-decoration: none;
}
iframe
{
	border: 1px solid #d9d9d9;
	width: 426px;
	height: 239px;
}
@font-face
{
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Regular.eot');
	src: url('fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
	url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
	url('fonts/Montserrat/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'BebasNeue';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/BebasNeue/BebasNeue Book.eot');
	src: url('fonts/BebasNeue/BebasNeue Book.eot?#iefix') format('embedded-opentype'),
	url('fonts/BebasNeue/BebasNeue Book.ttf') format('truetype');
}
@font-face
{
	font-family: 'VCR_OSD_MONO_1';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/VCR_OSD_MONO_1/VCR_OSD_MONO_1.eot');
	src: url('fonts/VCR_OSD_MONO_1/VCR_OSD_MONO_1.eot?#iefix') format('embedded-opentype'),
	url('fonts/VCR_OSD_MONO_1/VCR_OSD_MONO_1.ttf') format('truetype');
}
#taille
{
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
	min-width: 640px;
	min-height: 480px;
	box-shadow: 0px 0px 10px grey;
}






/* Header */
@font-face
{
	font-family: 'Dosis';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Dosis/Dosis-Regular.eot');
	src: url('fonts/Dosis/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Dosis/Dosis-Regular.ttf') format('truetype');
}
header ul
{
	background-image: url("images/bg1.png");
	background-repeat: repeat;
}
header li a
{
	color: black;
	font-size: 120%;
}
header li a:visited
{
	color: black;
}
header li a:hover
{
	color: grey;
}
#entete
{
	margin: 0px;
	padding: 0px;
	display: flex;
	list-style-type: none;
	align-items: flex-end;
}
#logo
{
	height: 70px;
	width: auto;
	margin-top: 0px;
}
.block1
{
	margin-right: auto;
	margin-left: 10px;
}
.lien1
{
	display: flex;
	background-image: url("images/bg2.png");
	height: 50px;
	width: 110px;
	min-width: 100px;
	border-right: 1px solid #999999;
	align-items: center;
	justify-content: center;
	font-family: "Dosis";
}
.lien2
{
	display: flex;
	background-image: url("images/onglet.png");
	height: 50px;
	width: 110px;
	min-width: 100px;
	border-right: 1px solid #999999;
	align-items: center;
	justify-content: center;
	font-family: "Dosis";
}
.lien3
{
	display: flex;
	background-image: url("images/onglet.png");
	height: 50px;
	width: 110px;
	min-width: 100px;
	align-items: center;
	justify-content: center;
	font-family: "Dosis";
}





/* Main */
main
{
	display: flex;
	align-items: center;
	flex-direction: column;
	background-image: url("images/bg2.png");
	background-repeat: repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
}
time
{
	font-size: 15px;
}
q
{
	font-style: italic;
}
.container
{
	display: flex;
	flex-direction: column;
	min-height: 80px;
	max-height: 80px;
	min-width: 608px;
	max-width: 1425px;
	width: 95%;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-image: url("images/articles/article.png");
}
.titre
{
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 79px;
	width: 100%;
	background-image: url("images/articles/titre.png");
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 1px solid #d9d9d9;
	z-index: 0;
}
.titre h1
{
	font-size: 25px;
	font-family: "Montserrat";
	font-size: 130%;
	text-align: center;
	margin: 0;
}
.titre:hover h1
{
	color: grey;
}
.titre div
{
	display: flex;
	height: 25px;
}
.titre div time
{
	margin: 5px 5px 0 auto;
}
.titre div img
{
	margin: 5px auto 0 5px;
	height: 25px;
	width: 25px;
}
.article
{
	height: auto;
	position: relative;
	margin: 10px;
	font-size: 14px;
	font-family: "Montserrat";
	z-index: 0;
}
.img-left
{
	float: left;
	margin-right: 5px;
}
.img-right
{
	float: right;
	margin-left: 5px;
}
.article a
{
	color: grey;
}
.article a:hover
{
	text-decoration: underline;
}
.article a img
{
	width: 100%;
	margin-bottom: 5px;
}
.article p
{
	margin: 0;
	text-align: justify;
	text-justify: inter-word;
}
.article ul
{
	list-style-type: none;
	padding-left: 0;
	margin-top: 5px;
}
.article li
{
	margin-bottom: 5px;
	text-align: justify;
	text-justify: inter-word;
}
.article li div
{
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.article-footer
{
	display: flex;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #d9d9d9;
}
.article-footer div
{
	margin-left: 5px;
}
.article-footer img
{
	border: 1px solid #d9d9d9;
	height: 75px;
	width: 75px;
}
.close
{
	border: none;
	outline: none;
	height: 30px;
	width: 100%;
	background-color: #d9d9d9;
}
.close:hover
{
	background-color: #D1D1D1;
	cursor: pointer;
}

/* Footer */
footer
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 100%;
	background-image: url("images/bg1.png");
	background-repeat: repeat;
}
footer p
{
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
