/*@font-face {
	font-family: 'phantom';
	src: url('../fonts/FFF Phantom 01');
}
.container {
	height:100%;
}
.footer {
	position:absolute;
	bottom:0px;
}
html, body{
	font-family: phantom;

}*/
.inputorder{
	width:30px;
	text-align:center;
}
.contain-buttons{
	width:100%;
	float:right;
	text-align:right;
}
#flashContent { height:290px; }
.previsu { 
	width:100%;
	margin:0 auto;
	text-align:center;
}
  #mapCanvas {
    width: 100%;
    height: 600px;
    float: center;
  }
#mapCanvas div span {
	position: absolute;
	top: 50px;
	right: 0px;
	padding: 0 5px;
	font-size: 12px;
	background-color: #fff;
	color: #fff;
	font-weight: bold;
}
.tablerechgene{
	width:100%;
}
.tablerech{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}
.pagination{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.pagination_off{
	font-weight:bold;
}
.pagination_on{
	font-weight:bold;
	font-size:1.5em;
}
.invisibleframe{
	display:none;
	visibility:hidden;
}
.btnbiblio{
	width:200px;
	margin:10px auto;
}
.containercriteres{
	width:100%;
	text-align:center;
}
.containertexte{
	width:1000px;
	text-align:center;
	margin:0 auto;
}

.nav-justified > li.btnEntendu > a {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #777;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
	background-color: #e5e5e5;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #FFFF00 0%, #e5e5e5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFF00), color-stop(100%,#e5e5e5));
	background-image: -webkit-linear-gradient(top, #FFFF00 0%,#e5e5e5 100%);
	background-image: -o-linear-gradient(top, #FFFF00 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF00', endColorstr='#e5e5e5',GradientType=0 );
	background-image: linear-gradient(top, #FFFF00 0%,#e5e5e5 100%);
}

#modeAffichage{
	background-image:url('../imgs/mode2.jpg');
	width:43px;
	height:41px;
	cursor:pointer;
}

.circle-container {
	position: relative;
	width:12000px;
	height:12000px;
	/*width:100%;
    height:100%;*/
	/*border: dashed 1px;
    border-radius: 50%;*/
	top:0px;
	left:0px;
}
.circle-container .preview {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -50%; left: -50%;
	width: 12em; height: 12em;
	cursor:pointer;
	transition: .7s; /* only works in Firefox */
	text-align:center;
	opacity:1;
	background:#FFFFFF;
	/*z-index:100;*/
}
.circle-container img { display: block; width: 100%; }
.deg0 { transform: translate(12em); } /* 12em = half the width of the wrapper */
.deg45 { transform: rotate(45deg) translate(12em) rotate(-45deg); }
.deg135 { transform: rotate(135deg) translate(12em) rotate(-135deg); }
.deg180 { transform: translate(-12em); }
.deg225 { transform: rotate(225deg) translate(12em) rotate(-225deg); }
.deg315 { transform: rotate(315deg) translate(12em) rotate(-315deg); }


/* this is just for showing the angle on hover */
/*.circle-container a:not(.center):before {*/
.circle-container .preview .infos {
	position: absolute;
	top:0px;
	left:0px;
	color: white;
	opacity: 0;

	font: 1em Courier, monospace;

	font-weight:bold;
	letter-spacing: 2px;
	text-decoration: none;
	/*text-indent: -2em;
    text-shadow: 0 0 .1em deeppink;*/
	transition: .7s; /* only works in Firefox */

	background: rgba(0,0,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,0,255,1) 0%, rgba(0,255,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,255,1)), color-stop(100%, rgba(0,255,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,0,255,1) 0%, rgba(0,255,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,255,1) 0%, rgba(0,255,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,255,1) 0%, rgba(0,255,0,1) 100%);
	background: linear-gradient(135deg, rgba(0,0,255,1) 0%, rgba(0,255,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#00ff00', GradientType=1 );

	color:#FFFFFF;

	padding-top:20%;
	padding-left:10px;
	padding-right:10px;


	width: calc(100% - 20px);
	height:100%;
	word-wrap: break-word;
}

.circle-container .preview .infos .author{
	font-size: 0.8em;
	font-weight:normal;

}

.circle-container .preview .infos:hover { opacity: 0.8; }

#contain-menunav{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	opacity:0.8;
}
#download{
	background-image:url('../imgs/download.jpg');
	width:29px;
	height:29px;
	cursor:pointer;
	display:inline-block;
}
.btn-menu{
	width:300px;
}
.rouge{
	color:#FF0000;
}