@charset "utf-8";
/* CSS Document */

H1{color: #009966; text-align: center}
H2{color: #009966; text-align: center}
H3{color: #009966; text-align: center}
A { color: #666666; }

.profile {
	color: green;
	position: absolute;
	left: 526px;
	width: 454px;
	height: 331px;
	border: none
 }
 
#left-side {
	width: 190px;
	max-width: 190px;
	max-height: none;
	height: auto;
	background-image:url(menu-bg.png);
	background-repeat:repeat-y;
	padding-left: 10px;
	float: left;
	overflow:hidden;
}

.centre {
	position:absolute;
	left: 200px;
	width: 70%;
	max-width: 70%;
	height: 428px;
	padding-left: 10px;

}

.picture-content {
	position: absolute;
	left: auto;
	width: 250px;
	height: 230px;
	padding-left: 5px;
	max-height: 230px;
	min-height: 230px;
	background-image:url(bg4.png);
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left: 20px;
	overflow: auto;

}

.picture-desc {
	position: absolute;
	left: 270px;
	height: 230px;
	width: 370px;
	font-size: 14px;
	max-height: 230px;
	min-height: 230px;
	background-image:url(bg3.png);
	background-repeat: no-repeat;
	padding-left:2px;
	padding-bottom:2px;
	overflow: auto;
}

.ramos {
text-align: center;
}

.bottom {
padding-right: 30px;
padding-top: 20px;
}

.alsace {
color: green;
}

