/*** communs ***/
ul#listeEvenement{padding:0; margin:0;}
/* classe au cas ou le grand titre visuellement n'est pas le grand titre de la page */
.gTitre{font-size:1.4em; font-weight:bold;} 
.pTitre{font-size:1.1em; font-weight:bold; margin:0;}
.ppTitre{font-size:1em; font-weight:bold; margin:0;}

/*** annees.asp ***/
div.annee{
	float:left;
	padding-right:3.5em;
}

/*** evenements.asp ***/
li.evenement{position:relative; padding:0 25% 0 0; clear:both; margin-bottom:-15px; list-style-image:none; list-style:none; margin-left:-14px;}
li.evenement[class]{position:relative; padding:0 25% 0 0; clear:both; margin-bottom:10px; list-style-image:none; list-style:none; margin-left:-14px;}
div.date{width:40%; text-align:right; margin-left:60%; position:absolute; right:5px; top:0;}
img.list{height:66px; border:1px solid #3f3f3f; float:left; margin: 0 15px 0 0;}

/*** album.asp ***/
ul#lesMiniatures{margin-left:-15px; list-style-type:none; list-style-image:url('none');}
img.thumb{height:66px; border:1px solid #3f3f3f;}
#lesMiniatures li{float:left; width:25%; margin-bottom:5px; text-align:center;}

