/*-----------------  DIV DE LA PAGE LANGAGE -----------------*/
/*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;
}
#presentation {
	float: left;
	width: 660px;
	height: 160px;
	background-image: url(../images/fond_transparent.png);
}
#presentation p {
	font-family: georgia;
	font-size: 15px;
	color: #714135;
	padding: 10px;
}
/*Style de la zone contenant l'information sur le choix de la liste*/
#choix {
	float: left;
	width: 160px;
	height: 70px;
	margin: 0px;
	text-align: left;
}
#tableau_titre {
	float: left;
	width: 640px;
	height: 30px;
}
#tableau {
	float: left;
	width: 660px;
	height: 400px;
	overflow: auto;
}
#tableau_texte {
	float: left;
	width: 640px;
	height: 400px;
}
.text_form {
	font-family: georgia;
	font-size: 11px;
	color: #714135;
	line-height: 14px;
}
.cell_titre {
	width: 50%;
	text-align: center;
	font-family: georgia;
	font-size: 17px;
	font-weight: bold;
	color: #714135;
	border-top: solid 1px #714135;
	border-bottom: dashed 1px #714135;
	background-image: url(../images/fond_transparent.png);
}
.cell_texte {
	width: 40%;
	text-align: left;
	font-family: georgia;
	font-size: 13px;
	color: #714135;
	border-bottom: dashed 1px #714135;
	background-image: url(../images/fond_transparent.png);
}
.cell_texte_2 {
	width: 40%;
	text-align: left;
	font-family: georgia;
	font-size: 13px;
	color: #714135;
	border-bottom: dashed 1px #714135;
	border-top: solid 2px #714135;
	background-image: url(../images/fond_transparent.png);
}

