/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
*  Utilisé également pour la page Microsoft Azure
================================================== */

/* Ajustements grille et autres contenus site TÉLUQ */
.lien_8:link,
.lien_8:active,
.lien_8:visited {
	font-size: 1.142857142857143em; /* 16/14 */
	line-height: 1.625em; /* 26/16 */
	font-weight: 400;
	padding: 3px 15px;
	text-transform:none;
}
.lien_8:focus,
.lien_8:hover {
	background-color: #246e02;
	text-decoration: none;
}



.lcase {
	text-transform:none !important;
}


ol.listeEtapesOffice {
	list-style:none;
	counter-reset:etapes;
	padding:0;
}
ol.listeEtapesOffice li {
	position:relative;
	padding:0 0 0 45px;
	min-height:30px;
	margin:0 0 15px 0;
}
ol.listeEtapesOffice li:before {
	counter-increment:etapes;
	content:counter(etapes);
	font-size: 20px;
	line-height: 26px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	text-align:center;
	color:#cc3f1b;
	border:1px solid #cc3f1b;
	border-radius:50%;
}
