@charset "UTF-8";
/* CSS Document */

/**************************************/
/* GENERALITES */
/**************************************/

p.comment {
	font-size:12px;
	color:#7f7f7f;
}
p.comment a {
	color:#7f7f7f;
}
#content {
	/*min-height:2500px;*/
}

/**************************************/
/* RELOAD */
/**************************************/

#reload {
	z-index:5000;
	position:absolute;
	font-size:12px;
	right:9px;
	top:7px;
	font-weight:bold;
}
#reload a {
	display:block;
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.6) 0 -1px 0;
	line-height:30px;
	height:30px;
	text-decoration:none;
	-webkit-border-image:url("../images/habillage/navbutton.png") 0 5 0 5;
	border-width:0 5px;
	-webkit-border-radius:6px;
}
#reload img {
	margin-top:4px;
}

/**************************************/
/* NIVEAUX */
/**************************************/

li.mareeRance {
	padding: 9px;
}
table.mareeRance {
	width: 100%;
	border-collapse: collapse;
}
table.mareeRance td {
	text-align: right;
	border-top: 1px solid #FFF;
	padding: 9px 4px;
}
table.mareeRance tr.ligne1 {
	background-color: #b4b4b4;
}
table.mareeRance tr.ligne2 {
	background-color: #919191;
}
table.mareeRance td.heure {
	font-weight: bold;
	text-align: center;
}
table.mareeRance td.hauteur {
	text-align: left; 
}
table.mareeRance td.hauteur span {
	width: 50px;
	display: block;
	text-align: right; 
}

/* Situation */

img.iconeMaree {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 5000;
}
p.mareeRance {
	padding: 15px 0 9px 0;
}

/**************************************/
/* MAREE */
/**************************************/

li.maree {
	padding: 0 9px 9px 9px;
}
table.maree {
	width: 100%;
	border-collapse: collapse;
}
table.maree td {
	text-align: right;
	border-top: 1px solid #FFF;
	padding: 9px 0;
}
table.maree td.coefficient,
table.maree td.date,
table.maree td.mer {
	padding-left: 9px;
}
table.maree td.hauteur {
	padding-right: 9px;
}
table.maree tr.ligne1 {
	background-color: #b4b4b4;
}
table.maree tr.ligne2 {
	background-color: #919191;
}
table.maree td.heure,
table.maree td.date,
table.maree td.coefficient {
	font-weight: bold;
}
table.maree td.date,
table.maree td.mer,
table.maree td.coefficient {
	text-align: center;
	text-align: left;
}

/* Situation */

img.iconeMaree {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 5000;
}
p.maree {
	padding: 35px 0 9px 0;
}

/**************************************/
/* METEO */
/**************************************/

img.iconeMeteo {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 5000;
}
li.iconeMeteo {
	padding: 0 10px;
}
p.iconeMeteo {
	width: 112px;
	height: 120px;
	float: right;
	margin-top: -90px;
}
table.meteo {
	width: 100%;
	border-collapse: collapse;
}
table.meteo td {
	text-align: left;
	border-top: 1px solid #FFF;
	padding: 9px 0 9px 9px;
}
table.meteo tr.ligne1 {
	background-color: #b4b4b4;
}
table.meteo tr.ligne2 {
	background-color: #919191;
}
table.meteo td img {
	float: right;
}