/**********************************
 * TITLE: Gila Screen Stylesheet  *
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/

body {
  color: black;
  background-color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

#page {
        margin: 20px auto;
        color: black;
        background-color: white;
        padding: 0;
        width: 1100px;
        border: 1px solid #959596;
}

.doNotDisplay {
  display: none !important;
}

.picfl {
           float:left;
           padding-right: 5px;
           position: relative;
}

.picfr {
           float:right;
           padding-left: 5px;
           position: relative;
}

.picfc {
           text-align: center;
           padding-left: 5px;
           padding-right: 5px;
           position: relative;
}


/* ##### Header ##### */

/* ##### CHANGE background-color to change header color, hex code is OK ##### */
/* ##### Hex Color Chart - http://www.hypersolutions.org/pages/rgbhex.html  ##### */

#header {
  color: inherit;
  background-color: transparent;
}

.headerTitle {
  margin: 0;
  padding: 3em 4mm 3em 4mm; 
  text-align: center; 
  border-top: 10px solid #FE4242;
  border-left: 10px solid #FE4242;
  border-right: 10px solid #FE4242;
  border-bottom: 10px solid #FE4242;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 150%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.headerTemp {
  font-size: 36px;
  font-weight: bold;
  float: right;
  right: .5ex;
  margin-right: 5px;
  margin-left: 15px;
  top: 0.18em;
  color: white;

}
[class~="headerTemp"] {
  top: 0.18em;  /* For fully standards-compliant user agents */
}

.subHeader {
  color: white;
  float: left;
  clear: left;
  position: relative;
  background-color: #343434;
  font-size: 109%;
  margin: 0;
  padding: 0.5ex 1ex;
}

.subHeaderRight {
  color: white;
  background-color: #343434;
  font-size: 109%;
  text-align: right;
  margin:  0;
  padding: 0.5ex 2ex;
}

.subHeader a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 9.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #58B6C7;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.leftSideBar li {
  margin: .5ex;
  padding: 0;
}

.leftSideBar a {
display: block;
color: #343434;
background-color: transparent;
width: 89px;
padding: .05em;
text-decoration: none;
}

.leftSideBar a:visited {
  color: #343434;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
background-color: #58B6C7;
color: white;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: black;
  background-color: transparent;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy-dark {
  color: white;
  background-color: black;
  text-align: justify;
  line-height: 1.5em;
  margin: .1em 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}
/* définition hypertexte*/
#main-copy a {
  color: #FE4242;
  background-color: transparent;
  text-decoration: underline;
}
#main-copy a:hover {
  text-decoration: none;
}

.table-top {
  color: white;
  background-color: #4A4A4A;
  text-align: left;
  font-weight: bold;
}

.column-dark {
  color: black;
  background-color: #EAEAEA;
}

.column-light {
  color: black;
  background-color: white;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FF9900;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
#main-copy .watchBox a {
  color: blue;
}
#main-copy .watchBox a:hover {
  color: blue;
  background-color: inherit;
  text-decoration: underline;
}

.advisoryBoxnoactive {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: white;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFCC00;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
#main-copy .advisoryBox a {
  color: blue;
}
#main-copy .advisoryBox a:hover {
  color: blue;
  background-color: inherit;
 text-decoration: underline;
}

.warningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
#main-copy .warningBox a {
  color: white;
}
#main-copy .warningBox a:hover {
  color: white;
  background-color: inherit;
  text-decoration: underline;
}

.tornadowarningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
#main-copy .tornadowarningBox a {
  color: white;
}
#main-copy .tornadowarningBox a:hover {
  color: white;
  background-color: inherit;
  text-decoration: underline;
}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
    background-color: white;
        border: none;
        width: 114px;
}
.ajaxSidebar h2 {
        font-size: 12pt;
        color: white;
        background-color: #4A4A4A;
        text-align: center;
        margin-right: 6px;
}

