1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Maquette - Grammaire allemande</title>
<link href="maquette.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<h1>DECLINAISON DE LARTICLE AU NOMINATIF</h1>
<p>En allemand, on décline les articles selon leur fonction dans la phrase. </p>
<p>Il y a <strong>4 cas</strong>: </p>
<ul>
<li>le nominatif;</li>
<li>laccusatif;</li>
<li>le datif;</li>
<li>le génitif.</li>
</ul>
<p>Nous étudierons le nominatif et laccusatif.</p>
<p>Il y a <strong>3 genres</strong>:</p>
<ul>
<li>masculin;</li>
<li>féminin;</li>
<li>neutre.</li>
</ul>
<p>(le pluriel est le même pour les 3 genres).</p>
<p>Le nominatif correspond aux fonctions sujet / attribut</p>
<table width="100%">
<tr>
<th scope="row" rowspan="2" width="110px">Sujet</th>
<td><strong>Der</strong> Tisch ist braun</td>
<td><strong>Die</strong> Lampe ist schön</td>
<td><strong>Das</strong> Bett ist neu</td>
</tr>
<tr>
<td><strong>Ein</strong> Wagen ist teuer</td>
<td><strong>Eine</strong> Wohnung ist praktisch</td>
<td><strong>Ein</strong> Haus ist bequem</td>
</tr>
</table>
<br />
<table width="100%">
<tr>
<th rowspan="2" scope="row" width="110px">Attribut</th>
<td>Das ist <strong>der</strong> Tisch</td>
<td>Das ist <strong>die</strong> Lampe</td>
<td>Das ist <strong>das</strong> Bett</td>
</tr>
<tr>
<td>Das ist <strong>ein Tisch</strong></td>
<td>Das ist <strong>eine Lampe</strong></td>
<td>Das ist <strong>ein Bett</strong></td>
</tr>
</table>
<br />
<p>Déclinaison de larticle défini au nominatif [le, la, les]</p>
<table width="100%">
<tr>
<th scope="col" width="110px"> </th>
<th scope="col">Masculin</th>
<th scope="col">Féminin</th>
<th scope="col">Neutre</th>
<th scope="col">Pluriel</th>
</tr>
<tr style="text-align:center;">
<th scope="row">Nominatif</th>
<td>der</td>
<td>die</td>
<td>das</td>
<td>die</td>
</tr>
</table>
<p>Déclinaison de larticle indéfini au nominatif [un, une, des]</p>
<table width="100%">
<tr>
<th scope="col" width="110px"> </th>
<th scope="col">Masculin</th>
<th scope="col">Féminin</th>
<th scope="col">Neutre</th>
<th scope="col">Pluriel</th>
</tr>
<tr style="text-align:center;">
<th scope="row">Nominatif</th>
<td>ein</td>
<td>eine</td>
<td>ein</td>
<td>-</td>
</tr>
</table>
<br />
<br />
<div id="note">
<div id="noteTitle">
NB:
</div>
<div id="noteContent">
<p>1. Ein na pas de forme au pluriel.</p>
<ul>
<li>Ich habe Kinder. <i>[Jai des enfants]</i></li>
</ul>
<p>2. Ladjectif possessif (mein, dein, sein, ihr, unser, euer, Ihr) se décline comme larticle indéfini ein.</p>
<ul>
<li>Das ist mein Freund. <i>[Cest mon ami]</i></li>
<li>Das ist meine Freundin. <i>[Cest mon amie]</i></li>
<li>Das ist mein Haus. <i>[Cest ma maison]</i></li>
<li>Das sind meine Kinder. <i>[Ce sont mes enfants]</i> </li>
</ul>
<p>3. La négation kein se décline comme ein (sauf pluriel comme larticle défini (die))</p>
<ul>
<li>Ich habe keinen Freund. <i>[Je nai pas dami]</i></li>
<li>Ich habe keine Freundin. <i>[Je nai pas damie]</i></li>
<li>Ich habe kein Haus. <i>[Je nai pas de maison]</i></li>
<li>Ich habe keine Kinder. <i>[Je nai pas denfants]</i></li
></ul>
</div>
</div>
</div>
</body>
</html> |
Partager