/*
Style sheet for the CSS2 specification
didac-tic, v 2.0 27/10/2002
*/

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;
}
.orange, .darkorange, .lightorange, .lightorangerounded, .negatif { 
	padding: 8px; 
}
.signature, .copyright {
	text-align: right;
}
.content {
	background-color: #ffffff;
}
.form {
border:thin solid #dddddd; 
background-color: #dddddd;
padding: 4px; 
margin-top: 4px;
}
a {
color: #0066cc;
}
#eleves, #enseignants, #site, #une {
width: 360px;
height: 360px;
margin: 2px;
padding: 8px; 
/* background-color: #ffffff;*/
}
#eleves {
/* orange frame */
border:thin solid #ffcc00; 
}
#enseignants {
/* blue frame */
border:thin solid #0066cc; 
}
#site {
/* green frame */
border:thin solid #009933; 
}
#une {
/* red frame */
border:thin solid #CC0066; 
}
h1, h2, .title, h3, .subtitle { 
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: arial, helvetica, sans-serif;
}
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;
}
.code, code {
font-family: lucida console, courier new, courier, monospace;
font-size: 13px;
}
.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; 
}
ol.summary {
list-style-type: none;
}





