@font-face{
    font-family:"V5PRC";
    src:url("V5PRC.TTF");
    font-weight:bold;
}

*{
    margin: 0px;
    padding: 0px;
}

html{
    background-image: url('dark_wood.png');
    background-color: #fefefe;
}

body{
    width: 800px;
    height: 500px;
    position:absolute;
    margin-top: -250px;
    margin-left: -400px;
    top: 50%;
    left: 50%;
    background-color: #e5e5e5;
    border: 1px solid #AAAAAA;
    color: #606366;
    font-family: 'Euphoria Script', cursive;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

h1{
    border-bottom: 1px solid #DDDDDD;
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 48px;
    padding-bottom: 10px;
    text-align: center;
    color: #1e1812;
    margin: 60px 80px 30px 80px;
    font-family: 'Kotta One', serif;
    text-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

p{
    font-size: 24px;
    line-height: 30px;
    color: #1e1812;
    font-weight: 100;
    padding: 0 0 13px;
    text-align: center;
    font-family: 'Kotta One', serif;
    text-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#footer a, #footer a:visited,.bouton a, .bouton a:visited, #rmore, #rmore:visited, #count a, #count a:visited{
    text-decoration: none;
    text-align: right;
    font-family: 'Kotta One', serif;
    color: #1e1812;
    margin-right: 0px;
    display: block;
    width: 95%;
    text-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#footer a:hover, #rmore:hover, #count a:hover{
    color: #6e6c6a;
}

#content{
    float: left;
    margin-left: 30px;
    width: 90%;
    position: relative;

}

#right, #left{
    text-align: center;
    position: absolute;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-right: 3px;
}

#right a, #left a{
    display: block;
    height: 255px;
    padding-top: 245px;
    width: 17px;
}

#right:hover, #left:hover{
    background-color: #b5b5b5;
}

#right{
    right: 0px;
}

#left{
    left: 0px;
    float: left;
}

.chrono{
    background-color :#555555;
    padding: 10px 10px;
    width: 165px!important;
    margin-left: 90px;
    margin-bottom: 40px;
    float: left;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #bbb;
    -webkit-box-shadow: 5px 5px 5px #bbb;
    box-shadow: 5px 5px 5px #bbb;
}

.chrono h3{
    font-family: sans-serif;
    font-size: 25px;
    color: #fefefe;
}

.chrono p{
    font-family: V5PRC;
    color: cyan;
    font-size: 40px;
    margin-top: 10px;
}

#whole{
    margin: 20px 0px 30px 20px;
    padding: 0px 20px;
}

#count a{
    display: block;
    text-align: center;
    width: 100%;
}

#footer{
    position: relative;
    padding-top: 3px;
    position: absolute;
    display: block;
    width: 95%;
    height: 27px;
    bottom: 0px;
    margin-left: 2.5%;
}

#footer a{
    float: left;
    width: 20px;
}


.cours{
    border: 1px solid #555555;
}

#lien{
    position: absolute;
    right: 100px;
}

blockquote{
    margin-top: 150px;

}

blockquote p{
    font-style: italic;
    font-size: 1.3em;
}

blockquote p:last-child{
    text-align: right;
    padding-right: 5px;
    font-size: 0.8em;
    color: #555;
}

#recits table{
    width: 90%;
    margin: 0 50px 0 50px; 
    border-collapse: collapse;
}

#recits table tr th{
    font-size: 16px;
    font-weight: 400;
    font-family: 'serif';
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 7px;
}

#recits table tr td{
    font-size: 16px;
    font-family: 'serif';
    padding-left: 5px;
}

#recits table tr:hover{
    background-color:#bbb;
}

#recits table tr:first-child:hover{
background-color:#E5E5E5;
}

#recits .read{
    padding: 3px;
}
#recits .read a{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    background-color: #565656;
    display: block;
    width: 50px;
    color: #ababab;
    text-decoration: none;
}

#rmore{
    margin-top: 20px;
    text-align: center;
}

#map{
    margin-left: 200px;
    width: 500px;
    height: 300px;
}

#infos{
    width: 130px;
    float:left;
}

#infos h3{
    font-size: 40px;
}

#infos p{
    text-align: left;
    font-family: cursive;
    font-size: 15px;
    
}

#twitter-widget-0{
    width: 170px;
    height: 300px;
    float: left;
}

.timeline-header{
    display: none;
}
