#cadre_animation{
width:570px;
height:120px;
overflow:hidden;
border:1px solid black;
}

#animation{
width : 2280px;
height : 120px;
overflow:hidden;
}
#animation li a {
	display:block;
	text-decoration:none;
}
#animation li a:hover{
	text-decoration :none;
}
#animation li{
	display:block;
	width:570px;
	height:120px;
	float:left;
}

.animation_image{
	width:200px;
	background:#34276A url('http://www.cdefi.fr/images/lettre/fond-titre.jpg') repeat-x;
	height:100px;
	float:left;
	overflow:hidden;
}
.animation_image img{
	margin-left:auto;
}

.animation_chapeau{
	float:left;
	margin:0px;
	padding:5px;
	width:360px;
	height:90px;
	text-align:justify;
	overflow:hidden;
	
}
.boutongauche{
	width:20px;
	height:20px;
	float:left;
	background:#32236C url('http://www.cdefi.fr/specific/Animation/gauche.gif') no-repeat;
}
.boutongauche:hover {
	background:#32236C url('http://www.cdefi.fr/specific/Animation/gauchehover.gif') no-repeat;
	
}
.boutonstop{
	width:20px;
	height:20px;
	float:left;
	background:#32236C url('http://www.cdefi.fr/specific/Animation/stop.gif') no-repeat;
}
.boutonstop:hover {
	background:#32236C url('http://www.cdefi.fr/specific/Animation/stophover.gif') no-repeat;
	
}
.boutondroit{
	width:20px;
	height:20px;
	float:left;
	background:#32236C url('http://www.cdefi.fr/specific/Animation/droite.gif') no-repeat;
}
.boutondroit:hover {
	background:#32236C url('http://www.cdefi.fr/specific/Animation/droitehover.gif') no-repeat;
	
}
.animation_titre{
	float:left;
	display:block;
	width:510px;
	height:20px;
	text-align:center;
	font-variant:small-caps;
	font-size:1.2em;
	background:#32236C;
	color: white;
}