.ajaxSidebar .meas {
        font : x-small Arial, Helvetica, sans-serif;
        color: black;
        text-align : right;
        background-color: white;
        width: 35%;
        }
.ajaxSidebar .data {
        font : 9pt Arial, Helvetica, sans-serif;
        color: black;
        text-align : left;
        background-color: #EAEAEA;
        }
.ajaxSidebar td {
         border: none;
         background-color: #EAEAEA;
}
.ajaxDashboard {
    font-size: 96%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ajaxDashboard .datahead {
        font-size: 100%;
        font-weight: bold;
        color:  white;
        background-color: #4A4A4A;
        text-align: center;
}
.ajaxDashboard .datahead2 {
        font-size: 100%;
        font-weight: bold;
		border-bottom: 1px solid #343434;
        color:  white;
        background-color: #4A4A4A;
        text-align: center;
}
.ajaxDashboard .data1 {
         color: black;
         font-size: 100%;
         border-bottom: 1px solid #343434;
         background-color: #EAEAEA;
         text-align: left;
}
.ajaxDashboard .data2 {
         color: black;
         font-size: 100%;
         background-color: #EAEAEA;
         text-align: left;
}

.ajaxDashboard .column-dark {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: #EBEBEB;
         text-align: left;
}

.ajaxDashboard .column-light {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
}

.ajaxDashboard td {
         border: none;
         background-color: #EAEAEA;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #4A4A4A;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:visited {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.jsuparrow {
background-color:#CDDBCD;
border:0px none;
color:#22464F;
text-decoration:none;
}

.jsupoutline {
background:#CDDBCD none repeat scroll 0%;
border:0px solid #2266AA;
height:15px;
left:0px;
padding:0px;
position:absolute;
top:0px;
width:24px;
}

/* WordPress additions for Weather Display PHP AJAX Templates */
/* Copy and paste all of this to the END of your CSS files */

/* Begin Sidebar */
#sidebar
{
	padding: 2.5em;
	width: 150px;
	float: right;
	background-color: #EAEAEA;
	margin: 5px;

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: black;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

/* Begin Blog Main Copy */
#blog-main {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
  min-height: 720px;
  clear:right;
}

#blog-main-dark {
  color: white;
  background-color: black;
  text-align: left;
  line-height: 1.5em;
  margin: .1em 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#blog-main h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#blog-main h2 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  text-align:left

}

#blog-main a {
  color: #FE4242;
  background-color: transparent;
  text-decoration: underline;
}

#blog-main a:hover {
  text-decoration: none;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Added for image alignment issued */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
  color: black;
  background-color: #EAEAEA;
}

.thread-even {
  color: black;
  background-color: white;
}

/* ##### mjc extra ##### */

#horizontal-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#horizontal-menu ul li {
display: inline;
padding: .2em 1em;
}

.menuLinkSelectedhoriz {
background-color: #58B6C7;
color: white;
width: 100px;
padding: .2em;
}

.menuLinkSelected {
display: block;
background-color: #58B6C7;
color: white;
width: 90px;
padding: .04em;
}

/* yr.no */

.yrtable {
width: 760px;
border : 1px solid #58B6C7;
}

.bgcolor_a {
/* fond foncé */
Background-color:#BCE2E9;
}

.bgcolor_b {        
/* fond clair */
Background-color:#DBEFF2; 
}

.tbl_header {
height: 25px; 
color:#FFFFFF;
font-weight:bold;
background-image:url("./yricons/back_dark.gif");  
background-repeat:repeat-x;                 
color:#000000
/*Background-color:#F3713D;   */
} 

.yrheader {
border-bottom: 0px solid #424242;
padding: 3px;
font-size: 12px;
font-weight: bold;
}
.yrrow {
padding: 2px;
font-size: 10px;
text-align: center;
}

.yrrow_day {
width: 20px;
}

.yrrow_heure {
width: 50px;
}

