﻿/*-----------------  DIV DE LA PAGE PRESSE -----------------*/
/*div du bloc central*/
#contenu {
	float: left;
	width: 820px;
	height: 680px;
	margin: 0px;
	text-align: center;
	font-family: georgia;
	font-size: 17px;
	color: #714135;
}
/*style du bloc contenant le titre graphique*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 60px;
}
/*style du bloc contenant la  listedes journaux*/
#liste_journaux {
	float: left;
	width: 820px;
	height: 60px;
	margin: 0px;
	text-align: center;
	font-family: georgia;
	font-size: 17px;
	color: #714135;
}
/*style du bloc contenant les numéros de page*/
#liste_pages {
	float: left;
	width: 820px;
	height: 40px;
	margin: 0px;
	text-align: center;
	font-family: georgia;
	font-size: 17px;
}
/*style du bloc contenant les vignettes*/
#liste_vignettes {
	float: left;
	width: 820px;
	height: 440px;
	padding: 10px;
	margin: 0px;
}
/*style du texte de contact presse*/
#contact_presse {
	position: relative;
	width: 820px;
	height: 40px;
	font-family: georgia;
	font-size: 13px;
	text-align: center;
	color: #3c160c;
}
