/* CSS pour les gros boutons */
/* */
/* Boite du haut */
/* JAUNE - UdeM = #ffca40 */
/* VERT fonce = #024244 */
.blocpcyc_h {
color: #024244;
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 milieu */
/* JAUNE - UdeM = #ffca40 */
.blocpcyc2 {
color: #ffffff;
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);
}
|