TABLE.principale {
background: url(/img/bg_home.jpg);
}

A {
background: transparent;
font-family: Arial, Verdana, sans-serif;
font-size:11px;
font-weight:bold;
}

A:link.menu1 {
background: transparent;
color: rgb(255,255,255);
text-decoration: none;          
}
	
A:visited.menu1 {
background: transparent;
color: rgb(255,255,255);
text-decoration: none;          
}

A:hover.menu1 {
background: transparent;
color: rgb(220,255,0);
text-decoration: none;
}
	
A:link.menu2 {
background: transparent;
color: rgb(255,102,0);
text-decoration: none;          
}

A:visited.menu2 {
background: transparent;
color: rgb(255,102,0);
text-decoration: none;          
}

A:hover.menu2 {
background: transparent;
color: rgb(32,87,159);
text-decoration: none;
}

A:link.menu3 {
background: transparent;
color: rgb(32,87,159);
text-decoration: none;          
}

A:visited.menu3 {
background: transparent;
color: rgb(32,87,159);
text-decoration: none;          
}

A:hover.menu3 {
background: transparent;
color: rgb(255,102,0);
text-decoration: none;
}

FONT {
background: transparent;
font-family: Arial, Verdana, sans-serif;
font-size:11px;
font-weight:bold;
color: rgb(32,87,159);
}