


TD {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: white;
} 
A {
	color: #FF6600;
	text-decoration: none;
}
A:hover {
        color: white;
	text-decoration: underline;
}
A.menu {   
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: white;	 
	font-weight: bold;
	text-decoration: none;
}
A.menu:hover { 
	color: silver;	 
} 
.new {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;  
	color: FFFFCC; 
	font-weight: bold;
}  
.moyen {
	font-family: verdana, arial, helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #B28977;
}  



a                 { color: white;
                  
 } 
a:visited         { color: #ffffcc;  
 } 
a:hover,  { color: #880000;   
          text-decoration: none;

}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #B28977;
text-decoration: none; 
color: #B28977;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #B28977;
color: #B28977;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #B28977;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #B28977;
color: #B28977;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

</style>

                  