.onglet {
	display: inline-block;
	margin-left:0px;
	margin-right:3px;
	cursor:pointer;
}
.onglet_0 {
	border-bottom:1px solid #5A7281;
}
.onglet_1 {
	background:#FFFFFF;
	border-bottom:0px solid #5A7281;
}
.contenu_onglets {
	width: 700px;
	border:1px solid #dedddd;
	padding: 2px 4px 2px 4px;
}
.contenu_onglet {
	border:1px solid #5A7281;
	margin-top:-1px;
	padding:5px;
	display:none;
}
span#onglet_presentation {
	background-image: url(/formations/images/o_01.png);
	background-repeat: no-repeat;
	background-position:0 -36px;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_presentation_en {
	background-image: url(/formations/images/o_01_en.png);
	background-repeat: no-repeat;
	background-position:0 -36px;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_dispositif {
	background-image: url(/formations/images/o_02.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_dispositif_en {
	background-image: url(/formations/images/o_02_en.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_debouches {
	background-image: url(/formations/images/o_03.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_debouches_en {
	background-image: url(/formations/images/o_03_en.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_public {
	background-image: url(/formations/images/o_04.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_public_en {
	background-image: url(/formations/images/o_04_en.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_admission,span#onglet_admission_en {
	background-image: url(/formations/images/o_05.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_visa,span#onglet_visa_en {
	background-image: url(/formations/images/o_08.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_revue {
	background-image: url(/formations/images/o_06.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_revue_en {
	background-image: url(/formations/images/o_06_en.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_temoignages {
	background-image: url(/formations/images/o_07.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
span#onglet_temoignages_en {
	background-image: url(/formations/images/o_07_en.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	height: 26px;
	width: 76px;
	float: left;
}
div#FDiplCol1 {
	float: left;
	width: 720px;
	padding-right: 5px;
}
div#FDiplCol3 {
	float: right;
	width: 250px;
	padding-left: 5px;
}
/* tableau */
table.ficheDiplome {
    width: 100%;
}
table.ficheDiplome, div.contenu_onglets table {
	border: 2px solid #9cb5c2;
	border-collapse: collapse;
	margin: auto;
}
table.ficheDiplome th, div.contenu_onglets th {
	border: 1px dotted #9cb5c2;
	color: #9cb5c2;
	padding: 5px;
	text-align: center;
}
table.ficheDiplome th.total, div.contenu_onglets th.total {
	text-align: right;
}
table.ficheDiplome tbody, div.contenu_onglets tbody {
	border: 1px solid #9cb5c2;
}
table.ficheDiplome .LigneGrise, div.contenu_onglets .LigneGrise {
	background-color: #9cb5c2;
	color: #FFFFFF;
}
table.ficheDiplome td, div.contenu_onglets td {
	padding-left: 5px;
	border: 1px dotted #9cb5c2;
}
table.ficheDiplome ul, div.contenu_onglets ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 5px;
}