/*
	based on A Better Blogroll
	by Chris Coyier
	http://css-tricks.com
*/

#blogSliderWrap a 					{ /* remove the dotted outlines when clicking tabs */ 
						  		      outline: none; text-decoration: none; font-size:1.25em;}

#blogSliderWrap 					{ width: 317px; margin: 0 auto; 
									  /*background : #fff*/;
									 /* background: url(images/widget-bottom-bg.jpg) 7px bottom no-repeat;*/
									  padding-bottom:0; position: relative;
									   }
#blogSlider 						{ margin-left:0; padding: 0; width: 317px; 
									  /*background: url(images/widget-middle-bg.jpg) center center repeat-y; */
									}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 300px; }
.stripNav 							{ margin-left: 0px; position: relative; top: 0px; z-index: 99;
									  width: 300px; }
.wrapper 							{ padding: 0px; }
.wrapper ul	li						{ 
	float: left; 
	list-style:none;
	
	}
#menu_mini 							{ float: left; }

.innerWrap 							{
	width: 317px;
	overflow: hidden;
	padding-top: 6px;
	background-color: #ffffff;
}
#push 								{ height: 40px; background : #fff; width: 280px;}


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; padding-right: 0px; margin:0; padding-left: 0;}

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 33px; text-indent: -9999px;  }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a {
	width: 106px;
	background-image: url(images/menu/recents.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.stripNav li.tab2 a {
	width: 106px;
	background-image: url(images/menu/preferees.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.stripNav li.tab3 a {
	width: 106px;
	background-image: url(images/menu/populaires.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*.stripNav li.tab4 a { background: url(images/menu_img/agenda.jpg) top  no-repeat; width: 52px; }*/

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: bottom; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: url(images/menu/recents.png) top  no-repeat; }
.stripNav li.tab2 a.current { background: url(images/menu/preferees.png) top  no-repeat; }
.stripNav li.tab3 a.current { background: url(images/menu/populaires.png) top  no-repeat; }

/*.stripNav li.tab4 a.current { background: url(images/menu_img/agenda.jpg) bottom  no-repeat; }*/


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 75px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ bottom: 10px; left: 10px; background: url(images/menu_img/prec.png); }
.stripNavR a 						{ bottom: 10px; right: 10px; background: url(images/menu_img/suiv.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 280px; margin-top : 10px; margin-top : 10px;}
.panel ul li 						{ width: 280px; margin-bottom : 10px; font-size:12px; background-color: transparent;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: 0 0.8em;}
.panel ul li .desc					{ }
.panel ul li a 						{ /*background: transparent url(../images/bullet.png) 0 50% no-repeat;*/
									  color: red;
						  		  	  display: block;
									 	
									  }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#psd-list li a:hover 		{ color: #000; }
.panel ul#net-list li a:hover 		{  color: #000; }
.panel ul#vector-list li a:hover 	{  color:#000; }
.panel ul#audio-list li a:hover 	{  color:#000;}

#plus_vues {
margin-bottom:20px;
}