@keyframes welcome {
	0% {opacity:0}
	100% {opacity:1}
}
html{
	background-color: rgba(15,15,15,1);
	font-family: Arial,sans-serif;
	animation-timing-function: ease-in-out;
	animation-name: welcome;
	animation-iteration-count: 1;
	animation-duration: 1s;
}
body {
	margin:0;
}
div.press_article{

	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: 3px solid white;
	margin-top: 48px;
	background-color: rgba(39,39,39,1);
	
}
div.press_article:hover{
	box-shadow: 1px 2px 3px 4px  rgba(255,255,255,0.6);
}

ul.article_info{
	border-radius: 0px 0px 6px 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	margin-top: -17px;
	margin-bottom: 0px;
	background-color: grey;
}
ul.article_info li.article_info{
	color: white;
	list-style-type: none;
	display: inline;
}
li.article_info{
	margin-right: 24px;
	font-size: 15px;
}
li.article_info#copyright{
	float: right;
}
h3.article_title{
	color: white;
	border-radius: 6px 6px 0px 0px;
	background-color: black;
	text-align: center;
	border-bottom: 3px solid white;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
}
h3.article_title#lalibre{
	background-color: #ac115d;	
}

h3.article_title#jeuxvideo{
	background-color: #ff3c00;	
}
h3.article_title#daardaar{
	background-color: #14aa5d;	
}
h3.article_title#dhnet{
	background-color: #e1001a;
}
h3.article_title#lavenir{
	background-color: #4dcf49;
}
p.article_description{
	margin-top: -20px;
	color: white;
	text-align: left;
	line-height: 32px;
	border-bottom: 3px solid white;
	margin-top: -20px;
	padding: 25px;
	font-size: 17px;
}
a{
	text-decoration: none;
}
h2{
	color: white;
	text-align: center;
}
div.header_div{
	margin-top: 32px;
	border: 3px solid white;
	border-radius: 5px 5px 5px 5px;
	width: 75%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(39,39,39,1);
}
h1 {
	color: white;
	border-bottom: 3px solid white;
	padding-bottom: 16px;
}
p.presentation {
	text-align:center;
	color: white;
	margin-top: -22px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 0px;
	background-color: gray;
	border-radius: 0px 0px 5px 5px;
	font-size: 18px;
	
}




