/*
Style sheet for the CSS2 specification
didac-tic, v 2.0 27/10/2002
*/

/*****************************
colors from Jazz (Matisse)

dark blue: #003399
blue: #0066cc
light blue: #3399cc

dark orange: #cc9900
orange: #ffcc00
light orange: #ffee88

dark red: #660033
red: #cc0066

black green: #006633
green: #009933
light green: #99cc99

*******************************/

body { 
	text-align: center;
}
.content, .content-transparent {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 8px;
	/*
	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;
}
.signature, .copyright {
	text-align: right;
}
.content {
	background-color: #ffffff;
}
.orange{
	background-color: #ffcc00;
	padding: 8px; 
	/* dark red */
	color: #660033;
}
.darkorange{
	background-color: #cc9900;
	color: #ffffff;
	padding: 8px; 
}
.lightorange, .lightorangerounded {
	background-color: #ffee88;
	padding: 8px; 
	/* dark red */
	color: #660033;
}
a {
color: #0066cc;
}
h1, h2, .title, h3, .subtitle { 
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: arial, helvetica, sans-serif;
	color: #cc0066;
}
h1 {
font-size: 36px;
font-weight: normal;
}
h2, .title { 
font-size: 16px;
font-weight: bold;
}
h3, .subtitle {
font-size: 14px;
font-weight: normal;
}
#site h2 {
color: #cc0066;
}
.cadre, .cadre-dashed, .question {
padding: 8px;
}
.cadre, .question {
border:thin solid #000000;
}
.cadre-dashed {
border:thin dashed #000000;
}
.correction {
color : #cc0066;
}
.note, .ref, .where, .signature, .copyright { 
font-size: 11px;
font-family: arial, helvetica, sans-serif;
}
.center {
text-align: center;
}
ol, ul { 
margin-top : 2px; 
}





