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