/* Structure */
#actu_left{
    float:left;
    width:682px;
    margin-bottom:10px;
}
#actu_right{
    float:left;
    width:225px;
    
}

/* Bandeaux du haut */
#actu_header_content{
    background-color:#2C9AB1;
    min-height:50px;
}
#actu_right_header_content{
    height:50px;
}

/* Contenu Bandeaux Haut */

#actu_header_content .title{
    width:683px;
    color:#B3E4EF;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
#actu_header_content .auteur{
    font-size:12px;
    color:#B3E4EF;
    text-align:center;
    font-style:italic;
}
#actu_header_content .title h1{
    font-size:16px;
    color:#B3E4EF;
    margin:0px;
    padding:5px;
}
#actu_right_header_content .title{
    color:#5C5A5B;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    height:45px;
    padding-top:7px;
}
#actu_right_header_content .title h1{
    font-size:14px;
    color:#5C5A5B;
    margin:0px;
    padding:5px;
}

/* Actu content */
#actu_content{
    padding-right:5px;
}
#actu_img{
    float:left;
    margin-top:3px;
    margin-right:10px;
    margin-bottom:3px;
}
#actu_art{
    text-align:justify;

}
#actu_author{
    text-align:center;
}
/* Archives */
#actu_right #archives{
    padding-left:8px;
}

/* Bouton Next - Previous archived articles */
.nextPage{
    background:url('../images/structure/arrow_down.png');
    height:14px;
    width:215px;
    color:#000000;
    font-size:10px;
    border:1px solid #cccccc;
    border-top:0px;
    text-align:center;
    cursor:pointer;
}
.prevPage{
    background:url('../images/structure/arrow_up.png');
    height:14px;
    width:215px;
    color:#000000;
    font-size:10px;
    border:1px solid #cccccc;
    border-bottom:0px;
    text-align:center;
    cursor:pointer;
}
/* Items Right list */
.scrollable .items {
	/* this cannot be too large */
	width:215px;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .item_span a{
        text-decoration:none;
        color:#5C5A5B;
}
.scrollable .item_span .active{
        text-decoration:none;
        color:#5C5A5B;
        font-weight:bold;
}
.scrollable .item_span {
	float:left;
	margin:5px 0px 0px 21px;
	background-color:#fff;
	padding:2px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	width:160px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5C5A5B;
	font-size:11px;
}
/* single scrollable item */
.scrollable .date {
	float:left;
	margin:10px 0px 0px 21px;
	background-color:#fff;
	padding:2px;
        text-align:center;
	width:160px;
	height:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5C5A5B;
	font-size:11px;
        font-style:italic;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}