@charset "UTF-8";
/*@font-face {
	font-family: 'governor';
	src: url('../font/governor.ttf?') format('ttf'));
	font-weight: normal;
	font-style: normal;
}*/

.grey {color: #aaa;}

/*  City Info   */
.city_detail_container { display: none; }
.city_detail_container .city_detail { width: 300px; border: 1px solid #ccc; }

#projo-gauche{
	position: absolute;
	margin-top:24px;
	margin-left:5%;
	width:299px;
	height:275px;
	background: url('../images/gauche_projo.png');
}
#projo-droit{
	position: absolute;
	margin-top:24px;
	right:0px;
	margin-right:5%;
	width:300px;
	height:275px;
	background: url('../images/droite_projo.png');
}

.head {
	width:100%;
	height:24px;
	position: absolute;
	margin:0;
	padding:0;
	border:0;
	background: url('../images/bandecinema.jpg') repeat-x;
}

.foot{
	position: fixed;
	width:100%;
	height:24px;
	top:100%;
	margin-top:-24px;
	background: url('../images/bandecinema.jpg') repeat-x;
}

.bg {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}


body{
	margin:0;
	padding:0;
}

a.dot em {
    display: none;
}
a.dot:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.dot:hover em {
	font-family:governor, sans-serif;
    font-style: normal;
    font-size: 20px;
    display: block; 
    position: absolute; 
    top: -55px;
    left: -10px;
    padding: 10px;
    color: #EBE8E5;
    border: 1px solid #bbb;
    background: #000;
    height:25px;
}
a.dot:hover em span {
    position: absolute;
    top: 45px; 
    left: 15px;
    height: 14px; 
    width: 22px;
    background: transparent url('../images/coinbulle.png') no-repeat; 
    margin:0; 
    /*border: 1px red solid;*/
}

.map_contianer a, a:visited { color: #EBE8E5; margin: 0px 10px 0px 0px; }
.map_contianer a.dot {
	position: absolute;
	width:5px;
	height:5px;
	display:block;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	background: #BE0A26;
	cursor: pointer;
}

.map_contianer a.dot:hover {
	background: #EBE8E5;
}

.map_contianer a.curdot {
	background: #EBE8E5;
}

.wrapper {
	margin: auto;
  	width: 1115px;
}

#clipclap {
	width:215px;
	height:250px;
	background-image:url('../images/clipclap.png');
	float: left;
	margin-top:350px;
}

#nbentrees {
	width:125px;
	margin-top:80px;
	margin-left:40px;
	font-family: helvetica, arial;
	font-style: italic;
	color:#ebe9e5;
	font-size:30px;
	text-align:center;
}

#entreesparhab {
	font-family: helvetica, arial;
	color:#7e7d7d;
	font-size:14px;
	margin-top:20px;
	margin-left:-7px;
	text-align:center;
}

#titre {
	float: none;
	position: relative;
	width:1115px;
	height:79px;
	background-image:url('../images/titre.png');
	top:650px;
}

#ensavoirplus {
	position:relative;
	width:136px;
	height:30px;
	margin-left:1125px;
	top:600px;
	background-image:url('../images/ensavoirplus.png');
	cursor: pointer;
}

#whitespace {
	clear:both;
	height:150px;
	width: 10px;
}

#chart {
	margin-top: 160px;
	float:left;
	width: 400px;
	height: 400px;
}

#ombregraph {
	width: 400px;
	height: 51px;
	margin-top: 440px;
	margin-left:745px;
	background-image:url('../images/ombregraph.png');
}

/*  Interactive Map Container */
.map_contianer {
	background-image: url(../images/france.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 500px;
	width: 480px;
	position: relative;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	margin: 150px 0px 0px 20px;
	text-align: left;
	float:left;
}

.map_contianer .clear_both { clear: both; line-height: 1px; }

.map_contianer h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}
.map_contianer h3 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2c3748;
}
.map_contianer p { margin: 0px 0px 12px 0px; }

.map_contianer .form_continent {
	position: absolute;
	top: 265px;
	left: 30px;
}
.map_contianer .form_continent #continent{
	border:1px solid #cfcfcf;
	background:#dfdcdf;
	color: #333;
	text-shadow:1px 1px 1px #FFF;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.map_contianer .detail_container {
	position: absolute;
	top: 270px;
	left: 250px;
	width: 400px;
	height: 260px;
}
.map_contianer .city_detail {
	background:url(../images/template/trans.png);
	position: absolute;
	top: 0px;
	width: 400px;
	padding: 10px 0px 0px 12px;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.map_contianer .city_detail h3{
	float:left;
	color:#FFF;
	clear:both;
	text-shadow: 1px 1px 1px #000;
}
.map_contianer .city_detail h2{
	float:left;
	color:#ea9b11;
	font-size:14px;
	clear:both;
}
.map_contianer .city_detail p{
	float:left;
	font-size:12px;
	color:#b9b8b8;
}
.map_contianer .city_detail .city_photo {
	float: left;
	margin: 0px 15px 0px 0px;
}
.map_contianer .city_detail .city_info {
	width: 300px;
	float: left;
}

#footer {
	width:739px;
	height:48px;
	margin:auto;
	margin-top:150px;
}

#signature {
	width:546px;
	height:48px;
	float:left;
	background-image:url('../images/signature.png');

}

#cc {
	width:146px;
	height:48px;
	float:left;
	background-image:url('../images/cc.png');
}

#yaw {
	width:47px;
	height:48px;
	float:left;
	background-image:url('../images/yaw.png');
}
#blank {
	height:48px;
	width:20px;
}
