/* Styles communs pour les pages de prévisions océaniques */
body {
   margin: 0 auto;
   padding: 0;
	color: inherit;
   background-color: #FFF;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 0.1em;
}

h1, h2 {
	font-size: 75%;
}
a:link {
	color: #000;
/*	text-decoration:none;*/
	background: inherit;
}
a:visited {
	color: #000;
	background: inherit;
}
a:hover {
	color: #990000;
	text-decoration:underline;
	background: inherit;
}
a:active {
	color: #000;
	background: inherit;
}
.bold {
   font-weight: bolder;
}
.nowrap {
	white-space: nowrap;
}
.printurl{
   display: none;
}

/* Section contenu : espace central pour le contenu de la page */
#contenu, #conteneur {
	width:720px;
	margin: 0px;
	padding: 0px;
	vertical-align:top; 
	float:left;
}
#contenu h2.titleSection {
	margin: 0;
	padding: 15px 0 2px 0px;
	border-bottom: 1px solid #3B5576;
	color:#3B5576;
	font-size: 100%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align: left;
}

#contenu H2 {
	margin: 0px;
	padding: 10px 0px 2px 0px;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
#contenu p, #conteneur p {
   font-size: 0.75em;
   text-align:justify;
   line-height: 1.5em;
}
#conteneur p {
  	margin: 0px 10px 0px 10px;
	padding: 0px 10px 10px 10px;
}
#contenu p {
 	margin: 0px;
	padding: 0px 10px 10px 10px;
}
#contenu ul {
 	margin: 0px;
	padding: 0px 20px 10px 50px;
   font-size: 0.84em;
   text-align:left;
   line-height: 1.5em;
/*   border: dotted 1px navy;	*/
}
.clear{
   clear: both;
   visibility: hidden;
}

/* Section FOOTER : information pour le bas de page */
#footer {
	margin: 0px;
	padding: 0px;
	width: 720px;
	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 ****** */

/* Pour la page de redirection */
#redirect {
	width: 760px;
}
#redirect p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	text-align:center;
}
#redirect a:link {
	color: #800000;
}
		
#redirect a:visited {
	color: #800000;
}
				
#redirect a:hover {
	color: #800000;
	background-color: #EBEBEB;
}
#redirect a:active {
	color: #800000;
}


