BODY{background-image: url(/images/degrade.gif);
   	background-repeat: repeat-x;
                 background-color: #FFFFCC;
/*background-color: #FFFFFF;*/} /* VERT MAINTENANT:#669966 autre vert:#668866 */



.bordures {/*background-color:#cccc99 outset ; */border: 5px #cccc99 outset /*red solid */}  /* bordure de la banderolle :background-color:##0080C0; border: 1px #B9E9FF solid */
.bordures2{border: 5px /*#006600*/ #cccc99 outset /* bordure du centre :#000000 *//* solid*/}
/* bordure de copyright*/
.bordures3 {/*background-color:#66a466; border: 1px #66bb66 solid;*/background-image: url(/images/degradecopyright.gif);
   	background-repeat: repeat-x;}

/* beige :#ffddaa */
td {font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: #000000; text-decoration: none;}

/* cellules des memo dans la table des memos*/



table#sample td {font-family: Verdana, Arial, Helvetica; font-size: 10pt;
 color: #000000; text-decoration: none;
 border-style: ridge;border: 4px #cccc99 outset;
 background-image: url(/images/degradememo.gif);
   	background-repeat: repeat-x;};




H1{color:#000000;}  /* couleur noir*/
H3{color:#004080; text-decoration: bold;border-radius : 5px}
/* mon code pour les menus et les titres des horaires  : beige : #ffddaa, bleu #000080 : rouge : #c00000*/
H4{color:#000000; font-size: 12pt;text-decoration: bold;font-weight: bolder ;}
/* bandeau vert foncé bas page*/
H5{background-color:#66a466; font-size: 8pt;text-decoration: bold;border-radius : 5px}

/* titre de calendrier : mois de ...*/
H6{color:#000077; font-size: 14pt;text-decoration: bold;font-weight: bolder ;}
/* encadré du calendrier : le no du jour*/
H7{color:#0000FF; font-size: 12pt;text-decoration: bold;font-weight: bolder ;}
/* titre du groupe : rouge */
H2{color:#C00000; font-size: 20pt;text-decoration: bold;font-weight: bolder ;}

/* style pour les boutons des mois */
a {color: #000000; font-size: 10pt; text-decoration: none}
A:hover {  color: #cccc99; font-size: 10pt; text-decoration: underline}


/* pour le bouton des mois */
a.bouton2:link{
  width:150px;
  height:30px;
  text-decoration:none;
  color:black;
  text-align:center;
  font-weight:bold;
  background-color:#e3e3bb;   /*bleu foncé :#000080: bleu moyen :#0000FF*/
  padding:5px;
  border-style:outset;
  border-width:2px;
  border-color:silver
}
a.bouton2:visited{
  width:150px;
  height:30px;
  text-decoration:none;
  color:black;
  text-align:center;
  font-weight:bold;
  background-color:#b0b088;     /*bleu pale :#0066FF */
  padding:5px;
  border-style:outset;
  border-width:2px;
  border-color:silver
}
a.bouton2:hover{
  width:150px;
  height:30px;
  text-decoration:none;
  color:black;
  text-align:center;
  font-weight:bold;
  background-color:#c0c099;       /*bleu moyen :#0000FF */
  background-image:url(aqua.jpg);
  padding:5px;
  border-style:outset;
  border-width:2px;
  border-color:silver
}
.bouton2{
  text-align:center;
  padding:5px;
}

/* pour le bouton personnalisé du sigle*/

div#menu {
    height: auto;
    width: 180px;
   /* background-color:green; *//* background des boutons avec cigle */

}
div#menu li {               /* pour l'image */
    height: 80px;
    width:  190px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    text-align: center ;
    line-height: 100%;
    list-style-type: none;
    background-image: url(images/bout1.gif);
    background-repeat: no-repeat;
}
div#menu li a {                 /* pour l'affichage du texte */
    display: block;
    width: 60%;
    height: 100%;
    text-decoration: none;

    font-size: 12pt;
    font-weight: bold;

}
div#menu li a:link {
    color: blue:

}
div#menu li a:visited {
    color: #900;
}
div#menu li a:hover {
    /*font-weight: bold;   */
    /*color: red;  */
    background-image: url(images/bout6.gif);
    background-repeat: no-repeat; /* ajout*/


    height: 80px;
    width:  190px;





}         /*
div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(images/bout1.gif);
    background-repeat: no-repeat;

}                */



 /* pas utilisé...*/
/* cadre arrondi */
/*
div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 280px;  /* 275px */
padding-top: 40px;
background: url(images/haut6.jpg) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(images/bas6.jpg) bottom left no-repeat;
padding-bottom: 40px;
}
div#bloccadre p {
margin: 0 30px 0 20px;
}
 */
 
 

 


