/* CSS Document */


.mainTitle
{
border: 1px none #000000;
}

.accueil
{
border: 1px none #000000;
color: #FFFFFF; 
background-color: #9933CC; 
layer-background-color: #CC99CC;
}
.accueil:visited
{
color: #FFFFFF; 
}


a
{
position:relative; 
top:2px; 
display:block; 
width:100%; 
font-family: Tahoma; 
font-size: x-small;
white-space: nowrap; 
text-decoration: none; 
color:#000033; 
}



a:hover 
{
	text-decoration: underline;
}

a:visited 
{ 
	color:#330000; 

}
		  
 a:active 
{ 
	text-decoration: underline; 
}

