td li {
	list-style: disc;	
}
 

h1 {
	background: white;
	color: #009000;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	background: white;
	color: #900000;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


table.textannonce {
	width: 650px;
	border: none;
}

table.textannonce td.texte {
	width: 500px;
	vertical-align: top;
	background-color: #efefef;
	color: #000090;
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
}

table.textannonce th.pub {
	width: 125px;
	background-color: #000000;
	color: #ffffff;
	font-size: 80%;
	font-family: Arial;
	font-weight: bold;
}	


table.details {
	width: 650px;
	border: none;
}

table.details td {
	color: #000090;
	background-color: #ffffff;
	vertical-align: top;
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	width: 550px;
}

table.details td:first-child {
	width: 100px;
}

table.details td a {
	color: #000090;
}


table.appreciez {
	width: 650px;
}

table.appreciez th {
	background-color: #000090;
	font-style: italic;
	font-family: Arial;
	font-weight: bold;
	font-size: 100%;
	color: #FFFF00;
}

table.appreciez th a {
	color: #FFFF00;	
}


table td.normal {
	font-weight: normal;
}



#navsite h5 {
	display:  none;
}

#navsite ul {
	padding: 3px 0;
	margin-left:  0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}
#navsite ul li {
	list-style:  none;
	margin:  0;
	display:  inline;
}
#navsite ul li a {
	padding:  3px 0.5em;
	margin-left:  3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
#navsite ul li a:link {
	color: #448;
}
#navsite ul li a:visited {
	color: #667;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}
#navsite ul li a#current {
	background: #FFF;
	border-bottom: 1px solid white;
}


ul.rubrique {
	width: 450px;
}


ul.rubrique li {
	list-style: none;
/*	margin: 2px 0;*/
	padding: 3px;
}

ul.rubrique li:hover {
	background: #cccccc;
}

ul.rubrique li a:hover {
	background: transparent;
}




