@charset "UTF-8";
/* CSS Document de la partie formations */

h3{
	margin-top: 20px;
}

.col-right{
	width: 290px;
	float: right;
	padding-top: 20px;
}

.formationsonline-right{
	width: 210px;
	float: right;
}

/*.table-real{
	-moz-box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 0px 0px 10px 0px;
}*/

.table-real ul{
	margin-bottom: 6px;
}

.table-real th{
	font-size: 14px;
}
.table-real td{
	padding: 15px 5px;
}

.table-real th:first-child{
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-top-left-radius: 10px 10px;
}
.table-real th:last-child{
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px 10px;
}
.table-real tr:last-child td:first-child{
	border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
}
.table-real tr:last-child td:last-child{
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-bottom-right-radius: 10px 10px;
}
