
#header #slogan_site_spip  {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 85px; left: 40px;		
}

#header .accueil img.spip_logos { 	
	display: inline;
	position: absolute;
	/* change the values of top and left to adjust the position of the logo*/
	bottom: 10px; right: 15px;	
}