﻿#page {
    background: url(../img/actualites-bg.jpg);
    height: 451px;
}
#page #title {
	background: none;
}

#page #title {
	height: 62px;
	line-height: 55px;
}

#page div h2 {
    background: url(../img/page-bg-fill.jpg) no-repeat 0 62px;
    padding: -10px 35px;
	margin: 0px 10px 0px 10px;
    line-height: 50px;
    font-family: Arial Black;
    font-size: 18px;
}

#title_select_left{
	float: left;
	width: 400px;
	padding: 0px;
}

#title_select_right {
	float: right;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#contentIn {background: none;}

#news {
    padding: 10px 21px 10px 25px;
    font-family: Verdana;
    font-size: 11px;
    height: 320px;
}

#news a {
    color: black;
}

#topNews {
    padding: 10px 0 0 35px;
    margin-right: 410px;
}
#topNews h1 {
    color: #030303;
    font-size: 17px;
    margin: 0 0 3px;
    padding: 0;
		text-transform: uppercase;
}
#topNews #info {
    color: #80807f;
    padding-bottom: 1px;
    margin-bottom: 15px;
    border-bottom: solid 1px #f60505;
}
#topNews #details {
    margin-right: 15px;
    margin-bottom: 20px;
}
#topNews #links {
    list-style-image: url(../img/arrow-black.gif);
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
#links li {
    margin: 4px 0;
}

#lastNews {
    float: right;
    width: 317px;
    padding: 20px 30px 0 50px;
}
#lastNews h1 {
    margin: 0;
    margin-bottom: 17px;
    padding: 0;
    padding-left: 28px;
    font-size: 12px;
    color: black;
    line-height: 20px;
    background: url(../img/rss20.gif) no-repeat center left;
}

#lastNews .item {
    margin: 5px 0;
    font-size: 10px;
    overflow: auto;
    clear: left;
}
#lastNews img {
    float: left;
    margin-right: 15px;
}
#lastNews .item-date {
    float: left;
}
#lastNews .item-text {
    margin-left: 145px;
}
#btnNews {
    clear: left;
    display: block;
    outline: none;
    background: url(../img/actualites-btn-news.jpg);
    width: 163px;
    height: 40px;
    margin-left:auto;
	margin-top:-7px;
}