body{ 
margin: 10px 50px;
background: white;
}

.logo{
float: right;
margin: 10px 0px; 
}
.presentation{
border: 1px solid #000080;
border-radius: 8px;
box-shadow: 8px 8px 12px #aaa;
padding: 0px 5px;
width: 1000px;
height: 200px;
}
.presentation_formation{
border: 1px solid #000080;
border-radius: 8px;
box-shadow: 8px 8px 12px #aaa;
padding: 0px 5px;
width: 1000px;
height: 130px;
}


.nom{
font-weight: bold;
font-size: 150%;	
}

.fonction{
font-weight: bold;
}

.detail_fonction{
font-weight: bold;
}

.bonus{
border: 1px dotted #000080;
border-radius: 8px;
box-shadow: 8px 8px 12px #aaa;
padding: 0px 5px;
width: 1000px;

}
.nom_formation{
	font-weight: bold;
	color: #000080;
	font-size: 120%;
}
.Annee{
	margin-left: 50px;
}
.examen{
	font-weight:  bold;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 50px;
	color: red;
}
.modalites{
	margin: 5px 50px;
	color: red;
}



.sujet{
font-weight: bold;
color: #000080;	
font-size: 120%;	
}
.sous-sujet{
margin-left: 0px;
}

.cours{
margin-bottom: 50px;
margin-top: 50px;	
}

.type_cours{
margin-left: 50px;
font-weight: bold;
}
.type_souscours{
margin-left: 100px;
}

.transfert{
	font-weight: bold;
	color: red;
	font-size: 120%;
	margin-bottom: 50px;
	margin-top: 50px;	
}

