/* BLOC GENERAL */
.bloc_general {
	height: 721px;
	width: 1024px;
	top: 0px;
	position: relative;
}



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


/* MENU */
#menu {
	height: 164px;
	width: 1024px;
}

/* CENTRE = Affichage */
#centre {
	height: 484px;
	width: 1024px;
	
}

/* BAS DE PAGE */
.bas_de_page {
	height: 73px;
	width: 1024px;
	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;
}

form.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;
}

a.lien {
	color:#FFFFFF;
	font-weight:bold;
	
}

a.lien:hover{
	font-weight:bold;
	color: yellow;
}


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(../pacman.png);
}
