/*
Style sheet for the CSS2 specification
droso.css, v 2.1 2020
*/

body { 
	text-align: center;
	}
div.content {
	max-width: 556px;
	margin: 0px auto;
	text-align: left;
	padding: 4px;
	/*
	it is necessary to explicitly set the "text-align" attribute for the centered box, 
	counteracting the effects of the IE5/Win workaround.
	*/
	text-align: left;
	}

div.center {
	text-align: center;
	}
	
div.left {
	float: left;
	}

div.right {
	float: right;
	}

h1, h2, .ref  {
	text-align: left;
	}

h1.center {
	text-align: center;
	}
	
.copyright {
	text-align: right;
	}
		
.fly, .question {
	border: solid thin;
	padding: 8px;
	}
	
.droso select { 
/* 
Be carefull 
not working in Safari
*/
	font-family: inherit;		
	font-size: inherit;
	padding: .1em; /* */
	}
.droso input { 
/* 
Be carefull 
not working in Safari
*/
	font-family: inherit;		
	font-size: inherit;
	padding: .1em; /* */
	}		
br.nowrap {
	clear: both;
	}
	
html { /* cf http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
	font-size: 100%; 
	} 
body { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.625em;  /* 10/16 */ 
	}
.content {
	font-size: 1.6em; /* */
	}
.menu {
	font-size: 1.5em; /* */ 
	}
h1 {
	font-size: 4em;
	/*letter-spacing:-0.05em; /*  */ 
	font-weight: normal;/* */
	}
h2, .title, h3, .subtitle { 
	font-size: 1.2em;
	}

.note, .ref, .copyright { 
	font-size: .9em;
	}


.correction {
	color : #d60000;
	}

body { 
	background: white;
	color: black;
	}

body.silver {
	background: url(bkgd/silver.jpg);
	}
