/* CSS pour les gros boutons */
/* */
/* Boite du haut BLEUE - UdeM = #0057ac */
/* VERT fonce = #024244 */
/* JAUNE - UdeM = #ffca40 */
/* VERT fonceBLANC = #024244#ffffff */
/* BLANCBoite =du #ffffffhaut */
.blocpcyc_h {
color: #ffca40#ffffff;
text-align: center;
font-weight: bold;
font-size: large;
}
/* JAUNEBoite - UdeM = #ffca40 milieu */
.blocpcyc {
color: #ffca40#ffffff; /* BLANC */
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite du bas */
/* JAUNE - UdeM = #ffca40 */
.blocpcyc_b {
color: #ffca40#ffffff; /* BLANC */
text-align: center;
font-weight: bold;
font-size: large;
}
/* Boite pour nous joindre au bas */
/* VERT - UdeMlight foncé = #024244 = (0,66,67) */
/* VERT - UdeM pâle = #52b782 = (0,184,133) = #F2FFED */
.mbox2{
background-color: #52b782#F2FFED;
border-radius: 15px;
border-style: solid;
border-width: 1px;
border-color: rgba(0, 184, 133, 0.9)1);
color: #0b113a;
font-weight: bold;
font-size: x-large;
}
|