/* FICHIER: iulirose.css */

body {
	margin: 2px 2px 2px 2px;
	background-attachment:fixed;
	background-color:White;
    scrollbar-base-color: transparent ! important;
    scrollbar-face-color: transparent ! important;
    scrollbar-highlight-color: transparent ! important;
    scrollbar-shadow-color: transparent ! important;
    scrollbar-3dlight-color: transparent ! important;
    scrollbar-arrow-color: transparent ! important;
    scrollbar-track-color: transparent ! important;
    scrollbar-darkshadow-color: transparent ! important;
}

a:link {
    text-decoration: none;
    background-color: White ! important;
}

a:visited {
	text-decoration: none;
    background-color: White ! important;
}

a:hover {
	text-decoration: none;
    background-color: White ! important;
}

a:active {
	text-decoration: none;
    background-color: White ! important;
}

a:focus {
	text-decoration: none;
    background-color: White ! important;    
}