/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 122px;
	height: 84px;
}


/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 761px;

	background-color: #FFCD48;
	background-image:url(images/interieure_fond.gif);
	background-repeat:repeat-y;
}

/* photo du clocher */
#photo {
	position: absolute;
	top: 91px;
	left: 0px;
	width: 141px;
	height: 330px;

	background-image: url(images/interieure_photo2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 228px;
}
#malvoyants {
	margin-top: 32px;
	margin-left: 6px;
}
/* BANDEAU HAUT */
#bandeau {
	width: 761px;
	height: 91px;

	background-image: url(images/accueil_bandeau.jpg);
}

#recherche {
	position: absolute;
	top: 50px;
	left: 134px;
	width: 128px;
	height: 30px;

	color: #00A382;
	font-size: 10px;
}
#recherche input {
	width: 100px;

	font-size: 10px;

	display: inline;
	vertical-align: 10%;

	border: 1px solid #FFC07D;
}

/* BLOCK DE CONTENU */
#block_contenu {

	background-image: url(images/interieure_degrade.gif);
	background-repeat: repeat-x;

	width: 761px;



}
#block_contenubis {

	background-image: url(images/interieure_blockcontenubis.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;

	width: 761px;



}


#contenu {
	float:right;
	width: 590px;
	height:420px;

	background-image:url(images/interieure_contenu.gif);
	background-repeat: no-repeat;
	background-position: 113px 0px;

	padding-bottom: 20px;





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

/* Chemin */
#block_chemin {

	height: 3em;
	width: 370px;
	margin-left: 0px;
}

#conseil {
	/* position: absolute;
	top: 415px;
	left: 10px; */
	width: 150px;

	margin-left: 3px;
	margin-top: 45px;

}

#zone_texte {
	padding-left: 180px;
	padding-top: 40px;
	width: 395px;

	overflow-x: hidden;


}
#carte {
	margin-top: 0px;

}
/* zone de menu à droite */
#block_menudroit {
	float: right;
	margin-left: -38px;
	width: 209px;

	background-image: url(images/interieure_degrade.gif);
	background-repeat: repeat-x;




}
/* fond blanc du menu droit */
#fondmenudroit {
	width: 209px;
	height: 153px;
	background-image:url(images/interieure_fondmenudroit.gif);

	/* background-color: #FFD051; */

}

#menudroit {
	position: absolute;
	top: 83px;
	left: 584px;


}

#sousmenu {
	width: 161px;
	padding-top: 5px;
	margin-left: 38px;

	height: 275px;

	background-image: url(images/interieure_fondsousmenu.gif);
	background-repeat: repeat-x;
	background-position:top;

}
/* hack pour le min-height sous IE : donner une hauteur mini au sousm menu #FFD567*/
html>body #sousmenu {
	height: auto;
	min-height: 275px;
}

/* PIED DE PAGE */
#footer {
	position: relative;
	width: 761px;
	height: 92px;
	background-image:url(images/interieure_footer.gif);
	background-repeat: no-repeat;
	clear:both;

}
#liens_bas {
	position:absolute;
	top: 70px;
	left: 357px;
}
