	.download{
		font-size:10px; 
		font-family:Arial; 
		font-weight:bold; 
		background:#c584f3; 
		width:75px;
		height:75px;		
		text-align:center; 
		padding:5px;
		border-radius: 50%;
	}
	.grille {
		font-size:10px; 
		font-weight:bold; 
		font-family:Arial; 
		background:#A394FF; 
		width:75px;
		height:75px;		
		text-align:center; 
		padding:5px;
		border-radius: 50%;
	}
		
	.grille:hover,.download:hover  {
		background:#B8BAD8; 
	}
	
	
	.grille a, .download a{
		color:#FFF;
		
	}
	
	
	.myTable{
		border-width:0px; 
		border-style:solid; 
		border-color:black;
		width:94%;
		margin-left:3%;
	}
	
	.myTable td{
		border:2px solid white;
	}
	
	
	.annee{
		padding-left:40px;
		text-align:left;
		background:#DDD5E7;  
		font-family: Calibri;
		font-size: 20px;
		border-collapse:separate;
		border-radius: 35px;
		border-bottom-left-radius:0px 0px;
		border-top-left-radius:0px 0px;
	}
	.titre{
		
		font-family: Arial Black;
		height:40px;
		border:0px solid black;
	}
	
	.sous_titre{
		border-collapse:separate;
		border-radius: 25px!important;
		border-top-right-radius:25px 25px!important;
		border-bottom-left-radius:0px 0px!important;
		font-family: Arial Black;
		text-align:left;
		background:#A394FF; 
		color:#FFFFFF;
		font-size:18px;
		padding:10px;			
		padding-left:35px;
	}
	
	.sous_titre tr{
	
	}
	
	.formation{
		border-radius: 25px;
		margin-left:25px;  
		margin-right:25px;
		margin-bottom:15px;
		padding:14px;
		padding-top:18px;
		border: 0px;
		font-weight:bold;
		font-family: Calibri;
		font-size: 24px;
		background:#B499FF;	
	}
	
	
	a.bouton_previous {
		background: url(../images/formations/previous.png) no-repeat;
		display: block;
		height:24px;
		width:30px;
		outline:none;
    }
		
	a.bouton_previous:hover {
		background: url(../images/formations/previous_up.png) no-repeat;
		display: block;
		height:24px;
		width:30px;
    }
	
	a.bouton_next{
		background: url(../images/formations/next.png) no-repeat;
		display: block;
		height:24px;
		width:30px;
		outline:none;
    }
		
	a.bouton_next:hover {
		background: url(../images/formations/next_up.png) no-repeat;
		display: block;
		height:24px;
		width:30px;
    }
	
	img{ /* IE8... */
		border:0px;
	}
	