		#hor {
			list-style:none;
			padding:0;
			margin:0;	
		}

			#hor li {
				float:left;
				padding:5px;
			}

			#hor a {
				display:block;
				height: 15px;
				text-indent:-999em;
			}
			
			#hor a.home {
				width:59px; 
				background:url(../imgsm/accueil.jpg) no-repeat 0 0;	
			}

			#hor a.mag {
				width:75px; 
				background:url(../imgsm/mag.jpg) no-repeat 0 0;		
			}
			
			#hor a.insc {
				width:78px; 
				background:url(../imgsm/insc.jpg) no-repeat 0 0;
			}
			#hor a.forum {
				width:95px; 
				background:url(../imgsm/forum.jpg) no-repeat 0 0;
			}

			#hor a.rss {
				width:71px; 
				background:url(../imgsm/rss.jpg) no-repeat 0 0;		
			}
			
			#hor a.plan {
				width:94px; 
				background:url(../imgsm/plan.jpg) no-repeat 0 0;
			}
			#hor a.contact {
				width:63px; 
				background:url(../imgsm/contact.jpg) no-repeat 0 0;
			}
			
			#hor a.home1 {
				width:59px; 
				background:url(../imgsm/accueil.jpg) no-repeat 0 0;	
			}

			#hor a.mag1 {
				width:75px; 
				background:url(../imgsm/mag.jpg) no-repeat 0 0;		
				background-position:bottom;	
			}
			
			#hor a.insc1 {
				width:78px; 
				background:url(../imgsm/insc.jpg) no-repeat 0 0;
				background-position:bottom;	
			}
			#hor a.forum1 {
				width:95px; 
				background:url(../imgsm/forum.jpg) no-repeat 0 0;
				background-position:bottom;	
			}

			#hor a.rss1 {
				width:71px; 
				background:url(../imgsm/rss.jpg) no-repeat 0 0;	
				background-position:bottom;		
			}
			
			#hor a.plan1 {
				width:94px; 
				background:url(../imgsm/plan.jpg) no-repeat 0 0;
				background-position:bottom;	
			}
			#hor a.contact1 {
				width:63px; 
				background:url(../imgsm/contact.jpg) no-repeat 0 0;
				background-position:bottom;	
			}
			
		.clear {
			clear:both;	
		}	
		
