/* Titres pour le colloque 2007 */ 
h2#colloqueProgramme {background: url(../images/titre_programme.gif) no-repeat 0% 0%;}
h2#colloqueContributions {background: url(../images/titre_contributions.gif) no-repeat 0% 0%;}
h2#colloqueSejour {background: url(../images/titre_sejour.gif) no-repeat 0% 0%;}
h2#colloqueContacts {background: url(../images/titre_contacts.gif) no-repeat 0% 0%;}


/* Tables */
table.programme {
	border-top : 1px solid #d8dacb;
	border-left : 1px solid #d8dacb;
	border-collapse: collapse;
	margin: 1.5em 0 0 0;
	padding : 0;
	background: #f1f2e5;	
	width: 99%; }
	
tr.alt { 
	background: #d8dacb;
	font-style: italic; } 

table.programme td { 
	border-right : 1px solid #d8dacb;
	border-bottom : 1px solid #d8dacb;
	padding: 10px; }

table.programme td.horaire { 
	background: #738200;
	color : #fff; }


/* Listes */
ul.contributions { 
	margin: 1em 0 2em 0;
	list-style-type: none; }
	
ul.contributions li { margin-top: 1em; }

ul.contributions li h5 { margin: 0; }

ul.contributions li p { margin: 0.2em 0 0 0; }
