* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #EEEEE6;
	margin-top: 5px;	
}

a img {
	border: none;
}

h1 {
	width: 789px;
	height: 157px;
}


/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 789px;
	/* background-image: url(images/fond.gif); */

}

/* fond de la barre de titre */
#fondphoto {
	width: 789px;
	height: 157px;
	background-image: url(images/acctour_titre_photo.jpg);
	background-repeat: no-repeat;
	
}


/* menu centre (patrimoine, terroirs, viticulture, evenements) */
#menucentre {
	position: absolute;
	top: 40px;
	left: 240px;

}
#acctour-patrimoine {
	position:absolute;
	left:53px;
	top:0px;
	width:126px;
	height:21px;
}


#acctour-terroirs {
	position:absolute;
	left:35px;
	top:21px;
	width:169px;
	height:22px;
}



#acctour-viticulture {
	position:absolute;
	left:18px;
	top:43px;
	width:113px;
	height:21px;
}

#acctour-evenements {
	position:absolute;
	left:0px;
	top:64px;
	width:113px;
	height:19px;
}

	

/* chemin */
#chemin {
	position: absolute;
	top: 80px;
	left: 400px;
	width: 385px;
	text-align: right;
}
#chemin div.titrerubrique {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 385px;
}
#chemin div.chemin {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 385px;
}

/* menu */
#menu {
	position: absolute;
	top: 131px;
	left: 278px;
	width: 512px;
	height: 24px;

}


/* BLOCK DE CONTENU */
#block_contenu {
	width: 789px;
	background-image: url(images/inttour_fond_contenu.gif);
	background-repeat: repeat-y;

}

/* barre de gauche */
#barregauche {
	float: left;
	width: 232px;
	background-image: url(images/inttour_barre_gauche.jpg);
	background-repeat: no-repeat;
	clear: both;
	
}
#menugauche {
	margin-top: 130px;
	margin-bottom: 50px;
	margin-left: 25px;
}
#menugauche ul {
	list-style-type: none;
}

/* zone de recherche */
#recherche {
	margin-left: 20px;
}
#recherche h3 {
	background-image: url(images/acctour_pucetitre.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 6px;
}


/* contenu */
#contenu {
	float: left;
	width: 557px;
	padding-bottom: 20px;
}
#img_gauche {
	position: absolute;
	top: 157px;
	left: 232px;
	width: 66px;
	height: 30px;
	background-image: url(images/inttour_contenu_gauche.jpg);
}
#img_droite {
	position: absolute;
	top: 157px;
	left: 726px;
	width: 63px;
	height: 22px;
	background-image: url(images/acctour_contenu_droite.gif);
	background-repeat: no-repeat;
}
#zonecontenu {
	position: relative;
	left: 30px;
	top: 20px;
	width: 500px;
	height: 350px;
	margin-bottom: 40px;
	
}

/* affichage de la carte et liste de liens */

#carte, #listemots {
	margin-top: 0px;
	float: right;
	width: 48%;

}
#Layer1 {
	margin-top: 5px;
	margin-left: 0px;

}
 


/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #zonecontenu {
	height: auto;
	min-height: 300px;
}

/* pied de page */
#footer {
	position:relative;
	width: 789px;
	clear: both;
		
}
#deb_footer {
	position:absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/inttour_fond_footer.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 258px;
	
}




#gauche {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 28px;
	background-image: url(images/inttour_menubas_gauche.gif);
	background-repeat: no-repeat;
}

#block_menubas {
	position: absolute;
	top: 0px;
	left: 258px;
	width: 520px;
	height: 28px;
	background-image: url(images/acctour_fond_menubas.gif);
	background-repeat: repeat-x;
	
}
#gauche img {
	margin-left: 66px;
	margin-top: 6px;
}
#droite {
	position: absolute;
	top: 0px;
	left: 424px;
	width: 107px;
	height: 28px;
	background-image: url(images/inttour_menubas_droit.gif);
	
	z-index: 90;
}
#menubas {
	position:absolute;
	left:89px;
	top:0px;
	width:97px;
	height:28px;
}
#acctour_contact {
	position:absolute;
	left:0px;
	top:0px;
	width:79px;
	height:28px;
}

#acctour_plan {
	position:absolute;
	left:69px;
	top:0px;
	width:97px;
	height:28px;
}

#acctour_infos {
	position:absolute;
	left:156px;
	top:0px;
	width:101px;
	height:28px;
}

#acctour_accueil {
	position:absolute;
	left:247px;
	top:0px;
	width:59px;
	height:28px;
	z-index: 99;
}