.yrrow_gif {
width: 50px;
}

.yrrow_temp {
width: 30px;
}

.yrrow_pluie {
width: 40px;
}

.yrrow_pression {
width: 50px;
}

.yrrow_vent {
width: 100px;
font-size:10px;
text-align: left;
}

.yrrow_speed {
width: 40px;
font-size:10px;
text-align: center;
}
.yrrow_a {
border-top: 0px solid #424242;
padding: 2px;
font-size:10px;
text-align: center;
width: 0px; 
}

img {border:none;}


.yrrow_b {
border-top: 0px solid #424242;
padding: 2px;
font-size: 10px;
text-align: left;
padding-top: 10px;
}

.yrrow_c {
border-top: 0px solid #424242;
padding: 2px;
font-size: 10px;
text-align: center;
width: 20px;
}

.yrrow_aa {
padding: 2px;
font-size: 12px;
text-align: left;
font-weight: bold;
background: #BCD2EE;
}

.below {
color: #1874CD;
}
.over {
color: #CD3333;
}

/* Agenda */
.agenda { 
  width: 150px;
  height: 200px;
  border-style:none;
  background-color: transparent;
  background-image:url("./images/jmg/agenda.png"); 
  background-repeat:no-repeat; 
  text-align:center;
  }

.nomjour {
  height:8px;
  background-color: transparent;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#0000F0;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}

.lejour {
  height:10px;       
  text-align:center;
  font-size:25px;
  font-weight:bolder;
  color:#FF0000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}

.nommois {
  height:8px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:#0000F0;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}

.image {    
  color: inherit;
  background-color: transparent;
  text-align:center;
}  

.resultat {
  height:8px;
  text-align:center;
  font-size:12px;
  font-style:italic;
  font-weight:normal;
  color:#0000F0;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}
    
.semaine {
  height:8px;
  text-align:center;
  font-size:12px;
  font-style:italic; 
  font-weight:normal;
  color:#0000F0;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}

.jour_an {
  height:8px;
  text-align:center;
  font-size:12px;
  font-style:italic;
  font-weight:normal;
  color:#0000F0;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
 /*historique*/
.color_text {
  color:#000000;  
}   
.tableau{
  background-color: #343434;
  color:white;
  border:2px solid #343434;
} 
.day {
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:bold; 
  width:35px;
}
.temperature{
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:bold;  
}
.vent{
  background-color: #343434;
  color:white;
  text-align:center; 
  font-weight:bold; 
}
.pluie {
  background-color: #343434;
  color:white;
  text-align:center; 
  width:65px;
  font-weight:bold; 
}
.mini {
  background-color: #343434;
  color:white;
  text-align:center; 
  width:115px;
  font-weight:normal; 
}
.maxi {
  background-color: #343434;
  color:white;
  text-align:center; 
  width:115px;
  font-weight:normal; 
}
.moyenne {
  background-color: #343434;
  color:white;
  text-align:center; 
  width:70px;
  font-weight:normal; 
}
.vitesse {
  background-color: #343434;
  color:white;
  text-align:center; 
  width:230px;
  font-weight:normal; 
}
.direction {
  background-color: #343434;
  color:white;
  text-align:center; 
  width:60px;
  font-weight:normal; 
}  
.cellules {
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:normal; 
} 
.total{
  background-color: #343434;
  text-align:center;
} 
.bordure {
  border:2px solid #343434;
 }
 .cadre {
  border:3px solid #FE4242;
 }
.month {
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:bold; 
}  
.cumul {
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:normal; 
} 
.max_jour {
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:normal; 
} 
.absolue {
  background-color: #343434;
  color:white;
  text-align:center;
  font-weight:normal; 
}   
.nom_mois {
  background-color: #343434;
  color:white;
  text-align:left;
  font-weight:normal; 
} 
 
/* Almanach */
.almanach-h {
  border-top: solid;
  border-top-color:#FE4242;
  border-left: solid;
  border-left-color:#FE4242; 
  border-right: solid;
  border-right-color: #FE4242;
  background-color: transparent;
/*  text-align:left;     */
}
.almanach-b {
  border-bottom: solid;
  border-bottom-color:#FE4242;
  border-left: solid;
  border-left-color:#FE4242; 
  border-right: solid;
  border-right-color: #FE4242;
  background-color: transparent;
/*  text-align:left;     */
}
.almanach-m {
  border-left: solid;
  border-left-color:#FE4242; 
  border-right: solid;
  border-right-color: #FE4242;
  background-color: transparent;
/*  text-align:left;     */
}
.separ1 { 
  border-left:1px solid;
  border-left-color:#FE4242; 
}
#separ2 { 
  border-left:1px solid;
  border-left-color:#FFFFFF; 
}
#separ3 { 
  border-left:1px solid;
  border-left-color:#FFFFFF; 
} 
.jour1 {
  text-align:center;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}  
.noms_fetes {
  text-align:right;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}  
.dates_fetes {
  text-align:left;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}  
#fete {
  text-align:center;
  font-size:18px;
  font-style:normal;
  font-weight:bold;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}  
#icones-ephemeride {
border-width: 1px;
border-color: #000000;
border-style:  solid;
}
.prenom {  
/*  background-color: transparent;    */
  text-align:center;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}
.date   {
  text-align:center;
  font-size:22px;
  font-weight:bold;
  color:#FE4242;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
.date1   {
  text-align:center;
  font-size:17px;
  font-weight:bold;
  color:#FE4242;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}      
.dicton {
  text-align:center;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}
.saints {
  text-align:center;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}    
.source {
  text-align:right;
  font-size:10px;
  font-style:italic;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;}
.citation {
  text-align:left;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif; 
}   
.auteur{
  text-align:right;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}      
.ephem{
  text-align:right;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}  
.saison{
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#000000;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}        
.T_banner {
  text-align:center;
  font-size:20px;
  font-style:normal;
  font-weight:bold;
  color:#FE4242;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
}  
/*Message défilant*/
#cadrpg { 
  width:750px; 
  margin:0 auto; 
  border:0; 
  overflow:hidden;
} 
#newshr { 
  position:relative; 
  width:750px; 
  height:20px; 
  overflow:hidden; 
  color:inherit;
/*  background:transparent url(news.gif); */
  border:none; 
  color:#FE4242;
  font-style:normal;
  font-weight:bold;
}  
#defile { 
  position:absolute; 
  margin-top:1px; 
  background-color:transparent;   
} 
#titre_page {
  text-align:center;
  font-size:14px;
  font-style:normal;
  font-weight:bold;
  color:#FE4242;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
.c1 {
  font-style:normal;
  font-weight:bold;
  color:#FF0000;
  text-decoration:underline;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
.c2 {
  font-style:normal;
  font-weight:bold;
  color:#0000FF;
  text-decoration:underline;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
.c3 {
  font-style:normal;
  font-weight:bold;
  color:#00A000;
  text-decoration:underline;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
.c4 {
  font-style:normal;
  font-weight:bold;
  color:#F07000;
  text-decoration:underline;
  font-family:MS Gothic Normal, Helvetica, sans-serif;
} 
/* small gauges */
div.graph {
	width: 72px;
	height: 72px;
	float:left;  
	background-color: transparent;
}                                           
/* gaugelabels */
.gaugeLabel div {
font-size: 12px;            
font-family: Tahoma, sans-serif;;
font-weight: normal;
color: #000000;
text-align: center;
}                 
/*
############################################################################
# CSS external file for Summary and detail pages
############################################################################
*/

#report{
     font-family: arial;
     color: #000000;
}

#report table {
	width: 100%;
	border-collapse: collapse;
}

#report form {
    display: inline; 
}
    
#report .labels {
	background-color: #666666;
	color: #cccccc;
	border: 1px solid #222222;
	text-align: center;
	padding: 2px;
}

#report .labelshdd {
    background-color: #ff6600;
    color: black;
    border: 1px solid #222222;
    text-align: center;
    padding: 2px;
}

