<?php
$br='<br/>';
$this->contenu .='
<div id="CV">
<table width="180%">
<tr>
	<td width="50%">
	<span class="cv"><h3>'.$cv_t_programmes.'</h3>'.$cv_programmes.'</span>'.$br.'<span class="cv"><h3>'.$cv_t_langues.'</h3>'.$cv_langues.'</span>
</td>
	
	<td  width="50%">
	<span class="cv"><h3>'.$cv_t_parcours.'</h3>'.$cv_parcours.'</span>
	</td>
</tr>
</table>
</div>


';
?>