/* CSS Document : auteur Elisabeth Chamontin pour Habiletes.com*/
/* style print*/
body {
background: none;
font-family: "Times New Roman", Times, serif
font-size: 11pt;
color:rgb(0, 0, 0);
}
h1 {
	font-size: 200%;
	color:rgb(0, 0, 0);
	background-color: white;
	text-align: center;
}
h2 {
	font-size: 150%;
	color:rgb(0, 0, 0);
	background-color: white;
	text-align: left;
}
h3 {
	font-size: 120%;
	color:rgb(0, 0, 0);
	background-color: white;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color:rgb(0, 0, 0);
	background-color: white;
	text-align: left;
}
/*zone centrale*/
#zonecentrale a:link {
	color: black;
	text-decoration: underline;
	background-color: white;
}
#zonecentrale a:visited {
	color: black;
	text-decoration: underline;
	background-color: white;
}
#zonecentrale a:hover {
	color: black;
	background-color: white;
}
#zonecentrale {
font-family: "Times New Roman", Times, serif
color: black;
background-color: white;
}
 #zonemenu {
 display: none
 }
 #menu {
 display: none
 }
 
 #footer {
 display: none
 }
/* Mise en page des morales elementaires*/
#tabmorale {
position: absolute;
top: 30px;
left: 90px;
width: 370px;
font-size: 100%;
padding: 4px; 
}
/* Mise en page des rondeaux*/
#tabrondeau {
position: absolute;
top: 124px;
left: 103px;
width: 250px;
padding: 0; 
}
/*classes et styles particuliers (formulaires)*/
.legende{
font-size:70%
}
.exposant {
font-size:75%;
vertical-align: text-top;
}
.italiques {
font-style: italic;
}
