/*
 * @author ( Christiane Dumont - Easywebconcept )
*/
#animation1, #animation2, #animation3 {
	position:relative;
}
#animation1 {
	width:200px;
	height:40px;
	top:-160px;
	left:300px;
	background: url(../images/word-competence.png) no-repeat;
	text-indent:-5000px;
}
#animation2 {
	width:200px;
	height:40px;
	top:-160px;
	left:260px;
	background: url(../images/word-innovation.png) no-repeat;
	text-indent:-5000px;
}
#animation3 {
	width:260px;
	height:50px;
	top:-160px;
	left:340px;
	background: url(../images/word-independence.png) no-repeat;
	text-indent:-5000px;
}
