/* presentation : feuille de style */

.presentation-page
{
	display: block;
	width: 980px;
	background: white;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 10px solid #333;
	border-radius: 10px;

}

#menu-presentation
{
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu-presentation ul
{
	list-style-type: none;
	margin: 0 auto;
    width: 595px;
    display: block;
}

#menu-presentation li
{
	display: inline-block;
}

#menu-presentation a
{
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    color: yellow;
    font-weight: bold;
    text-shadow: 0 0 5px black;
    font-size: 20px;
}

#menu-presentation a:hover, a.currentpres
{
    border-bottom: 2px solid yellow;
    text-shadow: none;
    
}

#pres-page-chansons
{
    position: relative;
    overflow: hidden;
}

.titre-chanson
{
    display: block;
    background: rgba(220,0,0,0.9);
    color: yellow;
    font-weight: bold;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px black;
    border: 3px solid #333;
    width: 800px;
    margin-left: 90px;
    border-radius: 25px;
    box-shadow: 0 1px 5px black;
    
}

.titre-desc
{
    display: block;
    padding: 10px;
    font-weight: bold;
    color: red;
}

#lianes-img-droite, #lianes-img-gauche
{
    background: url("../img/presentation/lianes.png");
    background-repeat: repeat-y;
    background-size: 120px;
    height: 110%;
    position:absolute;
    width:120px;
    right: 0;
    top: -17px;  
}

#lianes-img-gauche
{
    background: url("../img/presentation/lianes-g.png");
    background-repeat: repeat-y;
    background-size: 120px;
    height: 110%;
    position:absolute;
    width:120px;
    left: 0;
    top: -17px;
}

#pres-page-mot
{
    background-image: url("../img/presentation/jungle.jpg");
    background-size: 100% auto;
    padding: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#pres-page-mot p
{
    color: black;
    padding: 20px 100px 20px 100px;
    text-indent: 40px;
    font-weight: bold;
    text-align: justify;
}

#mot-remi
{
    border-radius: 15px;
    background:rgba(255,255,255,0.75);
}

#pres-page-char span
{
    color: red;
    font-weight: bold;
    margin: 10px;
    margin-left: 110px;
}

#pres-page-char p
{
    text-align: justify;
    margin: 10px;
    margin-left: 50px;
    margin-right: 50px;
    text-indent: 40px;
}

.img-droite-page-char
{
    float: right;
    width: 200px;
    padding: 20px 50px 20px 20px;
}

.img-gauche-page-char
{
    float: left;
    width: 150px;
    padding: 20px 20px 20px 50px;
}

#titre-train-schumanji
{
    font-size: 35px;
    color: yellow;
    font-weight: bold;
    text-align: center;
    text-shadow:0 0 5px black;
    background: rgba(220,0,0,0.9);
    width: 500px;
    margin: 20px auto;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#lien-char-photos
{
    width: 350px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color:white;
    background: #62A029;
    text-align: center;
    padding:15px;
    font-size: 22px;
    border-radius: 20px;
}

#lien-char-photos:hover
{
    box-shadow: 0 0 5px black inset;
}

#pres-page-trombi
{
    width: 100%;
    position: relative;
    height: 600px;
    background-image: url("../img/presentation/test-fond-2.jpg");
}

.rond-listeux
{
    display: block;
    height: 60px;
    width: 60px;
    background-size:60px;
    border-radius: 50px;
    border: 3px solid #333;
    transition: all 0.3s ease;
}

.rond-listeux:hover
{
    border: 3px solid white;
}

.div-listeux
{
    position: absolute;  
    text-align: center;
    font-weight: bold;
    color: red;
    text-shadow:0 0 5px white, 0 0 5px white, 0 0 5px white;
}

#adeline
{  
    top: 355px;
    left:70px;
}

#adeline a
{
    background-image: url("../img/presentation/trombi/adeline.jpg");
}

#severine
{  
    top: 355px;
    left: 150px;
}

#severine a
{
    background-image: url("../img/presentation/trombi/severine.jpg");
}

#antoine
{  
    top: 390px;
    left: 540px;
}

#antoine a
{
    background-image: url("../img/presentation/trombi/antoine.jpg");
}

#alexandre
{  
    top: 510px;
    left: 850px;
}

#alexandre a
{
    background-image: url("../img/presentation/trombi/alexandre.jpg");
}

#angelique
{  
    top: 190px;
    right: 85px;
    width:90px;
}

#angelique a
{
    background-image: url("../img/presentation/trombi/angelique.jpg");
    margin-left:13px;
}

#remi
{  
    top: 150px;
    left: 450px;
}

#remi a
{
    background-image: url("../img/presentation/trombi/remi.jpg");
}

#benjamin
{  
    top: 30px;
    right: 93px;
}

#benjamin a
{
    background-image: url("../img/presentation/trombi/benjamin.jpg");
}

#camille
{  
    top: 380px;
    left: 370px;
}

#camille a
{
    background-image: url("../img/presentation/trombi/camille.jpg");
}

#cassille
{  
    top: 190px;
    left: 60px;
}

#cassille a
{
    background-image: url("../img/presentation/trombi/cassille.jpg");
}

#claire
{  
    top: 510px;
    left: 320px;
    width: 80px;
}

#claire a
{
    background-image: url("../img/presentation/trombi/claire.jpg");
    margin-left:8px;
}

#davy
{  
    top: 510px;
    left: 710px;
}

#davy a
{
    background-image: url("../img/presentation/trombi/davy.jpg");
}

#elise
{  
    top: 510px;
    left: 20px;
    width:90px;
}

#elise a
{
    background-image: url("../img/presentation/trombi/elise.jpg");
    margin-left: 10px;
}

#emilie
{  
    top: 370px;
    left: 790px;
}

#emilie a
{
    background-image: url("../img/presentation/trombi/emilie.jpg");
}

#enzo
{  
    top: 370px;
    left: 905px;
}

#enzo a
{
    background-image: url("../img/presentation/trombi/enzo.jpg");
}

#fanny
{  
    top: 30px;
    left: 370px;
}

#fanny a
{
    background-image: url("../img/presentation/trombi/fanny.jpg");
}

#hugo
{  
    top: 510px;
    left: 190px;
}

#hugo a
{
    background-image: url("../img/presentation/trombi/hugo.jpg");
}

#jeremie
{  
    top: 30px;
    left: 170px;
}

#jeremie a
{
    background-image: url("../img/presentation/trombi/jeremie.jpg");
}

#jordane
{  
    top: 30px;
    left: 290px;
}

#jordane a
{
    background-image: url("../img/presentation/trombi/jordane.jpg");
}

#julien
{  
    top: 190px;
    right: 20px;
}

#julien a
{
    background-image: url("../img/presentation/trombi/julien.jpg");
}

#justine
{  
    top: 160px;
    left: 350px;
}

#justine a
{
    background-image: url("../img/presentation/trombi/justine.jpg");
}

#leo
{  
    top: 160px;
    left: 550px;
}

#leo a
{
    background-image: url("../img/presentation/trombi/leo.jpg");
}

#lou
{  
    top: 30px;
    left: 10px;
}

#lou a
{
    background-image: url("../img/presentation/trombi/lou.jpg");
}

#lucas
{  
    top: 190px;
    left: 140px;
    width:100px;
}

#lucas a
{
    background-image: url("../img/presentation/trombi/lucas.jpg");
    margin-left:16px;
}

#ludivine
{  
    top: 510px;
    left: 110px;
}

#ludivine a
{
    background-image: url("../img/presentation/trombi/ludivine.jpg");
}

#maiween
{  
    top: 510px;
    left: 570px;
}

#maiween a
{
    background-image: url("../img/presentation/trombi/maiween.jpg");
}

#mathilde
{  
    top: 30px;
    right: 290px;
}

#mathilde a
{
    background-image: url("../img/presentation/trombi/mathilde.jpg");
}

#nicolas_b
{  
    top: 510px;
    left: 490px;
}

#nicolas_b a
{
    background-image: url("../img/presentation/trombi/nicolas_b.jpg");
}

#nicolas_k
{  
    top: 30px;
    right: 170px;
}

#nicolas_k a
{
    background-image: url("../img/presentation/trombi/nicolas_k.jpg");
}

#nicolas_p
{  
    top: 30px;
    right: 370px;
}

#nicolas_p a
{
    background-image: url("../img/presentation/trombi/nicolas_p.jpg");
}


#pierre
{  
    top: 30px;
    right: 5px;
}

#pierre a
{
    background-image: url("../img/presentation/trombi/pierre.jpg");
}

#romaric
{  
    top: 380px;
    left: 280px;
    width: 80px;
}

#romaric a
{
    background-image: url("../img/presentation/trombi/romaric.jpg");
    margin-left: 10px;
}

#victor
{  
    top: 190px;
    right: 172px;
}

#victor a
{
    background-image: url("../img/presentation/trombi/victor.jpg");
}

#vitto
{  
    top: 510px;
    left: 410px;
}

#vitto a
{
    background-image: url("../img/presentation/trombi/vitto.jpg");
}

#william
{  
    top: 30px;
    left: 90px;
}

#william a
{
    background-image: url("../img/presentation/trombi/william.jpg");
}

#yann
{  
    top: 370px;
    left: 670px;
}

#yann a
{
    background-image: url("../img/presentation/trombi/yann.jpg");
}

#details-listeux
{
    position: absolute;
    width: 400px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -125px;
    background: white;
    border:10px solid #333;
    border-radius: 10px;
    box-shadow: 0 0 10px white;
    z-index: 1200;
}

#fond-noir-listeux
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
}

.pole-trombi
{
    position: absolute;
    font-weight: bold;
    color: yellow;
    text-shadow: 0 0 10px black, 0 0 10px black;
}

#pole-trombi-multimedia
{
    top: 360px;
    left: 530px;
}

#pole-trombi-com
{
    top: 340px;
    left: 684px;
}

#pole-trombi-fip
{
    top: 480px;
    left: 730px;
}

#pole-trombi-redac
{
    top: 480px;
    left: 858px;
}

#pole-trombi-sponsor
{
    top: 340px;
    left: 791px;
}

#pole-trombi-erasmus
{
    top: 340px;
    left: 904px;
}

#pole-trombi-sth
{
    top: 480px;
    left: 467px;
}

#pole-trombi-club
{
    top: 350px;
    left: 345px;
}

#pole-trombi-culture
{
    top: 480px;
    left: 85px;
}

#pole-trombi-aeti
{
    top: 330px;
    left: 130px;
}

#pole-trombi-aei
{
    top: 165px;
    left: 126px;
}

#pole-trombi-soiree
{
    top: 165px;
    right: 103px;
}

#pole-trombi-vpe
{
    top: 135px;
    right: 580px;
}

#pole-trombi-prez
{
    top: 125px;
    right: 480px;
}

#pole-trombi-vpi
{
    top: 135px;
    right: 385px;
}

#pole-trombi-rel
{
    top: 5px;
    right: 775px;
}

#pole-trombi-secretaire
{
    top: 5px;
    right:578px;
}

#pole-trombi-acc
{
    top: 5px;
    right: 100px;
}

#pole-trombi-tresor
{
    top: 5px;
    right: 330px;
}