@CHARSET "UTF-8";

#left {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td,th {
	border: 1px solid #000;
}

th {
	color: #fff;
	margin: 0 0 5px 0;
	font: bold "Trebuchet MS", Arial;
	background: #3D5368;
	vertical-align: top;
}

th a {
	color: #fff;
}



td {
	text-align: left;
	vertical-align: top;
}

ul.chien_liste {
	clear: both;
}

h1 {
	clear: both;
}

span.ajax {
	font-weight: bold;
}

.paginationControl {
	text-align: center;
}

.important {
	font-weight: bold;
}

#corps {
	clear: both;
}
hr {
margin: 20px;
}
/*Page conduisant à des modifications d'informations*/
.modification
{
	color:red;
}