/* #PRODUIRE{fond=css/easyslider.css}
   md5:8a40f12ba3b9532ef7a3094c4b0571a7 */
/* ----------------------------------------------
	Beespip 3
	Contingences
	2011	
 ------------------------------------------------ */
/* Valeurs par defaut :
 couleur_principale: #b83233;
 couleur_secondaire_foncee: #8b0b00;
 couleur_secondaire_claire: #ff645b;
 couleur_principale_texte: #666666;
 couleur_titres: #444444;
 typo_titre: font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;;
 couleur_liens: #0070a7;
 couleur_liens_survol: #b83233;

*/
.accroche {
	position:relative;
	/*bottom: 120px;
	left:15px;*/
	margin-top:-185px;
	height:172px;
	margin-left:0px;
	width:680px;
	padding:3px 10px 5px 10px;
	background:url('https://www.osi-alpine-school.org/plugins/beespip/images/blocune_accroche.png') repeat;
	border:0;
	color:#fff;
	font-weight:normal;
	line-height: 1.2em;
}
* html#slider .accroche {
	background:url('https://www.osi-alpine-school.org/plugins/beespip/images/blocune_accroche_ie.png') repeat;
	filter:alpha(opacity=80);
}

*:first-child+html#slider .accroche {
	background:url('https://www.osi-alpine-school.org/plugins/beespip/images/blocune_accroche_ie.png') repeat;
	filter:alpha(opacity=80);
}
.accroche h2 { /*font-size : 1.6em;*/ font-weight: normal;margin:0;font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;line-height:1.2em;color:#fff;padding:2px 5px 4px;}
.accroche h2 a, .accroche h2 a:visited,
.accroche a, .accroche a:visited  { color: #fff; text-decoration:none; }
.accroche a:hover, .accroche a:focus, .accroche h2 a:hover, .accroche h2 a:focus  { color: #b83233; }
.publie {color: #b3b3b3;font-size:0.8em;}
.accroche p {margin:3px 0; padding:0 5px;}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:700px;
	height:450px;
	overflow:hidden;
	background: #b83233;
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}
#nextBtn, #slider1next{ 
	left:380px;
	}
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url() no-repeat 0 0;	
	}
#nextBtn a, #slider1next a{ 
	background:url() no-repeat 0 0;	
	}

/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#ffd9d6;
		color:#ff645b;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a, ol#controls li a:hover{
		background:#7f322d;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
