@charset "utf-8";
/* CSS Document */

#formulaire{
	font-family: Arial, Helvetica, sans-serif;
	color: #87390B;
	width: 960px;
}

#formulaire table {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
}

#formulaire span{
	color: #C30;
}

.celluledroite {
	background-color: #FFF;
	width: 502px;
	border-style: outset;
	border-color: #C90;
	border-width: 2px 1px 1px 2px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
.celluletext {
	background-color: #FFF;
	width: 502px;
	border-style: outset;
	border-color: #C90;
	border-width: 2px 1px 1px 2px;
	height: 150px;
}
.cellulegauche {
	font-family:  'Papyrus-Regular', sans-serif;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

.bt_submit {
	background-color: #9E795B;
	width: 70px;
	margin-top: 20px;
	border-width: 2px 1px 1px 2px;
	border-style: outset;
	border-color: #C90;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFC;
	font-weight: bold;
}
.bt_submit:hover {
	background-color:#e4ca97;
	width: 70px;
	margin-top: 20px;
	border-width: 2px 1px 1px 2px;
	border-style: outset;
	border-color: #C90;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #883A0C;
	font-weight: bold;
}
