/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	background-image: url(/images/background.gif);
}

b {
	font-weight: bold;
	color: 678830;
	font-size: 18px;
}

ul {
	padding: 7px;
	list-style-type: square;
	margin: 7px;
}

li {
	margin: 2px;
	padding: 2px;
}


.footer {
	color: #999999;
	font-size: 9px;
	text-align: center;
	background-color: #000000;
	padding: 5px;
}


a:link, a:active, a:visited {
	color:#678830;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}


a.titre:link, a.titre:active, a.titre:visited {
	color:#678830;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.titre:hover {
	text-decoration: underline;
	font-weight: bold;
}


a.petit:link, a.petit:active, a.petit:visited {
	color:black;
	text-decoration: none;
	font-size: 10px;
	text-align: justify;
	}

a.petit:hover {
	text-decoration: underline;
}


#navbar-iframe {
height: 0px; 
visibility: hidden; 
display: none;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	color: #678830;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #678830;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.content {
	padding: 5px;
}

.bar{
	padding: 5px;
}
