/*CSS DU BLOC AUTEUR*/
.glidecontentwrapper
{
	position: relative;
/*Do not change this value*/
	width: 285px;
	height: 185px;
/*Set height to be able to contain height of largest content shown*/
	border: 1px solid #C3C6D7;
	overflow: hidden;
	margin-bottom: 0px;
}
.glidecontent
{
/*style for each glide content DIV within wrapper.*/
	position: absolute;
/*Do not change this value*/
	background: #FFFFFF;
	padding: 10px;
	visibility: hidden;
	width: 265px;
}
.interview
{
	margin: 10px 0px 0px;
	padding: 0;
	width: 290px;
	height: 30px;
	display: block;
	position: inherit;
	top: 180px;
	text-align: center;
	/*[empty]font-size:;*/
	line-height: 26px;
}
.glidecontenttoggler
{
	width: 285px;
	text-align: center;
	border-top: 0px solid #D2D2D2;
	padding: 0px 0 5px;
	margin: 0px 0 5px;
	font-weight: bold;
	font-size: 12px;
	color: #123F76;
	border-bottom: 1px dotted #C0D9EC;
	height: 25px;
}
.glidecontenttoggler A
{
/*style for every navigational link within toggler*/
	margin: 0;
	padding: 0;
	line-height: 25px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
}
.glidecontenttoggler A.selected
{
/*style for selected page's toggler link. ".selected" class auto generated!*/
	background: #E4EFFA;
	color: #000000;
}
.glidecontenttoggler A:hover
{
	background: #E4EFFA;
	color: #000000;
}
.glidecontenttoggler A.toc
{
/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated!*/
}
.glidecontenttoggler A.prev
{
	background: url(../images/prev-off.png) no-repeat;
	margin: 0 0 2px;
	padding: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: inline-block;
/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated!*/
	/*+placement:shift 0px 5px;*/
	position: relative;
	left: 0px;
	top: 5px;
	cursor: hand;
}
.glidecontenttoggler A.prev:hover
{
	background: url(../images/prev-on.png) no-repeat;
	margin: 0 0 2px;
	padding: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: inline-block;
	/*+placement:shift 0px 5px;*/
	position: relative;
	left: 0px;
	top: 5px;
}
.glidecontenttoggler A.next
{
	background: url(../images/next-off.png) no-repeat;
	margin: 0 0 2px;
	padding: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: inline-block;
/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated!*/
	/*+placement:shift 0px 5px;*/
	position: relative;
	left: 0px;
	top: 5px;
	cursor: hand;
}
.glidecontenttoggler A.next:hover
{
	background: url(../images/next-on.png) no-repeat right;
	margin: 0 0 2px;
	padding: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: inline-block;
	/*+placement:shift 0px 5px;*/
	position: relative;
	left: 0px;
	top: 5px;
}

