#logo {
	background: url('/images/logo-gramaglia.png') no-repeat;
}

#header {
	height: 120px;
}

#logo {
	top: 5px;
	left: 7px;
	background: url('/images/logo-gramaglia.png') no-repeat;
	width: 63px;
	height: 100px;
}
#addhome .logo {
	background: url('/images/logo-gramaglia.png') no-repeat center;	
	width: 63px;
	height: 250px;
	margin: auto;
	width: 100%;
}

#langues a {
	color: #000;
}
#langues .fr {
	background: url('/images/flag_fr.gif') no-repeat left center;
	padding-left: 30px;
}
#langues .en {
	background: url('/images/flag_en.gif') no-repeat left center;
	padding-left: 30px;
}
#langues .it {
	background: url('/images/flag_it.gif') no-repeat left center;
	padding-left: 30px;
}

