@charset "UTF-8";



#conference {
	width: 608px;
	font-size: 11px;
}
#conference table.conference {
	background-color: #FFF;
	border: 2px solid #FFF;
}
#conference .fond1 {
	background-color: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	vertical-align: top;
}
#conference .fond2 {
	background-color: #60AD33;
	padding: 2px;
	vertical-align: top;
}

#conference .fond3 {
	background-color: #4098AD;
	padding: 2px;
	vertical-align: top;
}
#conference .fond4 {
	background-color: #D38B39;
	padding: 2px;
	vertical-align: top;
}
