/* FEUILLES DE STYLE POUR ELEMENTS ECLUSIVEMENT DANS LA PAGE INDEX.PHP */


#description_ts {
	margin-top: 125px;
	margin-left: 8px;
	font-size: 0.9em;
	color: #555;
	line-height: 1.4em;
}


#liste_auteurs {
	margin-top: 20px;
	min-height: 400px;
	height: expression(470);
}


#colonne_auteurs_gauche {
	float: left;
	width: 285px;
	text-align: left;
}

#colonne_auteurs_droite {
	float: right;
	width: 290px;
	margin-right: 20px;
	text-align: left;
}

#navigation {
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	background-image:url('../images/ligne-up.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.bloc_auteur, .bloc_auteur_over {
	width: 97%;
	padding: 10px;
	height: 82px;
	cursor: pointer;
	margin-bottom: 10px;
}

.bloc_auteur_over {
	background-color: #f8f8f8;
}


.photo_auteur {
	height: 65px;
	width: 65px;
	border: 6px solid #f3f3f3;
	margin-right: 15px;
	float: left;
}


.bloc_auteur_texte {
	padding: 2px;
	font-size: 1.1em;
	font-weight: normal;
}


