/* CSS Document */
*{padding:0;margin:0}

.bleu{
background-color: #3399FF;
height:145px;
with:100%
}
.anim{
padding:6px
}

.bandeau{
position: absolute; left: 0px; top: 0px;
background-color: #3399FF;
}

.texte{
font-size:small;
color: #FFFFFF;
font-family:Arial;
font-style:italic;
font-weight:bold;
}

.titre{
font-size:large;
color: #FFFFFF;
font-family:Arial;
font-style:italic;
font-weight:bold;
}

.gauche{
float:left;
}
.haut {
background-color: #3399FF;
color: #FFFFFF;
font-family:Arial;
font-style:italic;
font-weight:bold;
}