
body{
	/* Minimalistic scrollbars */
	/* scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #E7F7E7;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #000000; */

        /* Perfect 3D light grey scrollbars */
        scrollbar-face-color: #F5F5F6; 
        scrollbar-highlight-color: #ffffff; 
        scrollbar-shadow-color: #E8E6ED; 
        scrollbar-3dlight-color: #CDCBD2;  
        scrollbar-arrow-color: #666666; 
        scrollbar-track-color: #F6F6F8; 
        scrollbar-darkshadow-color: #CDCBD2; 
	
	background-attachment: fixed;
}
				
h1{
	font-family: helvetica, "lucida sans", "book antiqua";
   font-size: 26pt;
	font-weight: bold;
	color: White;
}

h2{
	font-family: helvetica, "lucida sans", "book antiqua";
	font-size: 22pt;
	font-weight: bold;
	color: White;	
}

h3{
	font-family: arial, helvetica, "lucida sans", "book antiqua"; /* font-size: 19pt; font-weight: bold; */
	font-size: 17;
	font-weight: bold;
	color: Teal;
}

a:link{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: Gray;
	text-decoration: none;
}

a:visited{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: Gray;
	text-decoration: none;
}
 
a:hover{
	border-bottom:1px solid Gray;
	background-image:url(transparence-fond3.gif);
}
 
i{
	/* font-family: "Arial Rounded MT Bold"; */
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #F5F5F5;
}

b{
	/* font-family: "Arial Rounded MT Bold"; */
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #F5F5F5;
}

cite{
	/* font-family: "Arial Rounded MT Bold"; */
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: Aqua;
	color: #F5F5F5;
}	
	
big{
	font-family: arial, helvetica, "lucida sans", "book antiqua";
	font-size: 24pt;
	font-weight: bold;
	color: #F5F5F5;
}

img{
	cursor: crosshair;
}
