#index_tout
{
	margin: 0;
}

#gauche
{
	float: left;
	width: 350px;
}

#droite
{
	float: right;
	width: 350px;
	border-left: 0px solid #000000;
	padding-left: 20px;
}

.index_resultats
{
	margin-bottom: 20px;
}

.index_resultats td
{
	height: 40px;
	padding-left: 5px;
	border-bottom: 1px dashed #FF0000;
	vertical-align: center;
}

.index_resultats th
{
	border: 0;
	border-bottom: 0;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	background-image: url('../images/fond.jpg');
	background-position: center;
}

.index_resultats th:hover, th.over
{
	background: #FF0000;
	cursor:pointer;
}