/* **************************************************************** */

html {
	font-family: sans-serif;
	color: black;
	background-color: white;
	margin: 10px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #00044f;
	background-color: #eef3fa;
	border: 1px solid #5a799d;
	padding: 2px 2px 2px 15px;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	background-color: #eee;
	padding: 0 0 0 5px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

a {
  color : #44f;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline;
}

/* **************************************************************** */

div#header {
/*
	background-image: url('images/logo_ulg.gif');
	background-position: top right;
	background-repeat: no-repeat;
*/
	min-height: 56px;
	font-family: sans-serif;
	font-weight: bold;
	padding-right: 76px;
}

div#header h1 {
	font-size: 165%;
	font-weight: bold;
	font-style: italic;
	color: #00044f;
	margin-bottom: 0px;
	border: 0px;
	background-color: transparent;
	padding-left: 0px;
}

/* **************************************************************** */

div#menu {
	float: left;
	width: 18em;
	margin-top: 10px;
	border: 1px solid #5a799d;
	border-top: 0px;
	text-align: left;
	font-size : 80%;
}

div#menu h1 {
	font-size : 100%;
	border-right: 0px;
	border-left: 0px;
}

div#menu ul {
	padding-right: 5px;
}

div#menu img {
	display: block;
	margin: 0.5em auto 0.25em auto;
}

/* **************************************************************** */

div#content {
	margin: 10px 0 0 16.5em;
	padding-left: 10px;
	font-size: 95%;
}

div#content h1 {
	font-size : 85%;
}

div#content li {
	margin-bottom: 0.35em;
}

/* **************************************************************** */

table.plain tr, table.plain th, table.plain td {
	border: 0px;
}

table.plain tr:hover, table.plain th:hover, table.plain td:hover {
	background-color: transparent;
}

/* **************************************************************** */

div#footer {
	text-align: right;
	font-size: 80%;
}

/* **************************************************************** */

em.note {
	font-size: 80%;
}

/* **************************************************************** */

