/* CSS Document */

a:link {
         color: #FFDD5B;
         text-decoration: none;		 
         }
a:visited {
         color: #FFDD5B;
         text-decoration: none;		 
         }
a:hover {
         color: #FFFFFF;
         text-decoration: none;
         }
a:active {
         color: #FFDD5B;
         text-decoration: none;		 
         }
td {    
		padding: 0px; 
   }
body {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}	

.background {
	background-color:#760000;
}
img { cursor:pointer;}

div#tvPartenairesPanel a:link {
         color: #76000;
         text-decoration: none;		 
         }
div#tvPartenairesPanel  a:visited {
         color: #76000;
         text-decoration: none;		 
         }
div#tvPartenairesPanel  a:hover {
         color: #76000;
         text-decoration: none;
         }
div#tvPartenairesPanel  a:active {
         color: #76000;
         text-decoration: none;		 
         }
