/* Start of CMSMS style sheet 'aff' */
/* prog */

div#conteneur
{
	width: 800px ;
	margin: 0 auto ;
	text-align: left ;
	
}


ul#aff
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#aff li
{
	float: left ;
	text-align: center ;
width: 200px;
}

a.aff,
a:link.aff 
a:active.aff{
   text-decoration: none;
   background-color: inherit; 
   color: #ffffff; 
}

a:visited.aff {
   text-decoration: none;
   background-color: inherit;
  color: #ffffff;                
}

a:hover.aff {
   text-decoration: none;
   background-color: #000000;
   color: #e20031;
}

/* End of 'aff' */

