* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	background-color: #333333;
}

#Foto {
	position: absolute;
	top: 0px;
	left: 0px;
}

#Box {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #ffffff;
	
}

UL#Lingue {
	position: absolute;
	top: 158px;
	left: 35px;
	width: 200px;
	height: 25px;
}


#Lingue LI {
	list-style-type: none;
	display: inline;
}

#Lingue A {
	display: block;
	float: left;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 24px;
}






