body {
	margin: 0px;
	padding: 0px;
}
#conteneur {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #00789F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************/
.clear{
   clear: both;
   visibility: hidden;
} 

.info {
	position:fixed;
	top: 660px;
	left: 5px;
	margin: 2px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.75em;
	text-align: left;
	border-top: 1px dotted #B3B3B3;
}

/** Titre au dessus de la sélection **/
.title {
	margin:12px 0 0;
	padding:2px 0 2px 10px;
	color:#000000;
	font-size: 80%;
	font-weight:bold;
	border-bottom:2px solid #586789;
}
/************/

/** Style pour menu : decennies **/
.menus {
	margin:0px;
	padding: 0px 4px;
}

#menuDecennie {
	position: absolute;
	top: 56px;
	left: 4px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	max-width: 200px;
	overflow: hidden;
	letter-spacing: 0.1em;
	vertical-align: top;
	background-color:#FAFAFA;
	border: 1px solid #586789;
}

#menuDecennie table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	border: none;
	vertical-align: top;
}
#menuDecennie table td {
	vertical-align: top;
	text-align: center;
}
#menuDecennie td a:link, #menuDecennie td a:active, #menuDecennie td a:visited {
	display: block;
	text-decoration: none;
	color: Black;
}
#menuDecennie td a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #2f5071;	
}

.selectDecennie {
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #586789;
	border-bottom: solid 1px #586789;
	border-left: solid 1px #586789;
	cursor: pointer;
}

.selectDecennie {
	float: left;
	width: 200px;
	margin: 0px;
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	background: inherit;
}
/******/

/* Section tableaux*/
div.float {
	float:left;
	width:690px;
/*	margin: 5px;*/
	padding: 0px;
	clear: both;
}
div.oneYear {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
div.oneYear a {
	text-decoration: none;
}
div.oneYear a:hover {
	text-decoration: underline;
}
table.year {
	margin        : 25px 3px 3px 3px;
	padding       : 5px;
   font-size     : 0.8em;
	letter-spacing: 0.1em;	
}

table.year th.annee {
/*	font-size: 80%;*/
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
   background    : #fafade;
	text-align: center;
	margin: 2px;
	padding: 2px;
   border-top    : 1px solid #3B5576; 
   border-bottom : 1px solid #3B5576;
}
table.year th.mois {
	font-size: 85%;
	color: #000;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: bottom;
	border-bottom: solid 2px #FFF;
	padding: 0px 5px 0px 2px;
   border-bottom : 1px solid #3B5576;
}
table.year th.unite {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	text-align: center;
   border-bottom : 1px solid #3B5576;
}
table.year td.resultat1, .resultat2 {
	font-size: 70%;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
   border-bottom : 1px dotted #3B5576;
}
table.year td.resultat1 {
	text-align: center;
}
table.year td.resultat2 {
	text-align: right;
}
/******/

/******* Section: GRAPHIQUES********/
div.conteneurGraph {
/*	float: left;*/
	margin: 0px 40px;
	padding: 0px 5px 0px 0px;
}
div.conteneurGraph a {
	text-decoration: none;
}
div.conteneurGraph a:hover {
	text-decoration: underline;
}
div.conteneurGraph img {
	border: 0px;
}
div.conteneurGraph td.annee {
	text-align: left;
}
/*********************************/

/**** Tableau des transects ****/
table.graph {
	margin        : 25px 3px 3px 3px;
	padding       : 5px;
   font-size     : 0.8em;
	letter-spacing: 0.1em;
}
table.graph th {
	margin        : 3px;
	padding       : 1px 3px 1px 3px;
   background    : #fafade;
	text-align    : left;
   border-top    : 1px solid #3B5576; 
   border-bottom : 1px solid #3B5576;
}
table.graph td {
	margin        : 3px;
	padding       : 6px 2px 4px 2px;
	text-align    : center;
   border-bottom : 1px dotted #4B6B94;
}
table.graph td.var {
	margin        : 3px;
	padding       : 2px;
	text-align    : left;	
   border-bottom : 1px solid #4B6B94;
}
table.graph td.none {
	margin        : 3px;
	padding       : 5px;
	background-color: White;
   border-bottom : 0px none #FFFFFF;	
}
table.graph tr:hover {  
   background-color:#F1F1F1;
}

.top {
	clear: both;
}
/*** FIN Tableau ***/


/* Section FOOTER : information pour le bas de page */
#footer, #footerGraph {
	position:fixed;
	width: 99%;
	left: 5px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: top;
	border-top: 1px solid #AAA;
}
#footer {
	top: 810px;
}
#footerGraph {
	top: 300px;
}

.printurl {
	display: none;
}

#footer .date, #footerGraph .date {
	margin: 0px;
	padding: 2px 5px 0px 0px;
	width: 150px;
	font-size: 0.65em;
	vertical-align: top;
	text-align: right;
	color: #777;
	float: right;
}

#footer .canada, #footerGraph .canada {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	width: 320px;
	vertical-align: top;
	text-align: left;
	float: left;
}
/* ****** FIN ****** */
