﻿/*-----------------  DIV DE LA PAGE INFOS PRATIQUES -----------------*/
/*div du bloc central*/
/*style du bloc contennat le titre graphique*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 60px;
}
/*style du bloc central*/
#contenu {
	float: left;
	width: 820px;
	height: 600px;
	margin: 0px;
	text-align: center;
}
/*style de l'entête des info avec lettrine*/
#texte_info {
	position: relative;
	width: 820px;
	height: 60px;
	text-align: left;
	font-family: georgia;
	font-weight: bold;
	font-size: 21px;
	color: #714135;
}
/*style de la liste des infos*/
#liste_info {
	position: relative;
	width: 820px;
	height: 120px;
	text-align: left;
	font-family: georgia;
	font-size: 17px;
	color: #714135;
}
/*style des vignettes des plans*/
#vignettes {
	position: relative;
	width: 820px;
	height: 140px;
}
/*style du bloc adresse postale*/
#plan_imp {
	position: relative;
	width: 820px;
	height: 80px;
	top: 100px;
	font-family: georgia;
	font-weight: ligther;
	font-size: 15px;
	color: #3c160c;
	text-align: center;
}
/*classe des  cellules contenant le type de transport*/
.cell_transport_1 {
	text-align: left;
	font-family: georgia;
	font-size: 17px;
	font-weight: bold;
	color: #714135;
	width: 20%;
}
/*classe des cellules contenant la description du transport*/
.cell_transport_2 {
	text-align: left;
	font-family: georgia;
	font-size: 17px;
	font-weight: light;
	color: #714135;
}
/*classe des  cellules contenant les liens vers les sites utiles aux transports*/
.cell_transport_3 {
	text-align: left;
	font-family: georgia;
	font-size: 15px;
	font-weight: light;
	color: #714135;
}
/*classe des  cellules contennat les vignettes*/
.cell_vignettes {
	font-family: georgia;
	font-size: 17px;
	text-align: center;
	color: #714135;
	width: 33%;
}
/*classe des  cellules contenant les sous titres des vignettes*/
.cell_vignettes_titre {
	font-family: georgia;
	font-size: 23px;
	line-height: 50px;
	text-align: center;
	color: #714135;
}