#report .labelscdd {
    background-color: #00ccff;
    color: black;
    border: 1px solid #222222;
    text-align: center;
    padding: 2px;
}

#report .tableheading {
	background-color: #00ccff;
	color: black;
	border: 1px solid #222222;
	text-align: center;
	padding: 2px;
    font-size: 150%;
    font-weight: bold;
}

#report .reportttl {
	background-color: #666666; 
	color: #cccccc;
	border: 1px solid #222222;
	font-size: 85%;
    font-weight:bold;   
	text-align: center;
	padding: 2px;
}

#report .reportttl2 {
   border: 1px solid #222222;
   border-width: 2px 1px 1px 1px;
} 


#report .reportdt {
    background-color: #666666;
    color: #cccccc;
    font-size: 95%;
    font-weight: bold;
    border: 1px solid #222222;
    text-align: center;
    padding: 2px;
}

.reportday {
    background-color: #808080;
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
    font-weight:bold;
    font-size: 85%;
}   

#report .reportdayr {
    background-color: #D2E4FE;
    color: #000000;
    border: 1px solid #22464F;
    text-align: center;
    padding: 2px;
}
#report .reportday {
    border: 1px solid #22464F;
	text-align: center;
	padding: 2px;
}

#report .getreportdtbxfloat {
    float: right; 
    padding: 0px 5px 0px 5px; 
    border: 1px ridge #22464F; 
    background-color: #666666;
    color: #FFFFFF;
}

