#titre
{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#container
{
	position: absolute;
	width: 880px;
	height: 400px;
	top: 204px;
	left: 20px;
	font-size: 12px;
}
#container #pager
{
    position: absolute;
    width: 385px;
    height: 25px;
    line-height: 20px;
    top: 380px;
    left: 475px;
    font-size: 14px;
    color: #4B97E7;
    font-weight: bold;
    text-align: right;
}
#pager a {color:#4B97E7; text-decoration:none;}
#pager a:hover {color:#F08511; text-decoration:underline;}
table
{
	width: 840px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: 20px;
}
th
{
	color: #4b97e3;
	height: 20px;
}
td
{
	background:none;
	height: 57px;
	
	text-align: center;
	border: #c5c5c5 1px solid;
	font-size: 15px;
	font-weight: bold;
	color: #5c5c5c;
}
td.image
{
		width: 80px;
}
td.ligne
{
	height: 10px;
	background: none;
	border: none;
}
td.nom
{
	font-size: 14px;
}
.nom a
{
	color: #5c5c5c;
}

hr
{
	border: #a6c8ea solid 1px;
}
#container fieldset
{
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 100px;
	text-align: center;
}
#container fieldset #message
{
	width: 100%;
	text-align: center;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	color: #9BC2EB;
	font-weight: bold;
}
#container fieldset .form-row
{
	text-align: left;
}
#container fieldset .form-row label
{
	width: 120px;
	float: left;
	margin-left: 80px;
}
#container fieldset .form-row .form_error
{
	color: red;
	font-weight: bold;
	width: 100%;
	text-align: center;
}


