</div><!--/panel -->
</div><!-- /col 1 -->



<div class="col-md-6">

<!-- REPARTITION PAR CSP-->
<div class="box box-primary">
          <div class="box-header"><i class="fa fa-bar-chart-o"></i><h3 class="box-title">R&eacute;partition par CSP (<?php 
    echo getCyberName($epn);
    ?>
)</h3></div>
<div class="box-body">
<?php 
    $csp = getAllCsp();
    foreach ($csp as $key => $value) {
        $nbAdhCsp = statCsp($key, $epn);
        if ($nbAdhCsp > 0) {
            ?>
 
  <div class="statBar">
			<div class="statTextVille"><?php 
            echo $value;
            ?>
</div>
			<div class="statBarContainPurple">
  <div style="width:<?php 
            echo getPourcent($nbAdhCsp, $nbTotal);
            ?>
" class="statBarPourcentYellow">&nbsp;<?php 
$utilisationarray = array(0 => "Aucun lieu", 1 => "A la maison", 2 => "Au bureau ou à l'école", 3 => "A la maison et au bureau ou à l'école");
// type de connaissance défini
$connaissancearray = array(0 => "Débutant", 1 => "Intermédiaire", 2 => "Confirmé");
// recupere les villes
$town = getAllCityname();
$resultville = array_put_to_position($town, 'Autre commune', 0, '0');
//tarif connexion internet
$rowtemps = getTransactemps($id_user);
$temps = $rowtemps["id_tarif"];
$tariftemps = getTarifsTemps();
// Les status
$state = array(1 => "Actif", 2 => "Inactif", 3 => "Animateur", 4 => "Administrateur");
//recuperation des tarifs categorieTarif(2)=adhesion
$tarifs = getTarifsbyCat(2);
//recupere la csp -- Ajout
$profession = getAllCsp();
// retrouver les espaces
$espaces = getAllepn();
//Affichage -----
echo $mess;
?>
<form name="formcompte" method="post" action="">
<!-- infos utilisateur -->
<div class="row"> <div class="col-lg-5">
<div class="box box-primary"><div class="box-header"><h3 class="box-title">Informations personnelles</h3></div>
	 <div class="box-body">
<div class="form-group"><label>Date d'inscription :</label><input type="hidden" name="date_inscription" value="<?php 
echo $date;
?>
">
    <p><?php