/*lire le fichier d'aide placé dans le répertoire themes*/
/*fichier css été*/


/*ne pas modifier le nom de l'image de fond de la page*/
.body{
/*background-image: url(images/fond.gif);*/
/*background-image: radial-gradient(yellow, #D0F5A9);*/
}
/*ne pas modifier met une couleur uni derrierre la page*/
.centerbody{
background-color: #CCFEA0;
}

.animfleur{
background-attachment: fixed;
background-image: url(images/animfleur.gif);
background-repeat: repeat-x;
background-position: left bottom;
bottom: -5px;
height: 19px;
left: 0;
position: fixed;
margin-left:auto;
margin-right:auto;
width: 100%;
z-index: 11;
}
/*ne pas modifier le nom de l'image de fond du bandeau*/
.header{
background-image: url(images/header.jpg);
}

/* titre la ferme du petit mont déroulant*/
.tlfpm{
color: #89FF5E;
}

/*les menus*/
.m1, .m2, .m3, .m4, .m5, .m6, .m7, .m8, .m9, .ma{
background-image: url(images/bgbottom.gif);
}

/*ne pas modifier affiche les news dans le menu*/
.popub{
background-image: url(images/bgpopub.gif);
}

.txtac{
background-color: yellow;
}

/*ne pas modifier c'est le pied de page*/
.footer{
background-color: #CCFEA0;
}
.infofooter a{
color: grey;	/*couleur du texte de pied de page*/
}
.copyright{
color: grey;	/*couleur de la mention copyright*/
}

.celltitle a{
background-image: radial-gradient(white, rgb(154, 254, 46));
}

.cursor{
background-image: url('images/cursor.gif');
}