/*
	Resets defualt browser settings
	reset.css
*/


/*
	Page Style
*/



#frame {
	position:absolute;
	z-index:0;
	width:300px;
	height:230px;
	top:-10px;
	left:-30px;
}

#example {
	width:250px;
	height:190px;
	position:relative;
	border:solid 0px #000000;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	border:solid 0px #00ff00;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:240px;
	height:190px;
	overflow:hidden;
	position:relative;
	display:none;
	border:solid 0px #00ffff;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding-top:70px;
	width:250px;
	height:190px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:70px;
	left:-25px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:243px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



/*
	Type and anchors
*/

/*
a:link,a:visited {
	color:#599100;
	text-decoration:none;
	font-weight:normal;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
	font-weight:normal;
}
*/

#slides .link {
	display:block;
	margin-top:5px;
	font-weight:normal;
}


/* ajouts */

#slides p.un {
	padding-top:5px;
}

#slides p.lien {
	text-align:right; padding-right:10px;;
}



