body {
	margin:0;
	padding:0;
	height:100%;
	/*background:url(../images/background.jpg) no-repeat;*/	
}

#body {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#body img {
	width:100%;
	height:100%;
}

#body2 {
	width:100%;
	z-index:100;
	position:relative;
}

#Tableau {
	width:1000px;
	margin:0 auto;
	padding-top:100px;
}

.intro {
	width:650px;
	height:490px;
	float:left;
	border:5px solid #FFF;
	padding:5px;
}

.intro2 {
	width:640px;
	height:480px;
	float:left;
	border:5px solid #FFF;
}

.lien {
	width:150px;
	float:right;
	height:24px;
	border:1px solid #1964a5;
	text-align:center;
	background:#FFF;
}

.lien a {
	width:150px;
	height:20px;
	display:block;
	padding-top:4px;
	font:15px Arial;
	color:#1964a5;
	text-decoration:none;
	background:#FFF;
}


.lien a:hover {
	color:#fff;
	background:#1964a5;
}

.langue {
	width:326px;
	float:right;
	margin-top:100px;
	height:141px;
	background:url(../images/tina_logo.png) no-repeat;
	padding-top:200px;
	text-align:center;
}

.langue a {
	margin-left:30px;
	margin-right:30px;
	font:15px Arial;
	color:#4b4a4b;
	text-decoration:none;
}

.langue a:hover {
	text-decoration:underline;
}

