
/* reset */
* {
margin: 0;
padding: 0;
}

/*****************************************************************/		
/**** CORPS DE PAGE ****/
body {
	font: 100% Verdana, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center; /* pour IE 5.x. */
	color: #000000;
	margin: 0 auto;
	width:900px;     /* A faire sauter si besoin à l'affichage intégré */
}

#container{
	position:absolute;
	margin: 0 auto;
	width:650px;
	text-align:left;
	line-height: 19px;
}

#mainContent {
	width: 98%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	font-size:12px;
	color:#333333;
}
#index_alpha {
	width: 97%;
	height:30px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	font-weight:800;		
}

#rechercher {
	position: relative;
	float:right;
	width:150px;
	margin:5px 15px 10px 0;
	text-align:center;
	
} 		
/* FIN DU CORPS DE PAGE */

/*****************************************************************/	
/*** FICHE PERSONNE ***/
#fiche_personne{
	clear:both;
	position:relative;
	width:97%;
	margin:10px 5px 10px 5px;
	padding:5px;
	background:#F0EEEE
}

.courriel {
	position:relative;
	float:right;
	width:150px;
	margin:5px 5px 10px 0;
	text-align:center;
}
.corps_droite {
	position:relative;
	float:right;
	width:50px;
	margin:5px 5px 10px 0;
	text-align:center;
}
/* Bloc adresse */
.contact{
	clear:both;
	position:relative;
	width:97%;
	padding:5px;
	margin-top:5px;
	margin-bottom:10px;
}
/* Blocs côte à côte */
.list_left {
	width:49%;
	float:left;
	margin-top:10px;
}

.list_right {
	width:49%;
	float:right;
	margin-top:10px;
	text-align:right;
}
/* Référence de la thèse */
.these{
	clear:both;
	padding-top:15px;
	font-size:11px;
}
/* Liste des publications */
.publications {
	margin-top:10px;
	font-size:11px;
}
/* Bloc pages */
.pagination{
	clear:both;
	position:relative;
	width:97%;
	padding:5px;
	margin-top:5px;
	margin-bottom:10px;
}

h2 {
	font-size:13px;
	color:#333333;
	padding-bottom:10px;
}

h3 {
	font-size:11px;
	color:#333333;
	padding-bottom:5px;
}

a {
	color: #002864;
	text-decoration: underline;
	font-weight: bold;
}