* { margin:0; padding:0;}
object, a { outline:none; }	


/* --- BODIES --- */
body {
	font-family: "Century Gothic", Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}



/* --- INDEX INDEX INDEX INDEX   -- */

.preloader {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width:1px;
	height:1px;
}

.language_container {
	margin: auto;
	margin-top: 150px;
	width:350px;
	height:400px;
	border: 0px solid blue;
}

.language_container_homepage {
	position: absolute;
	right: -100px;
	top: -30px;
	width:100px;
	height:20px;
	border: 0px solid blue;
}

.langue_fr a, .langue_en a {
	display:block;
	float:left;
	width:175px;
	height:60px;
	text-decoration: none;
	background-image: url(images/menu-francais.jpg);
	background-repeat: no-repeat;
}

.langue_en a {
	background-image: url(images/menu-english.jpg);
}

.langue_fr a:hover {
	background-image: url(images/menu-francais-o.jpg);	
}

.langue_en a:hover {
	background-image: url(images/menu-english-o.jpg);	
}


/* ---------------------------- */

/* --- INTRO  INTRO  INTRO  INTRO   -- */


.intro_container {
	margin: auto;
	margin-top: 100px;
	position: relative;
	width:700px;
	height:600px;
	border: 0px solid blue;
	background-repeat: no-repeat;
}

.item01 a, .item02 a, .item03 a, .item04 a {
	display:block;
	float:left;
	width:350px;
	height:300px;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
}


/* ---------------------------- */