/* Styles pour les éléments communs du site de prévisions océaniques inclus dans la page COURANTS.html */
body {
	margin: 0px;
	padding: 0px;
	color: inherit;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
	
.clear {
	clear: both;
	visibility: hidden;
}

.title {
	margin: 12px 0 0 0;
	padding: 2px 0px 2px 10px;
	font-size: 80%;
	color: #000;
	font-weight: bold;
	/*background-color: #F1F1F1;*/
	border-bottom: 2px solid #586789;
}


	/* Styles pour la page de courants de surface des prévisions océaniques (COURANTS.html) */
#estuaire,#golfe {
	float: left;
}

#estuaire {
	width: 43%;
	margin: 20px 15px 20px 10px;
	padding: 0px;
}

#golfe {
	width: 43%;	
	margin: 40px 0px 20px 15px;
	padding: 0px;	
}

#estuaire img,#golfe img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	vertical-align: top;
	border: none;
}

#estuaire p.titre,#golfe p.titre {
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 1px 5px;
	font-weight: bold;
	text-align: left;
	/*background-color: #F1F1F1;*/
	border-bottom: 1px solid #586789;	
}

#estuaire p.notice,#golfe p.notice {
	margin: 0px;
	padding: 20px 10px 0px 10px;
	font-size: 0.70em;
	font-weight: normal;
	text-align: left;
}


/* ****** FIN ****** */

/** Style pour menus heure, retour et animations **/
.menus {
	margin:0px;
	padding: 0px 4px;
}

.selecthour, .retour, .selectAnim {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #586789;
	border-bottom: solid 1px #586789;
	border-left: solid 1px #586789;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

.selecthour {
	margin: 0px;
	color: #666;
	text-decoration: none;
	background: inherit;
	float: left;
	width: 200px;
}
.selectAnim {
	margin: 0px;
	color: #666;
	text-decoration: none;
	background: inherit;
	float: left;
	width: 330px;
}

.retour {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 100px;
}

.retour a {
	color: #666;
	text-decoration: none;
	display: block;
}
/* Styles pour le choix d'une autre animation */
#menuAnim {
	margin: 0px;
	padding: 0px;
	width: 330px;
	max-width: 330px;
	letter-spacing: 0.1em;
	vertical-align: top;
	position: absolute;
	top: 54px;
	left: 4px;
	background-color:#FAFAFA;
	border: 1px solid #586789;
	z-index: 9;
}
#menuAnim span.sstitle{
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 0px 4px;
	font-size: 0.70em; 
	font-weight: bold;
	text-decoration: underline;
}
#menuAnim ul {
	margin: 0px 0px 12px 15px;
	padding: 10px 0px 0px 15px;
	font-size: 0.70em;
}
#menuAnim ul li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	list-style: none;
	/*list-style-image:url(../images/bullettree-level1.png);*/
}
#menuAnim ul li a:link {
	/*display: block;*/
	text-decoration: none;
	color: Black;
}
#menuAnim ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #2f5071;
}

#menuAnim ul li a:visited {
	text-decoration: none;
}	

/* Styles pour les résultats des prévisions de courants (PREVISIONS.jsp) */
#menuprev {
	margin: 0px;
	padding: 0px;
	width: 200px;
	max-width: 200px;
	overflow: hidden;
	letter-spacing: 0.1em;
	vertical-align: top;
	position: absolute;
	top: 54px;
	left: 4px;
	background-color:#FAFAFA;
	border: 1px solid #586789;
}

#menuprev table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

#menuprev table td {
	vertical-align: top;
}

#menuprev td.none {
	font-size: 0.7em;
	text-align: center;
	vertical-align: top;
}

#menuprev td.none a:link, #menuprev td.none a:hover, #menuprev td.none a:active {
	display: block;
	text-decoration: none;
	color: Black;
}

#menuprev td.none a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #2f5071;	
}

#menuprev td.none a:visited {
	text-decoration: none;
	color: Black;
}

#menuprev td.date, #menuprev td.fuseau {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

/* ****** FIN ****** */ /* Tableau affichant les résultats */
#previmg {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 585px;
	vertical-align: top;
	
}

#previmg h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #666;
}

#previmg table {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	border: none;
}

#previmg td.heurechoisie {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.80em;
	font-weight: bold;
	text-align: left;
	color: Maroon;
	background-color: inherit;
}

#previmg img {
	text-align: center;
	border: none;
}

/* FIN */
/* Section FOOTER : information pour le bas de page */
#footer {
	margin: 0px;
	padding: 0px;
	width: 98%;
	vertical-align: top;
	border-top: 1px solid #AAA;
}

.printurl {
	display: none;
}

#footer .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 {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	width: 320px;
	vertical-align: top;
	text-align: left;
	float: left;
}
/* ****** FIN ****** */
