body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
td {
	font-size : 11px;
}
.coldroite {
	border-left : 1px dashed #787878;
	padding : 0px 0px 0px 5px;
}
.titre {
	color : #D60000;
	font-size : 17px;
	font-style : italic;
	font-weight : bold;
}
.catsup {
	font-size : 13px;
	font-weight : bold;
}
.catinf {
	font-size : 12px;
	font-weight : normal;
	padding : 0px 0px 0px 12px;
}
A.site:link {
	font-size : 12px;
	font-weight : bold;
	color : #D60000;
}
A.site:visited {
	font-size : 12px;
	font-weight : bold;
	color : #D60000;
}
A.url:link {
	font-size : 9px;
	color : #787878;
	text-decoration : none;
}
A.url:visited {
	font-size : 9px;
	color : #787878;
	text-decoration : none;
}
INPUT {
	background-color : #EFEFEF;
	border : 1px solid #787878;
	font-size : 10px;
	margin : 0px 0px 2px 0px;
}
.copyright {
	font-size : 9px;
	font-style : italic;
	color : #787878;
}
SELECT {
	background-color : #EFEFEF;
	border : 1px dashed #787878;
	font-size : 10px;
	margin : 0px 0px 0px 0px;
}
TEXTAREA {
	background-color : #EFEFEF;
	border : 1px solid #5C5C5C;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:link{
	color : Black;
	text-decoration : underline;
}
A:visited{
	color : Black;
	text-decoration : underline;
}
A:hover{
	color : #1B66FF;
	text-decoration : underline;
}
.footer{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 10px;
}
.menu {
	border: 1px solid #5C5C5C;
}
TD.cat {
	FONT-SIZE: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.star-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 15px;
	position: relative;
	overflow:hidden;
	background: url(/imgs/alt_star2.gif) top left repeat-x;		
}

.star-rating-gris {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 15px;
	position: relative;
	overflow:hidden;
	background: url(/imgs/alt_star_gris.gif) top left repeat-x;		
}

.star-rating li, .star-rating-gris li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a, .star-rating-gris li a {
	display:block;
	width:15px;
	height: 15px;
	line-height:15px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover, .star-rating-gris li a:hover {
	background: url(/imgs/alt_star2.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star, .star-rating-gris a.one-star {
	left: 0px;
}
.star-rating a.one-star:hover, .star-rating-gris a.one-star:hover {
	width:15px;
}
.star-rating a.two-stars, .star-rating-gris a.two-stars {
	left:15px;
}
.star-rating a.two-stars:hover, .star-rating-gris a.two-stars:hover {
	width: 30px;
}
.star-rating a.three-stars, .star-rating-gris a.three-stars {
	left: 30px;
}
.star-rating a.three-stars:hover, .star-rating-gris a.three-stars:hover{
	width: 45px;
}
.star-rating a.four-stars, .star-rating-gris a.four-stars {
	left: 45px;
}	
.star-rating a.four-stars:hover, .star-rating-gris a.four-stars:hover {
	width: 60px;
}
.star-rating a.five-stars, .star-rating-gris a.five-stars {
	left: 60px;
}
.star-rating a.five-stars:hover, .star-rating-gris a.five-stars:hover {
	width: 75px;
}
.star-rating li.current-rating, .star-rating-gris li.current-rating{
	background: url(/imgs/alt_star2.gif) left center;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

