/* page formation */
.contenu_2nd_block a {
	color: #505050;
	text-decoration: underline;
}

#onglets {
	width: 440px;
	height: 33px;
	margin-left: 10px;
	margin-top: 23px;
	background: URL(../_img/onglets/ong_ombre.gif) center right no-repeat;
}
#onglets h2 {
	position: relative;
	height: 33px;
	float: left;
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
}

#onglets a {
	text-decoration: none;
}

#ong1 {
	background:url(../_img/onglets/ong1.gif) no-repeat;
	width: 130px;
}
#ong2 {
	background:url(../_img/onglets/ong2.gif) no-repeat;
	width: 152px;
}
#ong3 {
	background:url(../_img/onglets/ong3.gif) no-repeat;
	width: 51px;
}
#ong4 {
	background:url(../_img/onglets/ong4.gif) no-repeat;
	width: 75px;
}

div.hide {
	display: none;
}

#block_central .extras_page_onglet {
	top: 83px;
}
.contenu_2nd_block li {
	margin-left: 28px;
}

.titre {
	margin-left: 10px;
	padding-left: 18px;
	margin-top: 23px !important;
	font: 18px arial, verdana, sans-serif;
	text-transform: uppercase;
	width: 390px;
	clear: both;
}
.short {
	margin-top: 23px;
	width: 298px;
}

.resume {
	position: relative;
}

.detail {
	position: relative;
	display: none;
}

.plusmoins {
	position: relative;
	margin-top: 20px;
	width: 434px;height: 14px;
}
.plusmoins a.ensavoir {
	position: absolute;right: 0px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #0193d3;
	font: bold 10px arial, verdana, sans-serif;
	cursor: pointer;
}

/* popin */
#plus_formation a { cursor: pointer;}
#barre_infos a { cursor: pointer;}

#popin {
	position: fixed;
	top: 50%;left: 50%;
	margin-left: -235px;
	margin-top: -110px;
	height: 221px;width: 430px;
/*	padding: 6px;padding-bottom: 8px;
	background-image: url(../_img/utils/image3.png);*/
}
#popin #popinhead {
	position: relative;
	height: 23px;width: 430px;
/*	background-image: url(../_img/popin/popinhead.gif);*/
}
#popin #popinhead a {
	position: absolute;display: block;top: 2px;right: 1px;
	width: 64px;height: 22px;
	cursor: pointer;
}
#popin #popinhead span {
	display: block;position: absolute;
	margin-left: 10px;top: 2px;
	height: 20px;width: 358px;
	font: bold 13px arial, verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 20px;
}
#popin #popinblock {
	position: relative;
	height: 198px;width: 428px;
	overflow: auto;
	background-color: #FFFFFF;
}

#popin #popinblock #popintext{
	padding: 8px;
	position: relative;
	font: 11px arial, verdana, sans-serif;
	color: #474646;
}