﻿body {
    background:#e7ebf2;
    margin:0;
    padding:0;
}

table.news_container {
    width: 100%;
}
td.news_content {
    width:851px;
    background: white;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
}

table.news_container td.news_content td {
    padding: 5px;
    font-size: 14px;
}

table.news {
    border:solid 1px #3b5998;
    background: white;
    margin-left: auto;
    margin-right: auto;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
}

table.main {
    border-collapse: collapse;
}

td#header {
    width:851px;
    /*height:450px;*/
    border:solid 1px #3b5998;border-top:none;
    background: white;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
}

div#title {
    font-size: 20px;
    font-weight: bold;
    height: 33px;
    margin: 20px;
    padding-left: 220px;
}

div#icon {
    position:relative;
    top:-120px;
    left: 20px;
    padding: 3px;
    border: 1px solid silver;
    background: white;
    -webkit-border-radius: 5px;
    width: 180px;
}

div#icon_container {
    height: 0px;

    /*
    display:block;
    float:left;
    overflow: hidden;*/
    position:relative;
    /*overflow: hidden;*/
    display: block;

}

div#thumbline {
    height: 76px;
    -webkit-border-radius: 2px;
}

div#intro {
    width: 240px; 
    height: 72px;
    border: 1px solid blue; 
    background-color:#f1f3f8;
    border: 1px solid #e1e3e8;
    -webkit-border-radius: 3px;
    padding: 3px;
    font-size: 11px;
}

div.thumb {
    height:76px;
    width:101px;
    position:relative;
    top: -80px;
    display:block;
    float:left;
    overflow: hidden;
    border:1px solid #eee;
    -webkit-border-radius: 1px;
}

div.libelle {
    background: #f1f1f1;
    border: 1px lightgrey outset;
    padding: 7px;
    font-size:17px;
    margin:1px;
}

div.libelle:hover {
    background: lightblue;
}

div.libelle a{
    text-decoration:none;
}

div.libelle img {
    vertical-align:middle;
    margin-right: 20px;
    border: 0px;
}


div.adresse {
    padding: 7px;
}
