div.fond
{
   background-color: transparent;
   position: relative;
   width: 728px;
   margin-left: auto;
   margin-right: auto;
	font-family: arial, verdana, sans-serif;
}

div.texte
{
   position: relative;
   top: 150px;
	width: 728px;
	height: 4100px;
}
div.google
{
   background-color: Black;
   position: absolute;
   top: 1px;
}
 div.recherche
{
position: absolute;
width: 250px;
height: 120px;
left: 457px;
top: 100px;
padding-left: 20px;
background-color: black;
}

h1
{
font-size: 30px;
}
h2
{
font-size: 20px;
}
a:link       
{
	font-family: arial, verdana, sans-serif;
	color: Black;
}
a:visited
{
	font-family: arial, verdana, sans-serif;
	color: Blue;
	text-decoration: none;
}
a:hover
{
	font-family: arial, verdana, sans-serif;
	color: White;
	background : Black;
}