Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Button Group
classbtnmenu

Button Hyperlink
titleRetour à l’accueil
typeprimary
classbtnmenu
urlL'Espace Étudiant - Bienvenue au Département de psychologie!
Button Hyperlink
titleJ'étudie au premier cycle
typeprimary
classbtnmenu
urlJ'étudie au premier cycle_OLD_Juillet2026


Excerpt Include
CSS_bas_Page
CSS_bas_Page
nopaneltrue


CSS Stylesheet
 /* Boite */
/* VERT - UdeM foncé = #024244 = (0,66,67) */
/* VERT - UdeM pâle = #52b782 = (0,184,133) */
.mboxv{ 
	/* background-color: #52b782; */
	background-color: rgba(0, 184, 133, 0.2);
    border-radius: 15px;
  	border-style: solid;
  	border-width: 1px;
	border-color: rgba(0, 184, 133, 0.9);
}
 
/* BLEU - UdeM pâle = #e5f0f8 = (223, 240, 247) */
/* BLEU - UdeM standard = #0057ac (0, 85, 170)*/
/* BLEU - UdeM foncé = #0b113a (7, 14, 58)*/
.mboxb{ 
	/* background-color: #52b782; */
	background-color: rgba(0, 85, 170, 0.2);
    border-radius: 15px;
  	border-style: solid;
  	border-width: 1px;
	border-color: rgba(0, 85, 170, 0.9);
}