/* color: white = couleur du texte */
/* font-size: 16pt = taille de la police */
/* padding : 7px = hauteur du bandeau */
/* width: 90 % = le texte s'écrit à partir de 90 % de la page */
marquee.ticker{
	width: 90%;
	color: black;
	font-size: 16pt;
	font-weight: bold;
	font-family: verdana,tahoma,arial;
	text-align: center;
	padding: 17px;
}
/* le background-color est la couleur de fond du bandeau */
/* width: 100% = la largeur du  bandeau dans le template */
div.ticker {
	background-color: #a8d6ff;
	width: 100%;
	text-align: center;
}
/* align:left - aligne le bandeau à partir de la gauche si width = 50 % */
img.ticker{
	vertical-align: middle;
	float: left;
}