If you want a center align, you can do that:
In your template header, find:
HTML Code:
<!-- breadcrumb, login, pm info -->
<td width="200px" align="center">
Replace By:
HTML Code:
<!-- breadcrumb, login, pm info -->
<td width="5%" align="right">
If you want to align to the right, as you say, find:
HTML Code:
<if condition="$show['member']">
<td class="header_titre" align="center">
<div class="smallfont">
Replace by:
HTML Code:
<if condition="$show['member']">
<td class="header_titre" align="center">
<div class="smallfont" align="right">