﻿body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

p {
  margin: 0px;
}

ol, ul { 
	margin-top: 0px; 
	margin-bottom: 0px; 
}

.titre {
	font-family: "Arial Narrow", sans-serif;
	font-size: 24pt;
	color: #808080;
	font-weight: bold;
}

.titre2 {
	font-size: 12pt;
	color: #808080;
	font-weight: bold;
}

.principe {
	background-color: #e5e5e5;
	margin-left: 50px;
}

.marge {
	margin-left: 50px;
}

.attention {
	margin-left: 50px;
	font-weight: bold;
}

.code {
	background-color: #e5e5e5;
	border: solid 1px gray;
	font-family: "courier new", monospace;
	font-size: 10pt;
	padding: 2px;
}

.exemple {
	margin-left: 50px;
	font-style: italic;
}
