/*-----------------  DIV DE LA PAGE INFOS PRATIQUES -----------------*/
/*div du bloc central*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 60px;
}
#contenu {
	float: left;
	width: 820px;
	height: 600px;
	margin: 0px;
	text-align: center;
}
#contenu p {
	font-size: 15px;
	color: #714135;
	text-align: left;
}
.cell_libelle{
	width: 20%;
	font-family: georgia;
	font-size: 17px;
	font-weight: bold;
	color: #714135;
	text-align: left;
}
.cell_info{
	width: 100%;
	font-family: georgia;
	font-size: 11px;
	font-weight: light;
	color: #714135;
	text-align: left;
}
.cell_form {
	width: 50%;
	font-family: georgia;
	font-size: 15px;
	font-weight: light;
	text-align: left;
	color: #714135;
}
.cell_erreur {
	width: 30%;
	font-family: georgia;
	font-size: 11px;
	font-weight: light;
	text-align: left;
	color: #3c160c;
}
.cell_btn {
	width: 100%;
	text-align: center;
	height: 50px;
	border-top: dashed 1px #714135;
}
.cell_description {
	width: 100%;
	height: 60px;
	font-family: georgia;
	font-size: 13px;
	font-weight: light;
	color: #714135;
	text-align: left;
	vertical-align: bottom;
	background-image: url(../images/fond_transparent.png);
}
/*style du bloc contenant le message de validation*/
#message_valid {
	position: relative;
	left: 0px;
	top: 80px;
	width: 820px;
	height: 60px;
	font-family: georgia;
	font-weight: bold;
	font-size: 19px;
	color: #714135;
}
/*style du bloc adresse postale*/
#adresse_postale {
	font-family: georgia;
	font-weight: ligther;
	font-size: 15px;
	color: #3c160c;
	text-align: center;
}

