@media all {

	ul.none {
		list-style-type:none;
	}

	ul.square {
		list-style-type:square;
	}

	ul.circle {
		list-style-type:circle;
	}

	ul.disc {
		list-style-type:disc;
	}

	li {
		margin-left:20px;
		margin-top:3px;
		margin-bottom:3px;
	}

	ul.bce li {
		margin-left:0px;
		list-style-type:none;
		background-image:url('../img/puces/puce.12x12.png'); 
		background-position:0 4px; 
		background-repeat:no-repeat;
		padding-top:0px;
		padding-left:15px;
	}

	ul.menutop {
		float:left;
		padding-left:5px;
	}

	ul.menutop li {
		margin-left:0px;
		list-style-type:none;
		background-image:url('../img/puces/fleche2.gif'); 
		background-position:0 6px; 
		background-repeat:no-repeat;
		padding-top:0px;
		padding-left:15px;
	}

	ul.menutop li a {
		color:rgb(255, 172, 3);
		font-family:Arial, Verdana, Helvetica;
		font-size:9pt;
	}

	ul.menutopright {
		position:relative;
		list-style-type:none;
/*
		background:url('/img/site/barre.png');
*/
		background-repeat:no-repeat;
		margin:0 auto;
		width:635px;
		height:23px;
		z-index:30;
	}

	ul.menutopright li {
		position:absolute;
		display:block;
		height:16px;
		margin:0;
		padding:0;
	}

	ul.menutopright a {
		padding-top:2px;
		color:black;
		font-family:Arial, Verdana, Helvetica;
		font-size:12px;
		font-weight:bold;
		font-style:italic;		
	}

	ul.bulletblue li {
		list-style-image:url('../img/puces/bd10300_2.gif'); 
	}

	ul.starlightblue li {
		margin-left:0px;
		list-style-type:none;
		background-image:url('../img/puces/le_gro12.gif'); 
		background-repeat:no-repeat;
		padding-left:20px;
	}

	ul.staryellow li {
		list-style-type:none;
		background-image:url('../img/puces/etoile.gif'); 
		background-repeat:no-repeat;
		padding-left:20px;
	}

	ul.stargr li {
		margin-left:0px;
		list-style-type:none;
		background-image:url('../img/puces/le_gro11.gif'); 
		background-repeat:no-repeat;
		padding-left:20px;
	}
	ul.basic li {
		list-style-type:none;
		margin:0;
		padding:0;
		margin-left:0px;
	}
	
}

