/* CSS Document */
body          { 
font: 11px Verdana, Arial, Helvetica, Geneva, Sans-Serif, Swiss;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #660000;
}


.fondmenu {
	background-image: url(im/fond_menu.gif);
	background-repeat: no-repeat;
}

.fondmain {
	background-image: url(im/fond_main.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fondpres {
	background: url(im/fond01.gif) no-repeat;
}
