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

img {
	border: 0;
}

h1 {
	font-family: verdana, "times new roman", helvetica, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #004e56;
	background-color: #eef3fa;
	border: 1px solid #5a799d;
	padding: 2px 2px 2px 15px;
	margin: 0;
}
h1 a {
	color: #004e56;
}

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

h3 {
	font-size: 100%;
	border-bottom: 1px solid #5a799d;
	margin: 1em 0 0 0;
	width: 33%;
}

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('logo_ulg.gif');
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 56px;
	font-family: "times new roman", helvetica, arial, sans-serif;
	font-weight: bold;
	padding-right: 76px;
}

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

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

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

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

div#menu li {
	list-style-image: url('menu_icon.gif');
}

div#menu ul li:hover {
	list-style-image: url('menu_icon_hover.gif');
}

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

div.submenu {
	color: #004e56;
	border: 1px dashed #5a799d;
	border-top: 0;
	padding: 2px 2px 2px 15px;
	margin: 0;
}

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

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

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

/* Table with borders and hover effect on cells {{{ */
table {
	border-collapse: collapse;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
tr {
	border: 1px solid #5a799d;
}
th, td {
	border: 1px solid #5a799d;
	padding: 2px 4px 2px 4px;
}
th:hover, td:hover {
	background-color: #eef3fa;
}
tr.sep td {
	border: 0;
	padding-top: 1em;
}
/* }}} */

/* Table with no borders or hover effects {{{ */
table.plain {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
table.plain tr, table.plain th, table.plain td {
	border: 0;
}
table.plain tr:hover, table.plain th:hover, table.plain td:hover {
	background-color: transparent;
}
/* }}} */

/* Classes to highlight one every two lines of a table {{{ */
table.oddeven th:hover, table.oddeven td:hover {
	background-color: transparent;
}

table.oddeven tr.o {
	background-color: white;
}

table.oddeven tr.e {
	background-color: #eef3fa;
}
/* }}} */

hr {
	border: 0;
	border-top: 1px solid #5a799d;
	margin-left: 25%;
	margin-right: 25%;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	border: 1px solid #5a799d;
	display: table;
	margin: auto;
	padding: 2px 10px 2px 10px;
	margin-top: 1em;
	color: #333;
	max-width: 75%;
}

ul.tfe {
	list-style-type: none;
	margin-bottom: 2em;
}

dl dt {
	font-weight: bold;
}
