.upt-title{
	font-size: 30px;
}

.upt-subtitle{
	font-size: 25px;
}

.upt-date{
	color: #C00000;
}

.upt-teacher{
	font-size: 20px;
}

.upt-seances{
	font-size: 15px;
}
.btn-lire {
    padding: 10px 20px;
    background-color: #c00000;
    color: white;
}

a.btn-lire:hover { color: aliceblue;}

.list-head{
	font-weight: bold;
}

.row-head{
	color: #808080 ;
	font-weight: bold;
}

.titleFormation {
	text-decoration: underline;
	color: #c00000;
}

.details {
	font-style: italic;
	font-size: 15px;
}

.MDyears {
	color: #505050;
}

.PhDyears {
	color: #000000;
}

.cycle {
	border-radius: 10px;
	background-color: #ebe6de;
}

.subCycle {
	border-radius: 5px;
	background-color: #dad3ca;
}

.titleCycle {
	text-decoration: underline;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.img-align{
		float: none;
		margin-bottom: 10px;
	} 
    .container{ padding: 0px;}
}