body{
	text-align: center;
}
H1{
	text-align: center;
}
#mon_form {
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-width: 2px;
	border-bottom-width: 2px;
	text-align: right;
	padding: 10px;
	background-color: #dddddd;
	display:table; 

}
.label_champ{
	margin: 5px;
	text-align: right;
	display:table-cell;
	vertical-align: middle;
}
.champ_texte{
	margin: 5px;
	text-align: left;
	width: 200px;
}
.champ_texte_pet{
	margin: 5px;
	text-align: left;
	width: 500px;
}
.td_texte{
	display:table-cell;
}
.ligne_form{
	display:table-row;
}
.ligne_form_texte{
	text-align: left;
	display:table-row;
}
#adresse,#commentaires{
	text-align: left;
	height: 80px;
	resize: none;
}
#table_list{
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	display:table;
}
.tr_liste{
	display:table-row;
}
.td_list{
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	display:table-cell;
	margin: 5px;
	padding: 10px;
	text-align: left;
}
.entete{
	font-weight: bold;
	text-align: center;
}
