
body {
	font-family:verdana, arial, sans-serif; 
	background-attachment: fixed;
	scrollbar-face-color: #EBCBBE;
	scrollbar-shadow-color: FBDBCE;
	scrollbar-highlight-color: darkred;
	scrollbar-3dlight-color: #FFFBEE;
	scrollbar-darkshadow-color: darkred;
	scrollbar-track-color: darkred;
	scrollbar-arrow-color: darkred;
}

a:link,a:active,a:visited  { text-decoration : none; }

a:hover { text-decoration : underline overline; }

#titre, #sstitre, .parfum, .haut, .listeparfum { 
	color:darkred;
}

#titre { 
	font-size:26; 
	font-weight:bold;
}

#sstitre { 
	font-size:16; 
	font-weight:bold;
}

.parfum {
	font-weight:bold; 
}


div.listeparfum {
	font-family:verdana, arial, sans-serif;
	font-size:14;
	width:80%;
	border:2px solid darkred;
	color:darkred;
	z-index:100; 
	padding:0.4em;
	-moz-border-radius:30px;
}