@charset "utf-8";
/* CSS Document */
#accueil{
	width:700px;
	height:600px;
	background:url(../images/accueil/background.png) right top no-repeat;
	float:right;
	font:"Arial", sans-serif;
	}
.acc_flash{
	float:left;
	width:700px;
	height:140px;
	}

#acc_txt{
	float:left;
	height:260px;
	width:690px;
	text-align:left;
	color:#eee;
	}
#txtdiv{
	margin-top:20px;
	float:left;
	width:440px;
	height:198px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
	font:'Arial', sans-serif;
	font-size:14px;
	line-height:18px;
	}
#boule{
	float:left;
	height:200px;
	width:690px;
	padding:10px;
  }

.slide_left2{
	width:160px;
	height:160px;
	float:left;
	margin-left:40px;
	background:url(../images/accueil/cercle.png) center no-repeat;
	z-index:60;
	}
.slide_left3{
	width:160px;
	height:160px;
	float:left;
	margin-left:40px;
	background:url(../images/accueil/cercle.png) center no-repeat;
	z-index:60;
	}
#slideshow2 {
    position:relative;
    height:280px;
	width:380px;
	margin-top:10px;
	margin-left:10px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

#slideshow3 {
    position:relative;
    height:280px;
	width:380px;
	margin-top:10px;
	margin-left:10px;
}

#slideshow3 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow3 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow3 IMG.last-active {
    z-index:9;
}