.droite{
	text-align:right;
}
.clear{
	clear:both;
}
.ascenseur{
	cursor:pointer;
}

/* La navigation */


#navigation{
	float:left;
}

.bloc{
	width:160px;
/*
	margin:10px 0 0 0;
	padding:10px 0 0 10px;
*/	
}


/* CATEGORIES */
.cat1,.cat1on,.cat2,.cat2on,.cat3,.cat3on,.cat4,.cat4on,.cat5,.cat5on {
	padding:0 0 0 5px;
	margin:0;	
	display: block;
	height:20px;
	line-height:20px;
	width:225px;	
	font-size:13px;
	font-weight:bold;	
	color:#FFFFFF;
}
.cat1{
	background:url(../images/theme/nav1.jpg) no-repeat;
}
.cat1on,.cat1:hover{
	background:url(../images/theme/nav1-on.jpg) no-repeat;
}
.cat2{
	background:url(../images/theme/nav2.jpg) no-repeat;
}
.cat2on,.cat2:hover{
	background:url(../images/theme/nav2-on.jpg) no-repeat;
}
.cat3{
	background:url(../images/theme/nav3.jpg) no-repeat;
}
.cat3on,.cat3:hover{
	background:url(../images/theme/nav3-on.jpg) no-repeat;
}
.cat4{
	background:url(../images/theme/nav4.jpg) no-repeat;
}
.cat4on,.cat4:hover{
	background:url(../images/theme/nav4-on.jpg) no-repeat;
}
.cat5{
	background:url(../images/theme/nav5.jpg) no-repeat;
}
.cat5on,.cat5:hover{
	background:url(../images/theme/nav5-on.jpg) no-repeat;
}



/* SOUS CAT */
.scat2,.scat2on,.scat2plus,.scat4,.scat4on,.scat4plus,.scat5,.scat5on,.scat5plus{
	padding:0 0 0 15px;
	margin:0;
	display: block;
	height:15px;
	line-height:15px;
	width:225px;
	font-size:11px;
	font-weight:bold;
}
.scat2,.scat2plus{
	background:url(../images/theme/nav2-0.jpg) no-repeat;
	color:#007bcf;
}
.scat2on,.scat2:hover{
	background:url(../images/theme/nav2-0-on.jpg) no-repeat;
	color:#000000;
}
.scat2plus:hover{
	background:url(../images/theme/nav2-1-on.jpg) no-repeat;
	color:#000000;	
}
.scat4,.scat4plus{
	background:url(../images/theme/nav4-0.jpg) no-repeat;
	color:#007bcf;
}
.scat4on,.scat4:hover{
	background:url(../images/theme/nav4-0-on.jpg) no-repeat;
	color:#000000;	
}
.scat4plus:hover{
	background:url(../images/theme/nav4-1-on.jpg) no-repeat;
	color:#000000;	
}
.scat5,.scat5plus{
	background:url(../images/theme/nav5-0.jpg) no-repeat;
	color:#007bcf;
}
.scat5on,.scat5:hover{
	background:url(../images/theme/nav5-0-on.jpg) no-repeat;
	color:#000000;
}
.scat5plus:hover{
	background:url(../images/theme/nav5-1-on.jpg) no-repeat;
	color:#000000;
}




/* SOUS - SOUS - CAT */
.sscat2,.sscat2on,.sscat4,.sscat4on,.sscat5,.sscat5on{
	padding:0 0 0 30px;
	margin:0;
	display: block;
	height:15px;
	line-height:15px;
	width:225px;
	font-size:9px;
	font-weight:bold;
}
.sscat2{
	background:url(../images/theme/nav2-0.jpg) no-repeat;
	color:#993300;
}
.sscat2on,.sscat2:hover{
	background:url(../images/theme/nav2-0-on.jpg) no-repeat;
	color:#000000;	
}
.sscat4{
	background:url(../images/theme/nav4-0.jpg) no-repeat;
	color:#006600;
}
.sscat4on,.sscat4:hover{
	background:url(../images/theme/nav4-0-on.jpg) no-repeat;
	color:#000000;
}
.sscat5{
	background:url(../images/theme/nav5-0.jpg) no-repeat;
	color:#993300;
}
.sscat5on,.sscat5:hover{
	background:url(../images/theme/nav5-0-on.jpg) no-repeat;
	color:#000000;	
}

