/*	Servantes des Pauvres - osb
	Copyright © 2008
	
	diaporama.css
*/
.sample {
	width			: 550px;
	margin			: 0 auto;
	border			: 1px solid #888;
	background-color: #eee;
	}
.mask3{
	position		: relative;
	/*width:480px;*/
	width			: 550px;

	/*height:240px;*/
	height			: 340px;
	overflow		: hidden;

	border-bottom	: 1px solid #888;	/* sp */
}
.mask2{
	position		: relative;
	/*width:480px;*/
	width			: 550px;

	/*height:240px;*/
	height			: 200px;
	overflow		: hidden;

	border-bottom	: 1px solid #888;	/* sp */
}

#box4{
	position		: absolute;
}
#box4 div{
	/*width:480px;*/
	width			: 550px;

	/*height:240px;*/
	height			: 340px;
	float			: left;
	/*background:#eee;*/
	background		: #fffeee;
}

#box4 h3{
	margin			: 8px 0;
	text-align		: center;
	font-size		: 1.2em;
}
#box4 p, #box4 ul{
	padding			: 5px 20px;
}
#box4 p{
	text-indent		: 1.5em;
	font-size		: 0.9em;
}
#box4 img{
	width			: 180px;	/* Redimensionnement de l'image */
	float			: left;
	margin			: 0 20px 15px 15px;
	}

.buttons {
	margin-top		: 0;
	margin-bottom	: 3px;
	padding			: 5px;
	text-align		: left;	/* sp */
	}
.buttons span {
	/*color			: #0080FF;*/
	color			: #333;
	padding			: 0 5px;
	cursor			: pointer;
	font			: 0.7em Verdana;
	}
.buttons span.active2 {
	color			: #fff;
	/*background		: #0080FF;*/
	background		: #B8402E;
	padding-top		: 1px;
	padding-bottom	: 2px;
	}
	
