body {
font-family: Arial, sans serif;
font-size: 80%;
line-height: 140%;
color: #FFF;
background-color: #FFF;
border: 0;
margin: auto;
padding: 0px;

}

/* ----------------------------------------------------------------------- */

a:active, a:link, a:focus {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

img {
	border: none;
	width: 100%;
}


.logo {
background: url("http://www.takavoir.net/content/logo.png") no-repeat scroll top left;
position: fixed;
top: 70px;
left: 17px;
margin: 0px;
padding: 250px 0px 0px 15px;
width: 510px;
z-index: 40;
font-size: 90%;
}

.h1 {
position: fixed;
top: 20px;
left: 20px;
margin: 0px;
width: 300px;
height: 17px;
}




