/**********************/
/*** INITIALISATION ***/
/**********************/
* {padding: 0; margin: 0;}
table, tr, td {border-collapse: collapse; border: 0;}
ul {padding: 0; margin: 0;}
ul, li {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; padding: 0; margin: 0;}
p {font-size: 10px;}
img {border: 0}
.clear {clear: both; font-size: 0; padding: 0; margin: 0;}
a:link, a:visited {font-size: 10px; color: #0099e7; text-decoration: none;}
a:hover {text-decoration: underline;}
/* Nettoyage des FLOAT */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* FF pour envlever pointillés autour des liens */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}


/*******************/
/***** GÉNÉRAL *****/
/*******************/
body,html {height: 100%;}
.pg_dispatch {
	/*background: url("../images/f_page-dispatch.jpg") no-repeat center 0;*/
	font-family: trebuchet ms;
	font-size: 11px;
	}
#divInterstitiel {
	position: absolute;
	width: 100%; height: 100%;
	top: 0;
	}
/** Fond **/
#media-full {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%; height: 100%;
	/*min-height: 600px;*/
	z-index: 0;
	}
#media-bg {
	display: none;
	min-height: 100%; min-width: 100%;
	position: absolute;
	}
#loader {
	position: absolute;
	left: 50%; top: 50%;
	margin: -40px 0 0 -40px;
	color: white;
	}

.container {
	position: relative;
	left: 5%;
	width: 400px;
	}
.logo {
	width: 249px; height: 127px;
	background: url("../images/a_logo-lrp.gif") no-repeat 0 0;
	}
.title {
	padding: 0 0 20px 0; margin: 0 0 15px 0;
	background: url("../images/a_filet.png") no-repeat 0 bottom;
	}
.title h1 {
	font-family: trebuchet ms; font-size: 20px; color: #009ee0;
	}
.title h2 {
	font-family: trebuchet ms; font-size: 11px; line-height: 13px;
	}
.ctn_countries {}
.ctn_countries .ctn_colg {
	float: left;
	width: 182px;
	}
.ctn_countries .ctn_cold {
	float: left;
	width: 144px;
	}
.ctn_continent {
	padding: 0 0 20px 0;
	}
.ctn_continent h3 {
	font-family: trebuchet ms; font-size: 13px; font-weight: bold; color: #009ee0;
	padding: 0 0 5px 0;
	}
.ctn_continent ul {}
.ctn_continent ul li {
	font-size: 11px; color: #749db2; line-height: 14px;
	}
.ctn_continent ul li a {
	font-size: 11px; color: black; line-height: 14px;
	}
.ctn_continent ul li a em {
	color: #7aa1b6;
	}
.ctn_continent ul li .i_shop {
	display: inline;
	background: #009ee0;
	padding: 0 5px 1px 5px; margin: 0 0 0 2px;
	}
.ctn_continent ul li .i_shop a {
	color: white; font-size: 9px;
	}
.footer {
	position: relative;
	bottom: 0; left: 5%;
	width: 450px;
	font-family: arial,sans-serif; font-size: 10px; color: #7ba2b7; text-transform: uppercase; line-height: 12px;
	}
