


body{
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font-size: 80%;
	font-family: "Bitstream Vera Sans", Vedana, Arial, Helvetica, serif;
}
	
#header{
	height: 100px;
	margin-left: 5px;
	background: #ffffff url(colline.jpg) top left no-repeat;
}

#menuhaut{
	margin: 0;
	padding: 0;
	width: 800px;
	list-style-type: none;
	background-color: black;
	color: white;
	text-align: right;
}

#menuhaut li{
	display: inline;
}

#menuhaut a{
	color: white;
	text-decoration: none;
}

#menuhaut a:hover{
	text-decoration: underline;
}

#menu{
	float: left;
	width: 165px;
	height: 125px;
	padding: 10px 0 120px 0;
	margin: 0px;
	background: url(lave-carreaux.jpg) bottom left no-repeat;
	}
	
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 2px;
}

#menu li a{
	display : block;
	text-decoration: none;
	height: 22px;
	margin: 0;
	line-height: 22px; /*pour centrer verticalement le texte*/
	color: black;
	font-weight: bold;
	font-size: 120%;
	text-indent: 15px/*1em*/;
}
#menu li a:visited/*Quand le visteur a déjà vu la page concernée*/
{	
	color: blue;
	font-style: italic;
	text-decoration: underline;
}
#menu li a:hover /*Quand le visteur pointe sur le lien*/
{
	background: #fbfc6a;
	color: #336600;
}
#global{
	margin-top: 22px;
	margin-left: 170px;
	width: 630px;
	background: #fefff1;
}

#global h1{
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 6px;
	border-bottom: 3px solid #ffff99;
	font-variant: small-caps;
	line-height: 16px;
	text-align: center;
	color: #225500;
	}
	
#global h2{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: bold;
	color: #228822;
	}
#global h3{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	color: black;
	}	
#global h4{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	color: black;
	}	
h6
{
color: white;
}

p:first-letter
{
font-weight: bold;
font-size: 15px;
color: #225500;
}

 .marremenage
	{
	position: absolute;
	margin-top:30px;
	margin-left:40px;
	border: 1px solid black;
	}

.arrosage
	{
	position: absolute;
	margin-top:30px;
	margin-left:300px;
	border: 1px solid black;
	}
	
.petitravaux
	{
	position: absolute;
	margin-top:200px;
	margin-left:40px;
	border: 1px solid black;
	}

.coupdemain
	{
	position: absolute;
	margin-top:200px;
	margin-left:300px;
	border: 1px solid black;
	}

#telephoner
	{
	margin-left:250px;
	}
#pied_de_page
	{
	clear: left;
	margin-top: 0;
	padding: 5px;
	width: 800px;
	color: blue;
	text-align: center;
	background: white;
	border: 2px dotted #F7E444;
	}
	
	
	


	