@charset "ISO-8859-1";



h1,h2,h3,h4 {
	padding:0;
	margin:0;
}

.boiteFondGris {
	position:relative;
	padding:10px;
	background-color: #d0f0c0;
	/*border: 1px solid #CCCCCC;	*/
}


.boiteFondBlanc {
	position:relative;
	padding:10px;
	background-color: #ffffff;
	/*border: 1px solid #CCCCCC;	*/
}


.nomConferencier{
	margin-bottom:2px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	
	

}

.titreconference{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.imgConferencier{
	position:relative;
	margin-right:10px;
	margin-top:10px;
	float:left;

}

.imgConferencier img{
	position:relative;
	border:0;
	margin-bottom:10px;
	}
.imgConferencier a{
	position:relative;
	text-decoration:none;
	padding-top:10px;
	}

.blockConferencier{
	position:relative;
	float:left;
	width:395px;
}

.pConferencier{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pSousTitre{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin:0;
	padding:0;
	margin-top:10px;;

}

.pSousTitre2{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-top:10px;;

}

.clear{
	clear:both;
}

.listeConferencier{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}

.listeConferencier li{
	margin-bottom:10px;

}

.spanClick{
	cursor:pointer;
		

}

.spanClickOff{
	cursor:pointer;
	color:#669900;

}

.spanClick:hover{
	color:#669900;
	text-decoration: underline;
}