body {
	padding: 0;
	margin: 0;
}

a {
	color: Black;
}

a:visited {
	color: #666666;
}

td.entete {
	background-color: #31319C;
	text-align: center;
}

td.menu {
	text-align: center;
}

.menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:visited.menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:hover.menu {
	color: #FFFFFF;
}

#menu_sel {
	background-color: #6363CE;
}

td.titre {
	font-size: 14px;
	font-weight: bold;
}

td.col_gauche {
	background-color: #F7E6CD;
	vertical-align: top;
	text-align: center;
	font-size: 10pt;
	width: 130px;
}

a.col_gauche {
	color: #000000;
}

td.centre {
	padding: 5px;
}

td.pied {
	background-color: #F7E6CD;
	vertical-align: top;
	text-align: center;
}

p {
	text-align: justify;
	font-size: 14px;
	padding: 3 10 3 10;
}

li {
	text-align: justify;
	font-size: 14px;
	padding: 3 10 3 10;
}

h1 {
	margin: 5 5 5 5;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #F7E6CD;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	margin-left: 50px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
}

.lex {
	color: #31319C;
	font-weight: bold;
}

div.code {
	font-family: "Courier New", Courier, monospace;
}

table.tab {
	border-style: solid;
	border-width: 1px;
	border-color: #31319C;
}

th.tab	{
	background-color: #31319C;
	padding: 3 3 3 3;
	color: white;
	border: 1px solid #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

tr.tab1 {
	background-color: White;
}

tr.tab2 {
	background-color: #F7E6CD;
}

td.tab	{
	padding: 3 3 3 3;
	border: 1px solid #FFFFFF;
}

td.pagi {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div.leg {
	margin-left: 50px;
	margin-right: 50px;
}

div#note {
	width: 200px;
	position: absolute;
	background: #ECECEC;
	border: dashed;
	border-width: 1;
	display: none;
	padding: 3px;
}
