#contenu .demi-gauche img.top { height:9px; position:relative; top:-9px;}
#contenu .demi-gauche img.bottom { height:9px; position:relative; bottom:-9px;}
-#calendar-links { padding: 0 25px; }
-#calendar-links p { margin: 0px; }
+.contenu-wrapper { padding:0 0 0 25px; }
+
+
ul a { text-decoration:none; }
ul a:hover { text-decoration:underline; }
{% extends "container_base.html" %}
{% block contenu %}
+<h4>Inscription</h4>
+
+<div class="contenu-wrapper">
+<p>
+Pour vous inscrire au répertoire de chercheurs, vous devez avoir un compte AUF...
+</p>
+
<form method="post">
- <h2>Informations générales</h2>
+ <h5>Informations personnelles</h5>
{% with personne_form as form %}
- {% include "table_form.html" %}
+ {% include "table_form.html" %}
{% endwith %}
+
+ <h5>Informations académiques</h5>
{% with chercheur_form as form %}
- {% include "table_form.html" %}
+ {% include "table_form.html" %}
{% endwith %}
- <p class="Nav">
+
+ <br />
<input type="submit" name="Submit" value="Inscription" class="bouton" />
- </p>
</form>
+</div>
{% endblock %}