@charset "utf-8";
/* CSS Document */

.header, .footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#ee8201;
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
}
.session {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height:20px;
	width: 570px;
}
.session_hour {
	color: #FFF;
	background-color: #908eba;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.english_title {
	font-size: 16px;
	font-weight: bold;
	color: #47579f;
}
.french_title {
	font-size: 16px;
	font-weight: bold;
	color: #868889;
	font-style: italic;
}
.chairmen {
	font-weight: bold;
}
.presentation_hour {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.presentation_english_title {
	color:#1a171b;
	letter-spacing:0px;
}
.presentation_french_title {
	color: #707173;
	font-style: italic;
	letter-spacing:0px;
}
.presenter {
	float:right;
}
.presentation a{
	font-weight:bold;
	color:#f68421;
	float:right;
}
