body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}


.scroll_win{
	overflow: scroll;
	height: 300px;
	width: 100%;
}

.agenda_current_set{
	font-size: 12px;
	color: #FF6600;
}

.agenda_current_set:hover{
	font-size: 12px;
	color: #FF6600;
}


.agenda_set{
	font-size: 12px;
	color: #0000FF;
}

.agenda_set:hover{
	font-size: 12px;
	color: #FF6600;
}

.agenda_notset{
	font-size: 12px;
	color: #000000;
}

.agenda_notset:hover{
	font-size: 12px;
	color: #FF6600;
}



.menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}


.projet {
	font-size: 10px;
	color: #333333;
}
.projet_selected {
	font-size: 10px;
	color: #990000;
}

.projet:hover {
	font-size: 10px;
	color: #FF6600;
}

