body {
    background: #b3b3b3;
    background-image: url("../images/bg.jpg");
    background-repeat:repeat-x;
    font-family: Tahoma, Geneva;
    font-size: 10px;
    text-align: center;
    }

a {
    border-collapse: collapse;
    border: 0;
    text-decoration: none;
    font-weight: bold;
    color: black;
    }

h5  {
      font-family: Arial;
      font-size: 14px;
      font-weight: bold;
    }

.body_search {
    background: #FFFFFF;
    background-images: none;
    }
.alignmiddle {
    vertical-align:top;
    }

.main {
    background: #FFFFFF;
    background-image: url("../images/bgmain.jpg");
    height: 20px;
    text-align: left;
    }

.googlebar {
    background: #FFFFFF;
    height:20px;
    }

.folder {
    background-image: url("../images/bgfolder.jpg");
    background-repeat: no-repeat;
    padding: 20px 10px 20px 10px;
    width: 225px;
    color: white;
    }

.folder a:link {
    color: white;
    }

.folder a:visited {
    color: white;
    }

.imagefolder {
    margin-right: 10px;
    border: 2px;
    border-color: black;
    border-style: solid;
    }

.textfolder {
    margin-right: 15px;
    padding-left: 20px;
    }

.header {
    text-align: left;
    vertical-align: top;
    }

.title {
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    }

.meteo {
    text-align: right;
    vertical-align: top;
    }

.article {
    text-align: left;
    vertical-align: top;
    width: 450px;
    }




