#contener_IE{
    float: left;
    width: 662px;
}

#title{
    float: left;
    width: 100%;
    height: 33px;
    background-color: #ffffff;
	background: url(./gfx/separateur_grande_partie.png) no-repeat left bottom;
}

#title p{
    font-size: 15px;
    color: #424242;
    font-weight: bold;
}

#title span{
    width: 33px;
    height: 33px;
	background: url(./gfx/ampoule.png) no-repeat left top;
}

#title a{
    font-size: 15px;
    color: #424242;
    font-weight: bold;
}

#title img{
    float: left;
}

/* -------------------------------- */
/* Filtre */


#result_source{
    float: left;
    width: 100%;
}

#result_source ul{
    float: left;
    width: 200px;
    padding: 0px;
    padding-left: 10px;
}

#result_source ul li{
    float: left;
    width: 200px;
    height: 15px;
    line-height: 15px;
    margin-top: 10px;
    list-style-type: none;
	background: url(./gfx/puce_bloc_bleue.png) no-repeat left top;
}

#result_source ul li a{
    float: left;
    width: 100%;
    margin-left: 10px;
}

#sousmenu{
    float: left;
    width: 100%;
}

#contenu_slider{
    float: left;
    width: 662px;
}

#content_table{
    float: left;
    width: 410px;
    margin: 5px;
    border-top: 1px solid #BFBFBF;
}

#contenu1{
    float: left;
    width: 410px;
    margin-top: 10px;
    min-height: 307px;
    border: 1px solid #BFBFBF;
}

#contenu1 p{
    margin: 0px;
}

#contenu1 p a{
    color: #424242;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

#contenu1 font a{
    color: #009EE1;
    font-size: 10px;
    text-decoration: none;
}

#contenu1 tr td{
    color: #635959;
    font-size: 12px;
}

#table1{
    float: left;
    margin: 10px;
}

#table2{
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 10px;
    color: #424242;
    font-size: 11px;
    text-align: justify;
}

#table2 p{
    color: #424242;
    font-size: 11px;
    text-align: justify;
}

#table2 a{
    color: #009EE1;
    font-size: 11px;
    text-align: justify;
}

#contenu2{
    float: right;
    width: 235px;
}

#contenu2 div.selected{
    float: left;
    width: 100%;
    border-bottom: 1px solid #009EE1;
    clear: both;
    background-color: #E3F4FE;
}

#contenu2 div.not_selected{
    float: left;
    width: 100%;
    border-bottom: 1px solid #009EE1;
    clear: both;
}

#contenu2 div.not_selected:hover{
    background-color: #E3F4FE;
}

#contenu2 p.texte{
    font-size: 11px;
    text-align: justify;
    color: #424242;
}


#liens_pagination {
    float: right;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#liens_pagination > span.current {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    background-color: #17AFE8;
    color: #FFFFFF;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    width: auto;
}

#liens_pagination a {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    background-color: #E4E7E6;
    color: #404040;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    width: auto;
}

/* -------------------------------- */
/* Actualité */

#actualite table.one_breve{
    width: 90%;
    border-bottom: 1px solid #BFBFBF;
    margin-left: 20px;
    margin-top: 8px;
}
#actualite table.one_breve p
{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

.content_actu{
    width: 610px;
    margin: 10px;
    margin-left: 20px;
    color: #424242;
    font-size: 11px;
    text-align: justify;
    overflow: hidden;
}

.content_picture_a_la_une
{
    float: left;
    width: 60px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.content_picture_a_la_une_big img{
    width: 100px;
    height: 100px;
}

.content_picture_a_la_une img
{
    width: 60px;
    height: 60px;
}

.content_title_a_la_une{
    float: left;
    width: 165px;
    padding: 5px;
}

.content_title_a_la_une a{
    font-size: 10px;
    text-decoration: none;
}
