*{
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
}

h1{
	font-size: 16px;
	margin-bottom: 20px;
	background-color: silver;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #909090;
}

label{
	display: block;
	float: left;
	width: 300px;
	font-weight: bold;	
}

table{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

tr:hover{
	background-color: #E0E0E0;
}

td{
	width: 170px;
	padding: 2px;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
}

.entete td{
	background-color: brown;
	color: white;
	font-weight: bold;	
}

#main{
	width: 900px;
	margin: 5px auto;
	border: 1px solid #E0E0E0;
}

.input_long{
	width: 300px;
}


.important{
	color: red;
	font-weight: bold;
}