@charset "utf-8";
/* CSS Document */
.graphisme {
	position:absolute;
	background:url(../images/Graphismetitre.png) no-repeat;
	float:left;	
	margin-top:2%;	
	margin-left:2%;	
	width:383px;
	height:172px;
}
.textAreaGraphisme {
	position:relative;
	float:right;
	height:100%;
	width:500px;
	background-color:#000;
	filter:alpha(opacity=60);
	moz-opacity:.60;
	opacity:.60;
	overflow:auto;
}
.textGraphisme {
	position:relative;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
}
.menuGrafic{
	position:relative;
	top:20px;	
	float:left;	
	width:300px;
	margin-top:100px;	
}
.chartGrafic{
	position:relative;
	width:300px;
	height:50px;
	z-index:1;
}
.chartGrafic a {
	display: block;
	width:300px;
	height:50px;
	background:url(../images/CharteGraphique.png) no-repeat;
}
.chartGrafic a:hover {
	background-position: bottom;
}
.logo{
	position:relative;
	width:300px;
	height:50px;
	z-index:1;	
}
.logo a {
	display: block;
	width:300px;
	height:50px;
	background:url(../images/logo.png) no-repeat;
}
.logo a:hover {
	background-position: bottom;
}
.Animation{
	position:relative;
	width:300px;
	height:50px;
	z-index:1;
}
.Animation a {
	display: block;
	width:300px;
	height:50px;
	background:url(../images/Animation.png) no-repeat;
}
.Animation a:hover {
	background-position: bottom;
}