dt {
	font-weight: bold;
	margin-right: 4px;
	float: left;
}
form {
	margin: 10px 0 10px 0;
}
.submit {
	text-align: center;
}
table {
	border: 1px solid #000000;
   border-collapse: collapse;
}
table a {
	display: block;
}
th, td {
	border: 1px solid #000000;
	padding: 2px;
/*	text-align: center;*/
}

.div_erreur {
	border: 1px solid #FF3300;
	padding: 5px;
	padding-left: 28px;
	background-image: url(images/icone_erreur.png);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
.div_info {
	border: 1px solid #0033FF;
	padding: 5px;
	padding-left: 28px;
	background-image: url(images/icone_info.png);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
.petit_texte {
	font-size: 80%;
	font-style: italic;
}
.couleur_effacee {
	color: #CCCCFF;
}
.texte_barre {
	text-decoration: line-through;
}
.selectionne {
	background-color: #FFFF99;
}
.table_ligne_colore {
	background-color: #FFFF99;
}
.table_ligne_incolore {
	background-color: none;
}
.fond_blanc {
	background: #FFFFFF;
}
.no_border {
	border: none;
}
.colonne {
	float: left;
}
.autosize {
	width: auto;
}
.clear {
	clear: both;
}
.no_height {
	height: 1px; /* une hauteur de 0 cause des bugs d'affichage */
	width: 1px;
}
.invisible {
	display: none;
}
.bordure_fine {
	border: 1px solid black;
}
.petite_marge {
	margin: 6px;
}
.petit_padding {
	padding: 6px;
}
