.agenda {
	width:220px;
	height:190px;
	float:left;
	margin-top:30px;
	margin-left:20px;
	margin-bottom:30px;
	background:url('../agenda.jpg') top left no-repeat;
}

.actuAgenda {
	width:400px;
	float:left;
	margin-top:30px;
	margin-left:80px;
}
.actuAgenda .titreActuAgenda {
	font-weight:bold;
}

.actuAgenda .titreActuAgendaEntier {
	font-weight:bold;
/*	position:absolute;*/
  top:463px;
/*  left:320px;*/
  width:400px;
}

.actuEnEntier {
  color:#606060;
/*  position:absolute;*/
/*  top:496px;*/
/*  left:320px;*/
  width:400px;
}

.actuAgenda .plus {
	float:right;
}

.actuAgenda .retour {
	float:right;
}

.actuAgenda .precedent {
	float:left;
}
.actuAgenda .suivant {
	float:right;
}

.clearBoth {
	clear:both;
}