#report .getreportdtbx {
    font-size: 100%; 
    font-weight: bold; 
    padding: 0px;   
    text-align: center;
}

#report .dev {
	padding: 5px 0px 10px 0px;
	font-size: 75%;
}

#report .separator {
	background-color: #ffffff; 
}

#report .colorband {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #666666;
	text-align: center;
	padding: 2px;
	background-color: #666666;
	color: #cccccc;	
	font-size: 85%;
    font-weight: bold;
}



#report .level_1 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #0000cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;
}

#report .level_2 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #0066cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;;
}

#report .level_3 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #0099cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;
}

#report .level_4 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #00ccff;
    font-weight: bold;
    font-size: 85%;
}

#report .level_5 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #00ffcc;
    font-weight: bold;
    font-size: 85%;;
}

#report .level_6 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #00ff99;
    font-weight: bold;
    font-size: 85%;
}

#report .level_7 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ccff00;
    font-weight: bold;
    font-size: 85%;
}

#report .level_8 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ffff66;
    font-weight: bold;
    font-size: 85%;
}

#report .level_9 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ffcc00;
    font-weight: bold;
    font-size: 85%;
}

#report .level_10 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff9933;
    font-weight: bold;
    font-size: 85%;
}

#report .level_11 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff6600;
    font-weight: bold;
    font-size: 85%;
}

#report .level_12 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff3300;
    font-weight: bold;
    font-size: 85%;
}

#report .level_13 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #cc3300;
    font-weight: bold;
    font-size: 85%;
}

#report .level_14 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff6600;
    font-weight: bold;
    font-size: 85%;
}

#report .level_15 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff3300;
    font-weight: bold;
    font-size: 85%;
}

#report .level_16 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #cc3300;
    font-weight: bold;
    font-size: 85%;
}

#report .colorkeyborder {
    border-style: solid;
    border-width: 8px 3px 8px 3px;
    border-color: #666666;
    background-color: green; /* #FF0000; */
}

#report .yeartotals {
	border: 1px solid #222222;
	text-align: center;
	background-color: #CCFFbb;
    font-weight: bold;
	font-size: 85%;
}

