@charset "utf-8";
/* CSS Document */

/* les noms correspondent aux claques du site. Exemple #page correspond à <div page>. Il est bien de donner un nom aux claques pour mieux les retrouver, donc éviter les Layer1 etc*/
#page {
	position:relative;
	width:950px;
	height:700px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0;
}

#fond {
	position:absolute;
	left:0px;
	top:160px;
	width:950px;
	height:500px;
	z-index:1;
	background-image: url(images/accueil-fond-950x500.jpg);
	visibility: hidden;
}

#bandeau-gauche {
	position:absolute;
	left:0px;
	top:125px;
	width:140px;
	height:525px;
	z-index:2;
	visibility: visible;
}
#bandeau-haut {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:160px;
	z-index:4;
	visibility: visible;
}

#bandeau-bas {
	position:absolute;
	left:151px;
	top:460px;
	width:850px;
	height:190px;
	z-index:4;
}


#Layer1 {
	position:absolute;
	left:20px;
	top:180px;
	width:910px;
	height:30px;
	z-index:5;
	visibility: visible;
}




#maps {
	position:absolute;
	left:438px;
	top:180px;
	width:494px;
	height:417px;
	z-index:3;
	visibility: visible;
}


#texte {
	position:absolute;
	left:4px;
	top:175px;
	width:431px;
	height:428px;
	z-index:8;
	visibility: visible;
}

#creation {
	position:absolute;
	left:-1px;
	top:680px;
	width:165px;
	height:20px;
	z-index:9;
	font-size: 10px;
	visibility: visible;
}

#mentions {
	position:absolute;
	left:860px;
	top:680px;
	width:90px;
	height:20px;
	z-index:10;
	font-size: 11px;
	visibility: visible;
}

#texte-bas {
	position:absolute;
	left:0px;
	top:660px;
	width:950px;
	height:40px;
	z-index:5;
	background-color: #FFDFAA;
	visibility: visible;
}


}
#Sommaire {
	position:absolute;
	left:148px;
	top:632px;
	width:707px;
	height:37px;
	z-index:3;
	visibility: visible;
}


/* Ici commencent les styles pour l'ecriture du texte et des titres */
}
.Style2 {font-family: Georgia, "Times New Roman", Times, serif}
.Style4 {color: #663300}
.Style6 {
	color: #7F0000;
	font-weight: bold;
}
.Style9 {
	font-size: 18px;
	color: #551F00;
}
.Style10 {
	font-size: 20px;
	font-style: italic;
	color: #FFFF00;
}
.Style13 {font-size: 12px}
.Style8 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style14 {font-weight: bold}
.Style15 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.Style17 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
