/********************************************** PRESENTATION *************************************************/
#actus
{height:440px; overflow:auto;}
#bloc_presentation
{padding:15px 0px;}
#bloc_presentation .texte
{border:1px solid #DDD;/*border:2px dashed #ec8a0c;*/ margin:0px 15px; padding:0px 15px; background-image:url("../presentation_bg.jpg"); background-repeat:no-repeat; background-color:#f0f4fd; font-size:12px; color:#022998}
#bloc_presentation .border
{background-image:url("../presentation_border.gif"); background-repeat:repeat-y; height:7px;}

/********************************************** BLOC ACTUS *************************************************/
#bloc_actus
{}
#bloc_actus .article_actu
{width:600px; background-image:url("../actu_bg.gif"); background-repeat:repeat-y; margin-left:auto; margin-right:auto;}

#bloc_actus .article_actu .inner
{}

#bloc_actus .article_actu .bloc_titre
{background-image:url("../actu_top.gif"); background-repeat:no-repeat; height:42px;}
#bloc_actus .article_actu .bloc_titre .date
{float:left; width:150px; font-size:11px; height:32px; padding:10px 0px 0px 10px; font-weight:bold;}
#bloc_actus .article_actu .bloc_titre .titre
{font-size:11px; width:400px; float:right; height:32px; padding:10px 20px 0px 10px; font-weight:bold; color:#ad0010; text-align:right;}
#bloc_actus .article_actu .inner .image
{float:left; margin:10px; padding:10px; background-color:#FFF; border:1px solid #DDD;}
#bloc_actus .article_actu .inner .texte
{border:1px dashed #DDD; margin:0px 20px 0px 5px; font-size:11px; background-color:#FFF; padding:5px;}

#bloc_actus .article_actu .bottom
{background-image:url("../actu_bottom.gif"); background-repeat:no-repeat; height:25px; clear:both;}