@charset "UTF-8";
/* CSS Document */

#agenda{
background-image:url(../images/agenda2.png);
background-position:center;
background-repeat:no-repeat;

}


#contenu_titre{
text-align:right;
background-image:url(../images/titre_agenda.png);
background-position:right;
background-repeat:no-repeat;
height:60px;
width:500px;
margin-top:10px;
text-align:right;
font-size:xx-large;
font-style:italic;
color:#000000;
}

#contenu_texte{
margin-top:10px;
}

#contenu_texte p{
text-align:center;
font-weight:500;
}

ul{
font-size:small;
list-style-type:square;
}

.mois a{
text-decoration:none;
color:#000000;
font-style:oblique;
font-stretch:extra-expanded;
}

.mois{
text-align:center;
margin-top:15px;
}

