
.formation{
	float: left;
	margin: 0px 20px 10px 0;
	
}
.formation .body{
	margin: 15px 0 10px 5px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
.formation .title{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px;
}
.formation .col{
	float: left;
	margin: 10px;	
}
.formation .right{
	
}
.formation .info{
	float: left;
	width: 625px;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fff url('../../../../images/template/info-bg.png') no-repeat top left;
	font-size: 14px;
	color: #000;
	overflow: hidden;
}
.formation .info span{
	color: #575759;
	font-weight: normal;
}
.formation .info a{
	font-size: 14px;
	color: #575759;
	font-weight: normal;
	
}
.formation .info a:hover{
	color: #f2691d;
}
.formation .thumb{
	width: 150px;
	height: 100px;
	float: left;
	margin : 10px 20px 10px 0;
	padding: 0;	
}

.formation .check-on,
.formation .check-off{
	float: left;
	height: 13px;
	margin: 0 12px 0 0px;
	padding: 4px 0 2px 20px;
	background:  url('../../../../images/template/check-on.png') no-repeat top left;
	font-size: 12px;
	color: #575759;
}

.formation .check-off{
	background:  url('../../../../images/template/check-off.png') no-repeat top left;
}
.formation .desc{
	height: 60px;
	overflow: hidden;
	width: 400px;
}
	
.formation h5{
	font-weight: bold;
	font-size: 15px;
	width: 630px;
	padding:  0 0 5px;
	margin: 10px 0 10px 0px;
	border-bottom: 1px dotted #575759;
}
