diff --git a/core/trunk/README.md b/core/trunk/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..1ca3ec8786d82df697ecc6a373b3e03b64e25051
--- /dev/null
+++ b/core/trunk/README.md
@@ -0,0 +1,30 @@
+# Maarch_Courrier
+Maarch Courrier : Gestionnaire Électronique de Courrier
+
+**/!\ Version de développement**
+Dernière version stable : http://wiki.maarch.org/Maarch_Courrier/1.5/fr
+
+## Requis techniques
+
+* Apache2.x
+* PostgreSQL 9.x
+* PHP 5.5 ou plus
+   * Extensions : php_xsl, php_xmlrpc, php_gettext, php_gd, php_pgsql, php_mbstring, php_pdo_pgsql, php5-mcrypt, php_imap
+   * Spécifique Windows : php php_pdo_pgsql.dll, php php_fileinfo.dll
+   * Bibliothèques pear/MIME_type, pear/SOAP, pear/CLITools
+* imagick, php_imagick
+* ghostscript
+* 7z (p7z-full sous gnu/linux)
+* wkhtmltopdf, wkhtmltoimage (http://wkhtmltopdf.org/downloads.html)
+* LibreOffice (pour la conversion de documents)
+* JRE >= 7
+
+###  Recommandations pour le php.ini
+
+php > 5.4 : error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
+
+display_errors (On)
+
+short_open_tags (On)
+
+magic_quotes_gpc (Off)