
#slide{
	
	
	position:relative;
	float: left;
	clear: right;
	
}

.texte_slide{
	font-size: 22px;
	color: #FFF;
	text-align: left;
	height: 200px;
	width: 450px;
	
	position: absolute;
	left: 30px;
	top: 30px;
	text-decoration: none;
}
.texte_slide a{
	
	text-decoration: none;
}

.vignettes{
	position: relative;
	float: left;
	height: 237px;
	width: 313px;
	
}
.titrevignette{
	position: absolute;
	left: 92px;
	top: 27px;
	height: 20px;
	width: 200px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.contenuvignette{
	float: left;
	height: 140px;
	width: 250px;
	position: absolute;
	left: 33px;
	top: 85px;
	text-align: justify;
	font-size: 12px;
	color: #6c6e7f;
	font-weight: normal;
}
.infobtn{
	background-image: url(../images/infos_btn.png);
	height: 34px;
	width: 132px;
	position: absolute;
	bottom: 10px;
	right: -5px;
}
.infobtn_slide{
	background-image: url(../images/infos_btn.png);
	height: 34px;
	width: 132px;
	position: absolute;
	top: 265px;
	left: 30px;
}
.ecranaccueil{
	background-image: url(../images/ecran_accueil.png);
	height: 274px;
	width: 331px;
	position: absolute;
	top: 30px;
	left: 550px;
}

.mobileaccueil{
	background-image: url(../images/illustration-mbile-app.png);
	height: 284px;
	width: 270px;
	position: absolute;
	top: 20px;
	left: 570px;
}

.sitesaccueil{
	background-image: url(../images/sitesaccueil.png);
	height: 248px;
	width: 331px;
	position: absolute;
	top: 40px;
	left: 550px;
}