@charset "UTF-8";
/* CSS Document */

/* ============================= */
/* ===== ELEMENTS GENERAUX ===== */
/* ============================= */

*{
	border:0;
	padding:0;
	margin:0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 200;
}

h1, h2, h3, h4{
	font-weight: 400;
}

html {font-size: 100%;}

body {
	font-size: 0.8em;
	margin: 0;
}

a:link{
	text-decoration:none;
	color:#FEB41C;
	font-weight: 400;
}

a:visited {
	color:#FEB41C;
	font-weight: 400;
}

.separator{
	clear:both;
	visibility:hidden;
	height:0px;
	border:0;
}

/* ============================= */




/* =================== */
/* ===== CONTENT ===== */
/* =================== */

.carte{
	position: relative;
	width: 960px;
	height: 645px;
	margin: 0 auto;
	background-image: url(/img/carte_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.carte .overlay{
	width: 960px;
	height: 645px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image:url(/img/highlite.png);
	background-position: top left;
}

.map_bkgrnd{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#content_highlite{
	width: 960px;
	height: 645px;
	position: absolute;
	top: 0;
	left: 0;
}

#pays{
	width: 960px;
	height: 645px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image:url(/img/pays.png);
	background-position: top left;
	display: none;
}

.country{
	width: 386px;
	height: 45px;
	position: absolute;
	left: 543px;
	top: 60px;
	display: none;
	font-family: 'Bree Serif', serif;
	font-size:34px;
	color: #FFF;
}

.country h1{
	margin-left: 95px;
	font-family: 'Bree Serif', serif;
	font-size:34px;
}

.country h2{
	margin-top: 10px;
	margin-left: 95px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:15px;
}

.country h3{
	margin-top: 5px;
	margin-left: 117px;
	display: list-item;
	list-style-image : url(/img/puce.png);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:14px;
}

.img_profil{
	display: block;
	width: 387px;
	height: 95px;
	position: absolute;
	top: 120px;
}

.country p{
	display: block;
	margin-left: 100px;
	position:absolute;
	top: 125px;
	padding-right:10px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
}

.country p strong{
	font-weight:500;
	font-size:17px;
}

.country em{
	display:block;
	font-size:9px;
	margin-bottom: 5px;
}

#content_detail-page01{
	width: 960px;
	height: 645px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.img-01{
	position: absolute;
	
}

.img-02{
	position: absolute;
	margin-top: 5px;
}

.img-03{
	position: absolute;
	
}


#content_detail-page02{
	width: 960px;
	height: 645px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#content_detail-page02 .detail{
	top: 175px;
	z-index: 10;
}

#btn_close{
	height: 75px;
	width: 63px;
	position: absolute;
	left: 866px;
    top: 23px;
	background-image:url("/img/btn_close.png");
	background-position: center center;
	background-repeat:no-repeat;
	display: none;
	z-index: 200;
}

.detail{
	width: 387px;
	height: 45px;
	position: absolute;
	left: 543px;
	top: 285px;
	display: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFF;
}

.detail h2{
	display:block;
	padding: 2px 5px;
	background-color: #004256;
	margin-left: 95px;
	text-transform: uppercase;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:500;
}

.detail p{
	padding: 2px 5px;
	margin-left: 95px;
	margin-bottom: 5px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
}
.detail ul{
	padding: 2px 5px;
	margin-left: 110px;
	font-size:11px;
	font-weight:500;
}

.fnd_blanc{
	background-color: #FFF !important;
	color: #1c364f;
	font-weight:500 !important;
	margin-top: 5px;
}
.fnd_bleu-cl{
	background-color: #7CC0E6 !important;
	padding: 5px 5px !important;
}

.fnd_bleu-md{
	background-color: #3399cc !important;
	padding: 5px 5px !important;
	min-height: 47px;
}

.fnd_bleu-fc{
	background-color: #004256 !important;
	font-weight:500 !important;
}

.h-72{
	min-height: 72px;
}
.cap{
	text-transform: uppercase;
}

.signature{
	font-size: 11px;
	font-style: italic;
}

.time_elapsed{
	display: block;
	font-size: 17px !important;
	margin-top: 10px;
}




#bottom_barre{
	width: 311px;
	height: 43px;
	position:absolute;
	right: 10px;
	bottom: 12px;	
	background-image:url("/img/bkgrnd_nav.png");
	background-position:center center;
	background-repeat:no-repeat;
	display: none;
	z-index: 210;
}

#btn_next{
	width: 21px;
	height: 43px;
	float: right;
	background-image: url("/img/btn_next.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

#btn_prev{
	width: 22px;
	height: 43px;
	float: right;
	margin-right: 21px;
	background-image: url("/img/btn_prev.png");
	background-position: center center;
	background-repeat: no-repeat; 
	display: none;
}

#country_array{
	width: 300px;
	height: 90px;
	background-image:url("/img/bkgrnd_pays.gif");
	background-position:center center;
	background-repeat:no-repeat;
	
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 5000;
}

.colonne{
	float: left;
	width: 33%;
	z-index: 5001;
}

.pays{
	width: 95%;
	height: 22px;
	margin: 1%;
	padding-left:3%;
	font-size:12px;
	line-height: 22px;
	font-weight:300;
	color: #FFF;
	text-transform:uppercase;
	z-index: 5002;
}
