﻿/* Cette ligne est mise en commentaire pour ne pas          */
/* interférer avec les autres a qui seraient définis        */
/* dans d'autres css. Du coup, cette ligne a été            */
/* placée plus bas dans '#tickercontainer #mask p a'        */
/* afin d'avoir malgré tout l'effet voulu dans le newsticker*/
/*a      {font-weight: bold;} */
p a    {color      : #ff0000;}
h3, h2 {padding    : 1em 0 0.8em 0;}
h4     {font       : normal 1.3em Arial; 
		padding    : 1.2em 0 0 0; 
		border-top : 1px solid #ff0000; 
		margin-top : 2em;}

#wrapp {width     : 710px;
        text-align: left;
        font-size : 1em;
        margin    : 1em auto;
        padding   : 1em;
        color     : black;}


#ldng {margin        : 2em 0; 
       letter-spacing: 0.3em; 
       font-weight   : bold; 
       background    : red; 
       padding       : 1em; 
       color         : #ffffff; 
       display       : none;}
       
#tickercontainer {padding-left: 10px; /* Mise en commentaire, car je l'ai remplacée par celle ci-dessous */
				  /*margin      : 20px auto;*/ /* Gère automatiquement le centrage suivant la taille de l'écran */
                  background  : transparent url(../galerie/images/newsticker-bg.gif) center 90px no-repeat; /* Le 120px ici descend l'image de 120 px */
                  overflow    : hidden; 
                  height      : 160px; 
                  width       : 780px; 
                  font-family : verdana;}
                  
#mask {background: transparent; 
       position  : relative;
	   top       : 80px;   /* J'ai rajouté cette ligne pour descendre le mask au-dessus de l'image du newsticker tickercontainer -> background à modifier également si on change cette valeur-ci */
       left      : 5px;     /* Positionne un mask d'affichage réduisant la zone (longueur) d'affichage dans l'image de fond */
       width     : 780px;   /* 628px; normalement */
       overflow  : hidden; 
       height    : 160px;}
       
#tickercontainer p {font-weight: bold; 
					position   : relative; 
					top        : 17px;  
					margin     : 0px; 
					margin-left: 70px;  /* 10px; normalement */ /* Eloigne la date du bord gauche du cadran d'affichage */ 
					padding    : 0px; 
					display    : none;}
                    
#tickercontainer #mask p a {font-weight: bold;
							text-decoration: none; 
							color          : #ee2944; 
							margin-left    : 10px;} /* Eloigne le texte rouge de la date */ 
                            
#tickercontainer #mask p a:hover {text-decoration: underline}

#tickercontainer p span {color        : #000; 
						 padding-right: 10px;}

