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