p {
	display: block;




}
h1 {
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;



}
h2 {
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;


}
body {
	background-color: #FFFFFF;
	background-image: url(fonds/fond_creme.jpg);
	color: #000080;
	font-family: "Comic Sans MS";
	font-size: medium;



}
h3 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
li {
	text-align: left;
	display: list-item;

}
dfn {
	font-style: italic;
	color: #CC0000;
	display: table;
	border: thick outset #CC0000;
	width: 95%;
	text-align: left;
	cursor: default;









}
thm {
	color: #006600;
	font-style: italic;
	border: thick outset #006600;
	display: table;
	width: 95%;
	text-align: left;





}
lem {
	color: #FF9900;
	font-style: italic;
	display: table;
	width: 95%;
	border: thick outset #FF9900;
	text-align: left;


}
dem {
	color: #0000CC;
	text-indent: 0%;
	display: block;
	border: thick inset #0000CC;
	width: 95%;






}
exos {
	color: #000000;
	width: 99%;
	border: medium outset #000000;
	display: table;



}
.thm {
	color: #006600;
	display: table;
	width: 95%;
	border: thick outset #006600;
	font-style: italic;

}
.def {
	font-style: italic;
	color: #CC0000;
	display: table;
	width: 95%;
	border: thick outset #CC0000;
}
.lem {
	font-style: italic;
	color: #FF9900;
	display: table;
	width: 95%;
	border: thick outset #FF9900;
}
.dem {
	color: #0000CC;
	display: table;
	width: 95%;
	border: thick outset #0000CC;
	padding: 0.1cm;

}
.exos {
	color: #000000;
	display: block;
	width: 95%;
	border: thick outset #000000;
	padding: 0.1cm;


}
