/* 
	Resets defualt browser settings
	reset.css

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
a:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }*/
#actus ol, #actus ul { list-style:none; }
#actus table { border-collapse:separate; border-spacing:0; }
#actus caption, #actus th, #actus td { text-align:left; font-weight:normal; }
#actus blockquote:before, #actus blockquote:after, #actus q:before, #actus q:after { content:""; }
#actus blockquote, #actus q { quotes:"" ""; }

/*
	Slideshow style
*/

#slides {
	z-index:100;
}

.slides_container {
	width:365px;
	height:230px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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 {
	width:350px;
	height:auto;
	display:block;
	background:#EEE;
	padding:10px 8px 10px 8px;
	border-radius:0px 0px 8px 8px;
}

/*
	Next/prev buttons
*/
#actus .next,#actus .prev {
	color:#FFF;
	float:right;
	margin-top:-250px;
}

#actus .prev {
	margin-right:25px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
}

.pagination li {
	float:right;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:none;
	width:12px;
	height:12px;
	padding-top:0px;
	background-image:none;
	background-position:0 0;
	float:left;
	overflow:hidden;
	font-size:0px;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Type and anchors
*/

#actus h1 {
	font-size:2em;
}

#actus p {
	font-size:1.3em;
}

#slides .link {
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:800;
}