/* #Page Styles
*  Nouveaux styles pour le microsite
================================================== */

.tooltip.alt {
	border-bottom:0;
}
.tooltip.alt:after {
	margin-left:0;
}

/* Boursiers */
.fiche {
    margin-bottom: 30px;
}
.fiche .alignerImgG {
    margin-bottom: 10px;
    margin-right: 10px;
}
.fiche .bandeVerte {
	display:inline-block;
	background-color:#2E8804;
	color:#fff;
	padding:5px 10px;
	font-weight:700;
	text-transform:uppercase;
}
.fiche .boiteImage {
	float:left;
	margin:0 20px 5px 0;
	background-color:#F0F0F0;
	max-width:165px;
}
.fiche .boiteImage p {
	font-size:85%;
	text-align:center;
	margin:0;
	padding:3px 0;
}
/*.fiche .programme,
.fiche .discipline {
	color:#2E8804;
}*/
.fiche .discipline {
	font-weight:700;
	text-transform:uppercase;
}


/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 767px) {
	
}


/*  #Mobile (TRÈS petit)
================================================== */
@media only screen and (max-width: 500px) {
	.fiche .boiteImage { float:none;}
	.fiche .bandeVerte { padding:5px; }
}