#actu-search{
    margin : 0.5em 0;
}
#actu-block-query {
	height       : 22px;
	width        : 130px;
	
    margin       : 0;
    padding      : 0 5px;
    
    display      : block;
    float        : left;
    
    font-size    : 14px;
    line-height  : 14px; 
    color        : #999;
    
    border-right : none;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#actu-block-query:focus {
    color : #000;
}
#actu-block-submit {
	height      : 24px;
	width       : 40px;
	
	margin      : 0 0 0 -2px;
	padding     : 0;
	
	display     : block;
	float       : left;
	
	font-size   : 14px;
    line-height : 14px;  
    font-weight : bold;
    text-align  : center;
    
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    
    cursor           : pointer;
    background-color : #F0F0F0;
    color            : #777777;
}
#actu-block-submit:hover {
    background-color : #F5F5F5;
    color            : #333333;
}

#actu-lasts {
	margin-top : 15px;
}

#actu-lasts-link {
    font-weight : bold;	
}

#actu-lasts ul {
	margin-top          : 5px;
	margin-left         : 20px;
	list-style-type     : disc;
	list-style-position : inside;
}

#actu-lasts ul li {
    margin-bottom:0.5em;
}