@charset "iso-8859-1";
/* auteur: WebExpert */
/* Date de création: 03/06/2008 */
#memoryticker{
background-color: "#D3DAED" ;
width: 100%;
font: bold 10px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 0px solid black;
padding: 0px;/*3 à l'origine*/
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)*/
}

</style>

<style type="text/css">

#marqueecontainer{
position: relative;
width: 154px; /*marquee width */
height: 124px; /*marquee height */
background-color: black;
overflow: hidden;
border: 0px;
padding: 0px;
padding-left: 0px;
}
