#agenda
{
	background-image:url(../images/agenda/agenda.png);
	width:100%;
	height: 290px;
	border: 0px solid #3e75ae;
	background-repeat:no-repeat;
	background-position:center;
	font: 80% verdana, arial, sans-serif;
}

/* CSS Document */
body{
background-color:#000000;
}

a{
color:#333333;
font-weight:bold;
}

a:hover{
text-decoration:none;
}

.agenda {
display:inline;
border-width:0px ;
text-align: center; 
/*color: #0099FF; /* Couleur du texte dans les cases de agenda */
border-spacing: 1px; 
font-size: 0.7em; 
width:170px; 
left:50%;
margin-left:-85px;
top:85px;
position:absolute;
}

.agenda td, .agenda tr{
padding: 0;
width:10px;
}
.agenda th{
color:#FFFFFF;
}

/* Les 4 lignes qui suivent définissent la couleur de fond d'une case où il y a un évènement, ainsi que la couleur du texte. Ces mêmes couleurs 
sont utilisés pour le titre de l'évènement */
.agenda .celluleevenement{
background-color: #6F809A ;
color:#FFFFFF ;
}
/*
.agenda .evenement h6{
background-color: #6F809A ; 
color:#FFFFFF;
}
*/
.agenda .evenement h6{
font-size:1em ;
margin:0;
padding:0;
color:#FFFFFF;
}

.agenda .evenement{
font-weight:normal ;
border: 1px solid #60738B; /* Largeur, type et couleur du bord du cadre qui contient l'évènement */
background-color: #F4F9FD; /* Couleur de fond du cadre qui contient l'évènement */
color: #000000 ; /* Couleur du texte dans le cadre qui contient l'évènement */
z-index: 100; 
padding: 2px;
margin-top:1px;
position: absolute;
visibility: hidden;
width:110px;

}

.agenda td {
border: none; 
background-color: #CEE3F4; /* Couleur de fond des cases du agenda */
width:25px ;
}

.agenda td:hover {
background-color:#A3C3E0 ;  /* Couleur de fond des cases lors du survol de la souris */
}

.agenda .today{
font-weight:bold ;
border: 1px solid #60738B; /* Largeur, type et couleur du bord de la case du agenda qui correspond à aujourd'hui */
color:red;
}

.precedent, .suivant, .tel, .email{
position:absolute;
width:20px;
height:20px;
top:225px;
left:50%;
z-index: 2; 
}

.precedent {
margin-left:-60px;
}

.suivant {
margin-left:-30px;
}

.tel{
margin-left:10px;
}
.email{
margin-left:40px;
}
