# Les philosophes au programme en Terminale
## Antiquité et Moyen-Âge
- 
**Anaximandre** (-610,-546)
- 
**Pythagore** (-570,-495)
- 
**Xénophane** (-570,-475)
- 
**Héraclite** (-535,-475)
- 
**Parménide** (-515,-450)
- 
**Anaxagore** (-500,-428)
- 
**Empédocle** (-494,-434)
- 
**Zénon d'Élée** (-490,-430)
- 
**Gorgias** (-483,-375)
- 
**Protagoras** (-481,-411)
- 
**Platon** (-428,-348)
- 
**Aristote** (-384,-322)
- 
**Zhuangzi** (-369,-288)
- 
**Épicure** (-341,-270)
- 
**Cicéron** (-106,-43)
- 
**Lucrèce** (-99,-55)
- 
**Sénèque** (-4,65)
- 
**Épictète** (50,135)
- 
**Marc Aurèle** (121,180)
- 
**Nāgārjuna** (150,250)
- 
**Sextus Empiricus** (160,210)
- 
**Plotin** (205,270)
- 
**Augustin** (354,430)
- 
**Avicenne** (980,1037)
- 
**Anselme** (1033,1109)
- 
**Averroès** (1126,1198)
- 
**Maïmonide** (1138,1204)
- 
**Thomas d'Aquin** (1225,1274)
- 
**Guillaume d’Occam** (1285,1347)
## Période moderne
- 
**Machiavel** (1469,1527)
- 
**Montaigne** (1533,1592)
- 
**Francis Bacon** (1561,1626)
- 
**Hobbes** (1588,1679)
- 
**Descartes** (1596,1650)
- 
**Pascal** (1623,1662)
- 
**Locke** (1632,1704)
- 
**Spinoza** (1632,1677)
- 
**Malebranche** (1638,1715)
- 
**Leibniz** (1646,1716)
- 
**Giambattista Vico** (1668,1744)
- 
**Berkeley** (1685,1753)
- 
**Montesquieu** (1689,1755)
- 
**Hume** (1711,1776)
- 
**Rousseau** (1712,1778)
- 
**Diderot** (1713,1784)
- 
**Condillac** (1714,1780)
- 
**Adam Smith** (1723,1790)
- 
**Kant** (1724,1804)
## Période contemporaine
- 
**Hegel** (1770,1831)
- 
**Bentham** (1748,1832)
- 
**Schopenhauer** (1788,1860)
- 
**Auguste Comte** (1798,1857)
- 
**Cournot** (1801,1877)
- 
**Feuerbach** (1804,1872)
- 
**Tocqueville** (1805,1859)
- 
**John Stuart Mill** (1806,1873)
- 
**Søren Kierkegaard** (1813,1855)
- 
**Marx** (1818,1883)
- 
**Engels** (1820,1895)
- 
**William James** (1842,1910)
- 
**Nietzsche** (1844,1900)
- 
**Freud** (1856,1939)
- 
**Durkheim** (1858,1917)
- 
**Bergson** (1859,1941)
- 
**Husserl** (1859,1938)
- 
**Max Weber** (1864,1920)
- 
**Alain** (1868,1951)
- 
**Marcel Mauss** (1872,1950)
- 
**Russell** (1872,1970)
- 
**Karl Jaspers** (1883,1969)
- 
**Bachelard** (1884,1962)
- _cropped.jpg?width=300)
**Heidegger** (1889,1976)
- 
**Wittgenstein** (1889,1951)
- 
**Walter Benjamin** (1892,1940)
- 
**Karl Popper** (1902,1994)
- 
**Vladimir Jankélévitch** (1903,1985)
- 
**Hans Jonas** (1903,1993)
- 
**Raymond Aron** (1905,1983)
- 
**Jean-Paul Sartre** (1905,1980)
- 
**Hannah Arendt** (1906,1975)
- 
**Emmanuel Levinas** (1906,1995)
- 
**Simone de Beauvoir** (1908,1986)
- 
**Claude Lévi-Strauss** (1908,2009)
- 
**Maurice Merleau-Ponty** (1908,1961)
- 
**Simone Weil** (1909,1943)
- 
**Jeanne Hersch** (1910,2000)
- 
**Paul Ricœur** (1913,2005)
- 
**Elizabeth Anscombe** (1919,2001)
- 
**Iris Murdoch** (1919,1999)
- 
**John Rawls** (1921,2002)
- 
**Gilbert Simondon** (1924,1989)
- 
**Michel Foucault** (1926,1984)
- 
**Hilary Putnam** (1926,2016)
<style>/*Adaptation d'un code CSS proposé par Jack Cranston (https://codepen.io/jackcranston/pen/pWpZjm)*/
body{
font-family: 'Homemade Apple', cursive;
font-size:20px;
background:url('https://images.pexels.com/photos/172277/pexels-photo-172277.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
background-size:2700px;
background-repeat:repeat;
color:#000;
}
#doc.container ul{
margin:auto;
padding:0;
text-align:center;
}
#doc li{
text-align:center;
display:inline-block;
list-style:none;
position:relative;
border:solid 12px #fff;
background:#fff;
box-shadow:0 0 15px 0px #555;
transition:all 1s ease;
-o-transition:all 1s ease;
-moz-transition:all 1s ease;
-webkit-transition:all 1s ease;
top:50px;
opacity:0.8;
margin:20px
}
#doc li:hover{
top:0px;
opacity:1;
}
#doc li:nth-child(4n){
transform:rotate(-5deg);
}
#doc li:nth-child(4n+1){
transform:rotate(0deg);
}
#doc li:nth-child(4n+2){
transform:rotate(-8deg)!important;
}
#doc li:nth-child(4n+3){
transform:rotate(8deg)!important;
}
#doc p{
margin:-15px 0 0 0;
}
#doc img {
height:300px;
}
.ui-infobar {
display:none!important;
}
.ui-content .ui-infobar {
display:inherit!important;
}
.toc {
display:none!important;
}
#doc h1 {
font-size: 4em;
text-align: center;
color: #DDD;
font-weight: bold!important;
border:none;
}
#doc h2 {
font-size: 2.5em;
border-bottom: none;
color: #ddd;
text-align: center;
margin-top:5em;
}
#doc h1+h2 {
margin-top:2.5em!important;
}
.markdown-body {
max-width:100%!important;
width:100%;
}
</style>