div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 367px; /* largeur de l'affiche + padding (+6)*/
	height: 502px; /* hauteur de l'affiche + padding (+2)*/	
}
div.slideshow a.advance-link {
	line-height: 502px; /* hauteur de l'affiche + padding (+2)*/
}
div.caption-container, span.image-caption, div.navigation-container, div#texte-serie {
	width: 577px; /* (944 - div.slideshow-container width)*/
}
div.caption-container {
	height: 48px; /* zone avec titre de l'affiche et mini-menu 64 ou 48*/	
}
div.navigation-container {
	display:none;
	height:0; /* zone des miniatures */
	padding-left: 15px;
}
div#texte-serie {
	height: 502px;
	margin-top: 0px;
}
div#liste {
	width:190px;
	clear: left;
	/* padding-left:20px; */
	float:left;
}
div#nouveau {
	/* border: 2px dashed #FFEE0B;*/
	height:230px;
	width:547px;
	padding:0;
}
div#catalogue {
	float:right;
	width:290px;
	padding-top:1px;
}
#catalogue {color:#CCCCCC;}
#catalogue a {color:#FFFFFF;}
p.catalogue {
	margin:0;
	padding:0;
}
#qm2 a {
	width:169px;
	line-height:14px;
	border-left:2px solid #FFEE0B;
	color:#CCCCCC;
}
#qm2 a:hover {
	background-color:#FFEE0B;
	color:#000000;
}
div#minimenu {
width:83px;
}
div#categories {
position:absolute;
left:0;
bottom:1px;
}
div#conteneur {
	overflow: hidden;
}


.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 570px;
	height: 60px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks li{  
    margin-bottom: 3px;  
}  
#kwick1 a{
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	height: 150px;
	background:#151515 url('../images/Categorie_LeReligieux.jpg') no-repeat left top;
}  
#kwick2 a{
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	height: 150px;
	background:#151515 url('../images/Categorie_LeScolaire.jpg') no-repeat left top;
}  
#kwick3 a{
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	height: 150px;
	background:#151515 url('../images/Categorie_Villes.jpg') no-repeat left top;
}  
#kwick4 a{
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	height: 150px;
	background:#151515 url('../images/Categorie_Impression.jpg') no-repeat left top;
    /* margin-bottom: none;   */
}