@charset "utf-8";

/** { font-size: smaller; }*/

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	margin: 0px;
	/* background-image:  url(img/smoke.jpeg); */
	background-color: white;
	color: black; /* see left & rigth bellow */
}

a {
	color: black;
}

table {
	empty-cells: show; /* affiche le bord de la cellule meme quand elle est vide. Plus besoin de &nbsp; */
	font-size: 14px; /*font-size: 16px;*/
}

table#maintable {
/*	padding: 0px;
	spacing: 0px;
	width: 100%;
	border-spacing: 0px;
	border: 2px solid gray;
*/
}

.titre {
	font-size: xx-large;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

.zoomedmap {
        border-width:5px;
        border-color: #303030;
}

.titrerubr {
	background-image:  url(img/FondRubrique.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	text-align: center;
	height: 50px;
	color: white;
}

/* Styles pour les tableaux "Characteristiques techniques" et "Pollution Atomospherique" */
.titlecel {
	font-size: smaller;
	text-align: center;
}
.datacel {
	text-align: center;
}

/* Styles pour l'addition "composition des dechets" */
.compotitle {
	font-size: smaller;
	text-align: left;
}
.compoadd {
	font-size: smaller;
	text-align: center;
}
.compodata {
	text-align: right;
}

/* Styles pour le texte courrant */
.titleflow {
	font-size: smaller;
}
.dataflow {
}


/* Tests de styles pour le menu */
.menuitem {
/*	font-size: smaller; */
	text-align: center;
/*	background-color: #D0D0D0; */
	background-color: black;
}

.menuitem a {
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
}
.menuitem a:hover {
/*	text-decoration: underline;*/
	color: red;
}

.menuitem2 {
	width: 100%;
 	cursor: hand;
}

.left {
/*	background-color: white;*/
/*	background-color: lightgray;*/
}

.right {
/*	background-color: white;*/
/*	background-color: lightgray;*/
}

.left h1 {
	font-size: xx-large;
	text-align: center;
	padding:5px;
	font-weight: bold;
	font-variant: small-caps;
}

.left p {
	padding:5px;
}

.right h1 {
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	font-variant: small-caps;
	padding:5px;
}

.right p {
	text-align: left;
	padding:10px;
}

.hiddenhistory {
    display: none;
}

