body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	width:800px;
}
ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
li {
	padding-left: 20px;
}

a {
	margin-left:50px;
	text-decoration:none;
	color:#ff3399;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#f00;
}

a:active {
	color:#000;
}

/* les classes */
.Header {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.HeaderLogo {
	font-style:italic;
	float:left;
}
.HeaderTitre {
	line-height: 30px;
}
.Session {
	width: 95%;
}
.SessionTopicTheme {
	border: 1px solid #333;
	font-weight: bold;
	text-align: center;
}
.SessionTitre {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.SessionHeure {
	font-weight: bold;
}
.SessionIntervenant {
	font-style: italic;
}
.SessionIntervenantTitre {
	font-weight: bold;
}

.fleche {
	padding-bottom:10px;
	background:url(../images/fleche.png) no-repeat 0 3px;
}

.marge {
	margin-left:100px;
}

.present {
	
}