@charset "utf-8";
a:active { outline:none; }

/*
	Page style
*/

body {
	letter-spacing:0;
	color:#FFF;
	padding:20px 0;
	position:relative;

	-webkit-font-smoothing: subpixel-antialiased;
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 170%;

	background-image: url(../../Stella-K Sourcing/images/fond.png);
	background-image: url(../images/fond.png);
}
#container #menu ul {
	list-style-type: none;
}
#container #menu ul li {
	display: inline;
}


#container {
	width:1048px;
	padding:0px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	top:15px;
	left:4px;
	z-index:100;
	border: none; 
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
	border: none; 
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1000px;
	height:282px;
	display:block;
	border: none; 
}

.slides_container a img {
	display:block;
	border: none; 
}
#entete {
	height: 60px;
	width: 1048px;
}
#menu {
	height: 20px;
	width: 1048px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border: none; 
}
#contenu {
}
.espace {
	margin-right: 50px;
}


#slides .next {
	left:1000px;
	border: none; 
}
#container #menu ul .espace a {
	text-decoration: none;
	color: #FFF;
}
#container #entete a img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	text-decoration: none;
	border: none; 
}

.pagination li {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.pagination li a {
	background-image: url(../../Stella-K Sourcing/css/Image/Logos/pagination.png);
	background-position: 0 0;
	display: block;
	float: left;
	height: 0;
	width: 12px;
	padding-top: 12px;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}

#texte {
	font-size: 14px;
	line-height: 170%;
	color: #FFF;
	text-align: justify;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
}
