	/* Généralité */


h3{background:#FF3366; text-decoration:none; color:white}

h4{background:#FF3333; text-decoration:none; color:white}

h5{background:#330066; text-decoration:none; color:white}

	/* Les champs du Formulaire */
input {
	background-color: #FFFFCC;
	border: 1px outset #000000
	}
textarea {
	background-color: #FF9999;
	border: 1px outset #000000
	}
	
	/* Scroll colors */

body {
 scrollbar-face-color:#000000; 
 scrollbar-track-color:#FFFFFF; 
 scrollbar-arrow-color:#000000; 
 scrollbar-shadow-color:#000000; 
 scrollbar-dark-shadow-color:#000000; 
 scrollbar-3dlight-color:#000000; 
 scrollbar-highlight-color:#000000
}