@charset "UTF-8";
body {
	background-color: #021128;
	background-image: url(../img/backPage.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
a:link, a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#6ab9ed;
	text-decoration:none;
}
#header{
	background-image:url(../img/backHeader.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:535px;
}
#wrapPhotos{
	left:50%;
	position:absolute;
	margin:131px 0 0 -385px;
	
}
#photos{
	margin:0 auto;
}

#photos img{
	position:absolute; left:0; top:0; cursor:pointer;
}

#nav {
	text-align:center;
	font-family: 'Yanone Kaffeesatz', Lucida Grande, Arial, serif;
	padding-left:18px;
}

#nav a{
	margin-right:20px;
	text-transform:uppercase;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #021128;
	padding: 20px;
	opacity: 0.85;
	width:350px;
	height:auto !important;
	
}

#tooltip h3{
	color:#ffffff;
	border:none;
	font-family: 'Yanone Kaffeesatz', Lucida Grande, Arial, serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2{
	font-size:24px;
	margin:0;
	padding:0;
	line-height:24px;
}

.langues{
padding-left:30px;
}

.langues a:link{
	color:#6ab9ed;
	text-decoration:none;
}

.langues a:visited{
	color:#6ab9ed;
	text-decoration:none;
}

.langues a:hover{
	color:#358ac0;
	text-decoration:none;
}

#notice{
	font-size:11px;
	color:#477da0;
	text-align:center;
	font-family: Arial, serif;
	width:700px;
	margin:25px auto 0 auto;
}