<table class="list">
			<colgroup>
				<col style="width:100px">
				<col>
				<col style="width:200px">
				<col style="width:200px">
			</colgroup>
			<thead>
				<tr>
					<th scope="col"><?php 
echo UrlHelper::orderBy('name', "Image");
?>
</th>
					<th scope="col">&nbsp;</th>
					<th scope="col"><?php 
echo UrlHelper::orderBy('created_at', "Mise en ligne");
?>
</th>
					<th scope="col">&nbsp;</th>
				</tr>
			</thead>
			<tfoot>
				<tr>
					<td colspan="100">
						<?php 
echo $this->partial('pagination', array('Pager', $Pager));
?>
					</td>
				</tr>
			</tfoot>
			<tbody>