/* Définition de rcgle */
@charset "windows-1252";

body {
	margin: 0;
	padding: 0;
	background-color: #31312F;
}
 
html { 
  font-size: 100%; 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: bold; /* Valeur par défaut. (6) */
	font-style: normal;
} 
h1 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
} 
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #903;
	text-align: center;
} 
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	color: #FFF;
	text-align: center;
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p {
	margin: .75em 0;
	text-align: center;
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
img {
   border: 0px;
} 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
table {margin:auto;}
/* ***************************** */ 
/* ****** GENERAL AU SITE ****** */ 
/* ***************************** */ 
#conteneur {
	position: relative;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #31312F;
}
#CimetiereCommune {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:208px;
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCC;
	background-color: #686864;
}
#PetiteCommune {
	position: absolute;
	left: 0px;
	top: 211px;
	width: 800px;
	height: 26px;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #686864;
	text-align: center;
}
#CimmetiereVillage {
	position: absolute;
	left: 7px;
	top: 35px;
	width: 402px;
	height: 55px;
	z-index: 1;
	color: #FFF;
	background-color: #903;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
/* *********************************** */ 
/* ****** PAGE ACCUEIL et ENVOI ****** */ 
/* *********************************** */ 
#AccueilGestionCimetiere {
	position: absolute;
	left: 0px;
	top: 239px;
	width: 800px;
	z-index: 1;
	color: #31312F;
	background-color: #CCC;
}
/* *********************************** */ 
/* ****** PAGE GESTIONCIMETIERE ****** */ 
/* *********************************** */ 
#fonctionGestionCimetiere {
	position: absolute;
	left: 0px;
	top: 239px;
	width: 800px;
	z-index: 1;
	color: #31312F;
	background-color: #CCC;
	text-align: center;
}
/* ************************************ */ 
/* ****** PAGE LOGICIELCIMETIERE ****** */ 
/* ************************************ */ 
#DemoGestionCimetiere {
	position: absolute;
	left: 0px;
	top: 239px;
	width: 800px;
	z-index: 1;
	color: #31312F;
	background-color: #CCC;
	text-align: center;
}
/* ************************* */ 
/* ****** PAGE TARIFS ****** */ 
/* ************************* */ 
#TarifGestionCimetiere {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 800px;
	z-index: 1;
	color: #31312F;
	background-color: #CCC;
	text-align: center;
}
/* ************************** */ 
/* ****** PAGE CONTACT ****** */ 
/* ************************** */ 
#ContactGestionCimetiere {
	position: absolute;
	left: 0px;
	top: 239px;
	width: 800px;
	z-index: 1;
	color: #31312F;
	background-color: #CCC;
}
/* ************************** */ 
/* ****** PAGE MENTION ****** */ 
/* ************************** */ 
#CadreMention {
	position:absolute;
	left:0px;
	top:239px;
	width:800px;
	z-index:1;
	color: #31312F;
	background-color: #CCC;
}
/* ******************** */ 
/* ****** TEXTES ****** */ 
/* ******************** */ 
.LienMenuActif {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FC0;
}
.LienMenuNormal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.TexteLienPiedPage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}
.TexteTva {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
}
.TexteMention {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
}
