@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.jpg) repeat-x #f7fbff;
}
#footer #piece {
	position:absolute;
	bottom:-42px;
	left:-260px;
}

body.treatments {
	background:url(../img/background-treatments.jpg) repeat-x #ecebe9;	
}
body.treatments #footer #piece {
	bottom:-42px;
	left:-280px;
}

.back {
	padding-top:30px;
	width:470px;
	float:left;
}

h2 {
	padding-bottom:10px;	
}

.introduction {
	padding-bottom:20px;	
}
.video {
	float:left;	
	width:380px;
}
.infoboxes {
	float:left;
	width:190px;
	padding-right:10px;
}
.infobox {
	background:url(../img/bg-box-191x108.png) no-repeat 0 0;	
	margin-bottom:15px;
	padding:3px 7px 10px 7px;
}
.infobox h3 {
	padding-bottom:5px;	
}
.infobox a {
	color:#666666;
}

.previous {
	position:absolute;
	bottom:60px;
	left:40px;
}
.next {
	position:absolute;
	bottom:60px;
	right:10px;
}