@charset "utf-8";
/* CSS Document */

.masque_ecran {
	display: none;
}
body {
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
body.index {
	background-image: url(bg_images/index_body.jpg);
}
a {
	color:#000000;
}
#contenu {
	height: 600px;
	width: 956px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -478px;
	margin-top: -295px;
}
#copyright {
	height: 10px;
	position: absolute;
	top: 590px;
	font-size: x-small;
	width: 956px;
	text-align: center;
}
.index h1 {
	background-image: url(bg_images/index_h1.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 679px;
	position: absolute;
	left: 276px;
	top: 73px;
}
.index a.bt_lithotheque,.index a.bt_ressources,.index a.bt_gites,.index a.bt_cadre,.index a.bt_musee,.index a.bt_base,.index a.bt_pdf {
	background-position:top;
	height: 48px;
	width: 544px;
	position: absolute;
	left: 359px;
}
.index a.bt_lithotheque:hover,.index a.bt_ressources:hover,.index a.bt_gites:hover,.index a.bt_cadre:hover,.index a.bt_musee:hover,.index a.bt_base:hover,.index a.bt_pdf:hover,.index a.bt_lithotheque:focus,.index a.bt_ressources:focus,.index a.bt_gites:focus,.index a.bt_cadre:focus,.index a.bt_musee:focus,.index a.bt_base:focus,.index a.bt_pdf:focus {
	background-position:bottom;
}
.index a.bt_lithotheque {
	background-image: url(bg_images/index_bt_lithotheque.jpg);
	top: 220px;
}
.index a.bt_ressources {
	background-image: url(bg_images/index_bt_ressources.jpg);
	top: 268px;
}
.index a.bt_gites {
	background-image: url(bg_images/index_bt_gites.jpg);
	top: 316px;
}
.index a.bt_cadre {
	background-image: url(bg_images/index_bt_cadre.jpg);
	top: 364px;
}
.index a.bt_musee {
	background-image: url(bg_images/index_bt_musee.jpg);
	top: 412px;
}
.index a.bt_base {
	background-image: url(bg_images/index_bt_base.jpg);
	top: 460px;
}
.index a.bt_pdf {
	background-image: url(bg_images/index_bt_pdf.jpg);
	top: 508px;
}
.index a.bt_glossaire,.index a.bt_bibliographie,.index a.bt_generique,.index a.bt_texte,.index a.bt_retour {
	background-position:top;
	height:34px;
	position:absolute;
	top:556px;
}
.index a.bt_glossaire:hover,.index a.bt_bibliographie:hover,.index a.bt_generique:hover,.index a.bt_texte:hover,.index a.bt_retour:hover,.index a.bt_glossaire:focus,.index a.bt_bibliographie:focus,.index a.bt_generique:focus,.index a.bt_texte:focus,.index a.bt_retour:focus {
	background-position:bottom;
}
.index a.bt_glossaire {
	background-image:url(bg_images/index_bt_glossaire.jpg);
	width:70px;
	left:416px;
}
.index a.bt_bibliographie {
	background-image:url(bg_images/index_bt_bibliographie.jpg);
	width:94px;
	left:486px;
}
.index a.bt_generique {
	background-image:url(bg_images/index_bt_generique.jpg);
	width:78px;
	left:580px;
}
.index a.bt_texte {
	background-image:url(bg_images/index_bt_texte.jpg);
	width:120px;
	left:658px;
}
.index a.bt_retour {
	background-image:url(bg_images/index_bt_retour.jpg);
	width:125px;
	left:778px;
}
