@charset "utf-8";
h1 {
	font-family:Helvetica, sans-serif, Arial;
	font-size:24px;
	font-style: none;
	line-height: normal;
	text-align: center;
}
.titreformulaire {
	font-size: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.obligatoire {
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Helvetica, sans-serif, Arial;
	font-size:14px;
	font-style: none;
	line-height: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
#formulaire {
	width: 70%;
	float: left;	
	padding: 0px;
	margin-left: 5%;
	background-color:#FFFFFF;

}
#sexe td {
	width: 10%;
}

#commentaire {
	width: 22%;
	margin: 0px;
	padding: 10px;
	float: left;
	background-color:#CCCCCC;
	border-left-width: thin;
	border-left-style: double;
	border-left-color:#000000;
	
}
#commentaire #calvin {
	height: 90%;
	width: 90%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#commentaire p {
	font-family:Helvetica, sans-serif, Arial;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	display: block;
}

/*#boutons input {
	font-style: normal;
	font-weight: bold;
	color:#000000;
	background-color: #FFCC66;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	text-align: center;
	width: 150px;
}
#boutons tr {
	vertical-align: middle;
	height: 40px;
}


input {
	font-style: italic;
	color: #000000;
	background-color: #FFCC66;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #000000;
}*/

label {
	font-family:Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
#T1 input    {
	width: 90%;
}
#T3 #courriel {
	width: 90%;
}
#T4 input {
	text-align: center;
	width: 20px;
}
#T2 input {
	width: 100px;
}
#renseignement #T2 #VILLE {
	width: 85%;
}
#boutons table {
	width: 300px;
}
#facture tr {
	vertical-align:middle;
	height: 30px;
}
#vide td{
	width: 25%;
}
