@charset "utf-8";


#menuapropos {
	visibility: hidden;
	position: absolute;
	z-index:2;
	margin-left:-5px;
	background-color: #1B1B1B;

}

#btpropos {
width:150px;
height: 20px;
display:block;
text-align:center;
color:#FFFFFF;
text-decoration:none;
padding-top:10px;

}
#btpropos:hover {
width:150px;
height: 20px;
display:block;
text-align:center;
 background-color: #000000;
 color:#666666;
text-decoration:none;
padding-top:10px;

}

#menuphoto {
	visibility: hidden;
	position: absolute;
	z-index:2;
	margin-left:-15px;
	background-color: #1B1B1B;

}

#btphoto{
width:150px;
height: 20px;
display:block;
text-align:center;
color:#FFFFFF;
text-decoration:none;
padding-top:10px;

}
#btphoto:hover {
width:150px;
height: 20px;
display:block;
text-align:center;
background-color:#000000;
color:#666666;
text-decoration:none;
padding-top:10px;

}

#menucarte {
	visibility: hidden;
	position: absolute;
	z-index:2;
	margin-left:-15px;
	background-color: #1B1B1B;

}

#btcarte {
width:150px;
height: 20px;
display:block;
text-align:center;
color:#FFFFFF;
text-decoration:none;
padding-top:10px;

}
#btcarte:hover {
width:150px;
height: 20px;
display:block;
text-align:center;
background-color:#000000;
color:#666666;
text-decoration:none;
padding-top:10px;
}

#menupart {
	visibility: hidden;
	position: absolute;
	z-index:2;
	margin-left:-5px;
	background-color: #1B1B1B;

}

#btpart {
width:150px;
height: 20px;
display: block;
text-align:center;
color:#FFFFFF;
text-decoration:none;
padding-top:10px;
}

#btpart:hover {
width:150px;
height: 20px;
display:block;
text-align:center;
background-color:#000000;
color:#666666;
text-decoration:none;
padding-top:10px;
}


#logo {
	width: 131px;
	height: 150px;
	z-index: 1;
	position:absolute;
	margin-left:-13px;
	margin-top:-33px;
	}