#report .noday {
	background-color: #666666; 
	background-repeat: repeat-x;
}

#report .button {
    font-family: arial, verdana, ms sans serif;
    font-weight: bold;
    font-size: 9px;
    width: 65px;
    height: 38px; 
    vertical-align: middle;
    padding: 0px;

}

#report .beaufort0 {
    background-color: #ffffff;

}

#report .beaufort1 {
    background-color: #ccffff;
}

#report .beaufort2 {
    background-color: #99ffcc;
}

#report .beaufort3 {
    background-color: #99ff99;
}

#report .beaufort4 {
    background-color: #99ff66;
}

#report .beaufort5 {
    background-color: #99ff00;
}

#report .beaufort6 {
    background-color: #99cc00;
}

#report .beaufort7 {
    background-color: #cccc00;
}

#report .beaufort8 {
    background-color: #ffcc00;
}

#report .beaufort9 {
    background-color: #ff9900;
}

#report .beaufort10 {
    background-color: #ff6600;
}

#report .beaufort11 {
    background-color: #ff3300;
}

#report .beaufort12 {
    background-color: #ff0000;
}

#report .levelb_0 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_1 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #CCFFFF;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_2 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #99FFCC;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_3 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #99FF99;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_4 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #99FF66;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_5 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #99FF00;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_6 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #99CC00;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_7 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #CCCC00;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_8 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #FFCC00;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_9 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #FF9900;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_10 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #FF6600;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_11 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #FF3300;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_12 {
    border: 1px solid #22464F;
    text-align: center;
    background-color: #FF0000;
    font-weight: bold;
    padding: 2px;
    font-size: 85%;
}

#report .levelb_13 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #cc3300;
    font-weight: bold;
    font-size: 85%;
}

#report .uv_1 {
    border: 1px solid #666666;
    text-align: center;
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 85%;
}

#report .uv_2 {
    border: 1px solid #666666;
    text-align: center;
    background-color: yellow;
    color: black;
    font-weight: bold;
    font-size: 85%;;
}

#report .uv_3 {
    border: 1px solid #666666;
    text-align: center;
    background-color: orange;
    color: black;
    font-weight: bold;
    font-size: 85%;
}

#report .uv_4 {
    border: 1px solid #666666;
    text-align: center;
    background-color: red;
    font-weight: bold;
    font-size: 85%;
}

#report .uv_5 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ee82ee;
    font-weight: bold;
    font-size: 85%;;
}

#report .infotext {
    background-color: #ccffff;
    font-weight: bold;
    border: 1px solid #666666;  
}


#report .humidity_1 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff3300;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_2 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff6600;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_3 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff9933;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_4 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ffcc00;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_5 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ffff66;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_6 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ccff00;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_7 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #00ffcc;
    font-weight: bold;
    font-size: 85%;;
}

#report .humidity_8 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #00ccff;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_9 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #0099cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;
}

#report .humidity_10 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #0066cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;
}

#report .soilhum_1 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #0066cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;
}

#report .soilhum_2 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #00ccff;
    font-weight: bold;
    font-size: 85%;
}

#report .soilhum_3 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #99ff99;
    font-weight: bold;
    font-size: 85%;
}

#report .soilhum_4 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ffcc00;
    font-weight: bold;
    font-size: 85%;
}

#report .soilhum_5 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #ff3300;
    color: #ffffff;
    font-weight: bold;
    font-size: 85%;
}
#report .soiltemp_1 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #CCFFFF;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_2 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #BFFFC1;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_3 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #77FF99;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_4 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #CCFF00;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_5 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #FFFF66;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_6 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #FF9933;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_7 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #FF6600;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_8 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #FF3300;
    font-weight: bold;
    font-size: 85%;
}

#report .soiltemp_9 {
    border: 1px solid #666666;
    text-align: center;
    background-color: #CC3300;
    font-weight: bold;
    font-size: 85%;
}
