div#contener #newsletter{
    float:right;
}

fieldset{
	width:650px;
    margin-left:30px;
}

div.actualite{
    background-color:#333230;
    padding:10px 10px 10px 10px;
    width:465px;
    height:auto;
    margin-top:5px;
    margin-left:5px;
    border:0px solid #fff;
    float:left;

}
.actualite img{
    margin-right:10px;
    float:left;
    width:195px;
    height:auto;
}

.actualite h2 {
    padding:0px 0px 0 0px;
    font-size:14px;
    font-weight:bold;
    font-family:tahoma;
    color:#fff;
}


.actualite i{
    font-size:10px;
    font-style:normal;
    font-family:tahoma;
    border:0px solid black;
    word-spacing:1px;
    line-height:14px;
}

.actualite p{
    padding:0px 0px 0 0px;
    font-size:12px;
    text-decoration:none;
    text-align:justify;
    font-family:tahoma;
    color:#ffffff;
    word-spacing:1px;
    line-height:14px;
}
.actualite a{
    font-size:12px;
    text-align:justify;
    font-family:tahoma;
    color:#ffffff;
    word-spacing:1px;
    line-height:14px;
    text-decoration:underline;
}

.spacer{
	clear:both;
}

.spacer_left{
	clear:left;
}