diff --git a/WIthin/Within_sheet.css b/WIthin/Within_sheet.css
new file mode 100644
index 0000000000..5f5ee79ae7
--- /dev/null
+++ b/WIthin/Within_sheet.css
@@ -0,0 +1,74 @@
+@import url('https://fonts.googleapis.com/css?family=Coming+Soon&display=swap');
+@import url('https://fonts.googleapis.com/css?family=Special+Elite&display=swap');
+
+* {
+ font-weight: normal;
+}
+
+.charsheet {
+ background: url(https://cdn.inspirationhut.net/wp-content/uploads/2012/11/Grungy-Paper-Textures.jpg);
+ width: 800px;
+ color: black;
+}
+
+
+hr {
+ border: 1px solid rgb(196,148,75);
+}
+
+img {
+ width: 250px;
+ background-color: transparent;
+ opacity: 0.7;
+}
+
+select {
+ width: 90px;
+ background-color: rgba(255,255,235,0.7);
+ border: 1px solid rgb(196,148,75);
+ border-radius: 10px 10px 10px 10px;
+ font-family: 'Coming Soon';
+ font-size: 16px;
+ color: rgb(40,40,50);
+}
+
+select option {
+ font-family: 'Lucida Bright', Lucida, serif;
+ font-size: 14px;
+ color: black;
+}
+
+input {
+ width: 180px;
+ background-color: rgba(255,255,235,0.7);
+ border: 1px solid rgb(196,148,75);
+ border-radius: 10px 10px 10px 10px;
+ font-family: 'Coming Soon';
+ font-size: 16px;
+ color: rgb(40,40,50);
+}
+
+table {
+ font-size: 20px;
+ color: black;
+}
+
+td {
+ vertical-align: top;
+ font-family: 'Courier';
+}
+
+textarea {
+ height: auto;
+ background-color: rgba(255,255,235,0.7);
+ border: 1px solid rgb(196,148,75);
+ border-radius: 10px 10px 10px 10px;
+ font-family: 'Coming Soon';
+ font-size: 16px;
+ color: rgb(40,40,50);
+}
+
+h2 {
+ font-family: 'Courier';
+ color: black;
+}
diff --git a/WIthin/Within_sheet.html b/WIthin/Within_sheet.html
new file mode 100644
index 0000000000..de932fb828
--- /dev/null
+++ b/WIthin/Within_sheet.html
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+
+ | Nom |
+
+
+ |
+
+
+ | Sexe |
+
+
+ |
+
+
+
+
+

+
+
+
+
+
+
+ | Type |
+
+
+ |
+
+
+ | Age |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
Potentiels
+
+
+ | Volonté |
+
+
+ |
+
+
+ | Vigueur |
+
+
+ |
+
+
+ | Santé |
+
+
+ |
+
+
+
+
+
+
+ | Résistance |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Origines
+
+
+
+
+
+
+
+
First contact
+
+
+
+ Refuge
+
+
+
+ Equipement
+
+
+
+
+
+
+
+
+
+
diff --git a/WIthin/Within_sheet.jpg b/WIthin/Within_sheet.jpg
new file mode 100644
index 0000000000..774a2e8669
Binary files /dev/null and b/WIthin/Within_sheet.jpg differ
diff --git a/WIthin/sheet.json b/WIthin/sheet.json
new file mode 100644
index 0000000000..a9d7f1947d
--- /dev/null
+++ b/WIthin/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "Within_sheet.html",
+ "css": "Within_sheet.css",
+ "authors": "Hector Montsegur",
+ "roll20userid": "Sergent Colon",
+ "preview": "Within_sheet.jpg",
+ "instructions": "Sheet for the french RPG Within by Benoît Attinost. Includes auto-calculated resistance."
+}