/* BLOC GENERAL */
.bloc_general {
	height: 830px;
	width: 700px;
	top: -10px;
	position: relative;
}


/* BORD GAUCHE */
.bloc_gauche {
	top: 0px;
	left: 0px;
	height: 930px;
	width: 80px;
	position: absolute;
}

/* BORD DROIT */
.bloc_droit {
	top: 0px;
	left: 620px;
	height: 930px;
	width: 80px;
	position: absolute;
}

/* BLOC CENTRAL = Bannière + Menu + Centre + Bas de page */
.bloc_central {
	top: 0px;
	left: 80px;
	height: 830px;
	width: 540px;
	position: absolute;
}

/* BANNIERE */
.banniere {
	height: 200px;
	width: 540px;
}

/* MENU */
#menu {
	height: 60px;
	width: 540px;
}

/* CENTRE = Affichage */
#centre {
	height: 590px;
	width: 540px;
	
}

/* BAS DE PAGE */
.bas_de_page {
	height: 140px;
	width: 540px;
	background-color: red;
}

div.Texte {
	margin-left:20px;
	margin-right:40px;
	margin-top: 20px;
	margin-bottom: 00px;
	text-align:justify;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.Bas {
	margin-left:20px;
	margin-right:40px;
	margin-top: 0px;
	margin-bottom: 00px;
	text-align:justify;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1 {
	margin-left:20px;
	margin-right:20px;
	margin-top: 20px;
	margin-bottom: 00px;
	text-align:center;
	font-variant:small-caps;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:22px;
}


h1.accueil {
	color: #2C57F4;
}

.image {
	display: block; 
	background: #efefef; 
	border: 1px solid #B5AEA4; 
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee; 
	margin: 5px auto; 
	padding: 8px;
}

.image_menu_debut {
	display: block; 
	margin-left: -10px;
	margin-top: -10px;
	border: 0px;
}

.image_menu_suite {
	display: block; 
	margin-left: 0px;
	margin-top: -10px;
	border: 0px;
}

.image_menu_fin {
	display: block; 
	margin-left: 0px;	
	margin-right: -30px;
	margin-top: -10px;
	border: 0px;
}


li.general {
  color: black;
  display: list-item;
  list-style-image: url(../puce.png);
}

li.accueil {
  color: black;
  display: list-item;
  list-style-image: url(../puce_accueil.png);
}	

li.presentation {
  color: black;
  display: list-item;
  list-style-image: url(../puce_presentation.png);
}	

li.type {
  color: black;
  display: list-item;
  list-style-image: url(../puce_tarif_type.png);
}	

li.zone {
  color: black;
  display: list-item;
  list-style-image: url(../puce_zone.png);
}	

li.contact {
  color: black;
  display: list-item;
  list-style-image: url(../puce_contact.png);
}	