* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Times, Tahoma, 'Times New Roman', serif;
	font-size: 0.8em;
	margin: 0px;
	padding-bottom: 10px;
	background-color: #55A8FF;
	color: #000000;
}

#total {
	background-color: #E8F0F4;
	color: inherit;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
}

h1 {
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
	height: 51px;
	margin-bottom: 20px;
}

.abreviation {
	cursor: help;
	border-bottom: 1px dotted;
}

a {
	background-color: inherit;
	text-decoration: none;
	color: #0066CC;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #FF6600;
}

ul {
	font-weight: bold;
	list-style-type: none;
}

ul a {
	background-color: #FFFFFF;
	color: #0066CC;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: dashed 1px;
	border-color: #000000;
}

ul a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}

li {
	float: left;
	text-align: center;
}

ul.w3c a {
	list-style-type: none;
	padding-right: 5px;
	border: none;
}

ul.list a {
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
	border: none;
}

li.list {
	font-weight: normal;
	float: none;
	text-align: left;
}

#container {
	background-color: #FFFFFF;
	color: inherit;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	border: solid 1px;
}

#container h2 {
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 20px;
	background-color: inherit;
	color: #55A8FF;
}

#container a {
	background-color: inherit;
	color: #000000;
}

#container a:hover {
	background-color: inherit;
	color: #FF6600;
}

h3 {
	font-size: 1.2em;
	background-color: inherit;
	color: inherit;
}

h4 {
	font-size: 1em;
	background-color: inherit;
	color: inherit;
	font-style: italic;
	font-weight: normal;
}

