@import "jquery.lightbox-0.4.css";
#reference
{
	text-align:right;
	font-family: Verdana,Arial;
}

a.categorie, .categorieOff{
	font-size: 14px;
	font-weight: bold;
	color : #7F7F7F;
	text-decoration: none;
	padding-right: 6px;
	<!--background:transparent url('../img/puce_off.gif') no-repeat right 0;-->
}

a.categorie:hover, .categorieOn
{
	font-size: 14px;
	font-weight: bold;
	color : #FFB011;
	text-decoration: none;
	padding-right: 6px;
	background:transparent url('../img/puce_on.gif') no-repeat right 0;
}

a.souscategorie{
	font-size: 10px;
	font-weight: bold;
	color : #7F7F7F;
	line-height: 15px;
	text-decoration: none;
	padding-right: 6px;
	background:transparent url('../img/puce_off.gif') no-repeat right 0;
}

a.souscategorie:hover, .souscategorieOn
{
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color : #FFB011;
	text-decoration: none;
	padding-right: 6px;
	margin :0px;
	background:transparent url('../img/puce_on.gif') no-repeat right 0;
}

td.photo img
{
	border: 1px solid #000;
	margin: 4px;
}

dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu 
{
	position: relative;
	top: 0;
	left: 0;
}

dl#menu dt 
{
	color: #7F7F7F;
	font-size: 14px;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	background:transparent url('../img/puce_off.gif') no-repeat right 0;
}


dl#menu li 
{
    padding-right: 6px;
	color : #FFB011;
	text-align: right;
	margin: 0px;
}
dl#menu li a, dl#menu dt a 
{
	text-decoration: none;
	display: block;
}

dl#menu li a:hover, dl#menu dt a:hover 
{
	color : #FFB011;
	padding-right: 6px;
	margin :0px;
	background:transparent url('../img/puce_on.gif') no-repeat right 0;
}

#titre
{	font-family: Verdana,Arial;
	background-color : #9f9f9f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}