body {
	font-family: 'NowRegular', Arial;
	background-color: white;
	color: black;
}
.contenu {
	width: 2000px;
	height: 2290px;
}
.paragraphe {
	float:left;

	width: 320px;
	min-height: 50px;

	font-size: 12px;

	margin: 10px;
	padding: 10px;

	border: 1px solid #CCC;
	background-color: #EEE;
	
	overflow: hidden;
}
.paragraphe_seul {
	background: transparent;
	border: 0px;
	left: 0px;
	top: 0px;
	font-size: 2.4em;
	margin-top: 25px;
	margin-left: 15px;
	width: 80%;
}
.photo, .petite_photo{
	background-color: transparent;
	border: 0px;
}
.petite_photo {
	width: 32px;
	min-height: 32px;
}
.credits {
	display:none;
	position:absolute; 
	left:30px; 
	top: 2100px;
	width:420px;
	min-height:320px;
	z-index:10000;
	background-color: #EFDEDAF0;
}
.credits-mobile{
	
	display:none;
	position:relative;
	float: left;	
	border: 0px;
	width: 80%;
	height: 40px;
	margin-top: 120px;
	margin-left: 15px;
	background-color: transparent;
}

a {
	color: #4462be;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}