body{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EFF5F9;
	margin:0px;
	padding:0px;
}

.left{
	text-align:left;
	position:absolute;
}
.right{
	text-align:right;
}

#page{
	background-image:url(images/fond_cadre.png);
	background-repeat:repeat-y;
	background-position:left;
	border-collapse:collapse;
	border-width:0px;
	border:none;
	margin-top:20px;
	margin-right:250px;
}
#header1{
	background-image:url(images/fond_page.png);
	background-position:0px 0px;
}
#header2{
	background-image:url(images/fond_page.png);
	background-position: -252px 0px;
}
#menu{
	background-image:url(images/fond_page.png);
	background-position:0px -100px;
}
#conteneur{
	background-image:url(images/fond_page.png);
	background-position:-252px -100px;
	padding-left:40px;
	padding-right:35px;
}
#header1, #header2, #menu, #conteneur {
	background-repeat:no-repeat;
}


#menu a{
	text-decoration:none;
	color:White;
	font-size:18px;
}
#menu a:hover{
	color: #D4D4D4;
}
#accueil, #rendezvous , h2{
	text-align:center;
}
#contact{
	text-align:center;
	font-size:20;
}
#pourquoi{
	font-size:20;
}

.text{
	line-height:25px;
	padding-top:1px;
}
.erreur{
	color:red;
}

/*Zone d'intervention*/
#map{
	margin-left:20px;
	margin-top:15px;
}


/*Activités supplémentaires pour le jardinage*/
#activites{
	border: 2px ridge black;
	border-collapse:collapse;
	text-align:center;
	position:relative;
	margin-top:20px;
}
#activites td{
	border: 1px solid black;
}
th{
	border: 2px ridge black;
}
#iii{background-color:#0000FF;}
.act, .month { background-color:#3780EE;}
#logo{
	background-image:url(images/logo2.png);
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -300px;
}

