html,body    {margin:0;padding:0;height:100%;}
body         {font-family:Arial;font-size:13px;color:#333333;background:#fff;}
#main {text-align:center; margin:auto; width:900px;}
.left {float:left; width:400px;}
.right {float:right; width:400px;}
.case { background:#f5f5f5;}

td           {color: #000000; font-size: 13px;}
.blanc       {color: #ffffff; font-size: 15px;}
a:link       {color: #000000; text-decoration: none}
a:visited    {color: #111111; text-decoration: none}
a:hover      {color: #ff0000; text-decoration: none}

.vert {font-family:Arial; font-size:15px; color:#ffffff; background:#119bfb; border:0; padding:5px; font-weight: Bold; cursor:pointer; margin:5px 0;}
.text {font-family:Arial; font-size:14px; color:#111111; border:1px solid #dddddd; width:300px; padding:5px; margin:5px 0;}
.titre {display:block; background:#6ac5f4; color:#ffffff; font-size:17px; padding:5px;}

@media screen and (max-width: 900px)
  {
  iframe {max-width:100%;}
  #wf-weatherfeed {display:none;}
  .left, .right {width:100%; float:none;}
  #main {width:100%;}
  }