
div.photoconf {

    position: relative;

    width: 100px;

    float: left;

    background-image: url(/images/cadre.png);

    background-repeat: no-repeat;

    text-align: center;

    font-size:14px;

	height:180px;

	color:#FFFFFF;

}



div.photoconf img {

    margin: 5px;

    z-index: 0;

}



div.refs, div.refsd {

    position: absolute;

    display: none;

    left: 0px;

    bottom: 0px;

    padding: 5px;

    background-color: #000000;

    text-align: left;

    z-index: 10;

    border: solid 1px #E6C664;

}



div.photoconf:hover div.refs, 

div.photoconf:hover  div.refsd

{

	display:block;

}



a.anchor

{

	display:block;

	padding-top:180px;

	clear:both;

	font-size:30px;

	color:#FFFFFF;
	text-align:left;
	font-size:50px;
}

div#conferenciers
{
	background-color:#000;
	padding:30px;
}

iframe#conferenciers

{

	width:100%;

	height:1000px;

	margin-bottom:50px;

	overflow:hidden;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 130px;
  left:0px;
  width: 100%
}

div#alphabet

{

	text-transform: uppercase;

	text-align:center;

	font-size:40px;

/*	position:fixed;*/

	background-color:#000000;

	z-index:100;

	width:100%;

}



div#alphabet a

{

	color:#AAAAAA;

	text-decoration:none;

}



div#alphabet a:hover

{

	color:#FFFFFF;

	text-decoration:none;

}

