/* CSS pour les gros boutons des programmes */
/* */
/* BLEUE - UdeM = #0057ac */
/* VERT fonce = #024244 */
/* JAUNE - UdeM = #ffca40 */
/* BLANC = #ffffff */
/* Boite du haut */
.blocpcyc_h {
color: #ffffff;
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite milieu */
.blocpcyc {
color: #ffffff; /* BLANC */
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite du bas */
.blocpcyc_b {
color: #ffca40#ffffff; /* BLANC */
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite pour nous joindre au bas */
/* VERT - light = #F2FFED */
.mbox2{
background-color: #52b782#F2FFED;
border-radius: 15px;
border-style: solid;
border-width: 1px;
border-color: rgba(1530, 187184, 221133, 0.9)1);
color: #0b113a;
font-weight: bold;
font-size: x-large;
}
|