@charset "utf-8";
/* CSS Document */

.fotobox {
	height: 330px;
	width: 620px;
	position: absolute;
	top: 60px;
	left: 10px;
	border: thin solid #FBC3A8;
}
body {
	background-color: #999999;
	background-image: url();
}
#textcontainer {
	position:absolute;
	left:10px;
	top:395px;
	width:615px;
	height:1600px;
	z-index:1;
	background-color: #ECE9D8;
	padding-left: 5px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBC3A8;
	border-right-color: #FBC3A8;
	border-bottom-color: #FBC3A8;
	border-left-color: #FBC3A8;
	padding-top: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
}

#bulles {
	position:absolute;
	left:635px;
	top:60px;
	width:130px;
	height:682px;
	z-index:2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FBC3A8;
	border-right-color: #FBC3A8;
	border-bottom-color: #FBC3A8;
	border-left-color: #FBC3A8;
}
.textbarmenu {	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #F6FBFF;
}
a:visited {
	color: #FBC3A8;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFE1D7;
}
a:active {
	text-decoration: none;
	color: #333333;
}
