Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
.cursor-default {
cursor: default;
}
#scienceetonnante {
.video {
margin-top:40px;
margin-bottom:40px;
text-align: center;
Expand Down Expand Up @@ -445,9 +445,18 @@ <h3 class="yellow">en savoir plus</h3>
<div id="lechoixcommun">l'intégralité de la bd<br><span>sur <a href="lechoixcommun.fr">lechoixcommun.fr</a></span></div>
<br/>
<h3 class="yellow">pour en savoir (encore) plus</h3>
<div id="scienceetonnante">
<div class="video" id="scienceetonnante">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZoGH7d51bvc" frameborder="0" allowfullscreen></iframe>
</div>
<br />
<div class="video" >
<video width="560" height="315" controls>
<source src="http://www.college-de-france.fr/video/pierre-rosanvallon/2012/sem-rosanvalon-balinski-laraki-20120229.mp4" type="video/mp4">
Votre navigateur ne supporte pas le tag video. Merci de le mettre-à-jour.
</video>
<div>Collège de France, 29 February 2012.Séminaire P. Rosanvallon <br /> « Histoire moderne et contemporaire du politique ». <br />Par Balinski et Laraki
</div>
</div>
<br/>
</div>
</section>
Expand Down