body {
	padding: 2em 1em 2em 70px;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: black;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 800px;
}
:link { color: #00C; background: transparent }
:visited { color: #00C; background: transparent }
a:active { color: #00C; background: transparent }

a:link img, a:visited img { border-style: none } 

a img { 
	color: white;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

div.menu_main {
	border-bottom: black 1px solid; 
	width: 780px;
	margin-bottom: 3px;
}
.outer {
	background: url(bars2.gif) no-repeat 0px -50px; 
	float: left; 
	width: 156px; 
	height: 40px;
	text-align: left;
}
div.outer a.menu_a {
	display: block; 
	background: url(bars2.gif) no-repeat left top; 
	height: 100%; 
	color: #003399; 
	text-decoration: none;
}
.outer span {
	display: block; 
	padding-right: 7px; 
	padding-left: 7px; 
	padding-top: 7px;
	text-align: center;
}
.outer a.menu_a:hover {
	background-image: none; 
	color: white;
}
.sous {
	background: #f2f2f2;
	position: absolute;
	visibility:hidden;
	border: 1px solid gray;
}
li.menu{
	margin-left: -10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	list-style: none;
}
a.menu_b {
	background: #ececff;
	color: #039; 
	text-decoration: none;
}
a.menu_b:hover {
	background: #8080ff;
	color: white;
}
div.contents {
	text-align: justify;
}
span.rappel {
    	background: #005A9C;
    	color: white;
}
span.infos {
    	border-bottom: 1px dotted;
    	cursor: help;
}
span.important {
    	background: #ffffff;
    	color: #ff0000;
	font-weight: bold; 
}
ol.classique{
	list-style-type: lower-alpha 
}
ol.point{
	list-style-type: circle
}
dl.table-display { 
	margin: 2em 0; 
	padding: 0; 
	font-family: georgia, times, serif; 
} 
.table-display dd { 
	width: 5em; 
	float: left; margin: 0 0 0 0; 
	padding: 2em 0; 
	border: 1px solid #999; 
	font-weight: bold; 
}
dd.vert{
    	background: #008000;
	color: #ffffff;
} 
