<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS pour les formulaires */
form {	
	font-family: Calibri, Helvetica, sans-serif, Arial;	
	font-size: lem;
	color: #3333FF;
	font-weight:bolder
	}
.bleugras{
	font-family: Calibri, Helvetica, sans-serif, Arial;
	color: #000099;
	font-weight:bolder
}
.rougegras{
	font-family: Calibri, Helvetica, sans-serif, Arial;
	color: #990000;
	font-weight:bolder;
	font-size: 14px;
}
input {	
	font-family: "Times New Roman", Times, serif;	
	font-size: 1em;
	color:  #000099
	}
select {	
	font-family: "Times New Roman", Times, serif;	
	font-size: 1em;
	color: #6B6B6B
	}
textarea {
	font-family: "Times New Roman", Times, serif;	
	font-size: 1em
	color: #6B6B6B
	}
/*contenu des page */
body {	
	background-color: #FEFEE2;
	font-family: Calibri, Helvetica, sans-serif;	
	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
/* les titres */
h2 {
	color: #CCCCCC
	}
h3 {
	color: #CCCCCC
	}
h4 {
	color: #000000
	}
	
div.bulle {
    padding: 4px;
    top: 0px;
    left: 0px;

    color: darkblue;

    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;

    background-color: lightblue;

    border: solid thin ;
    border-color: darkblue;
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}

div.bulle p {
    margin: 0; padding: 0 3px;
}
</pre></body></html>