@font-face {
    font-family: 'aller';
    src: url('../font/Aller_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller';
    src: url('../font/Aller_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family: "aller", arial;
    max-width: 900px;
}

.h1_foot{
    position: absolute;
    width: 100%;
    z-index: 99 !important;
    text-align: center;
    margin-bottom: 30px;
}

.titre_foot{
	text-align: center;
	font-family: "aller", arial;
	font-weight: bold;
    font-size: 3em;
    margin-bottom: 7px;
}

.twitter-follow-button, .twitter-hashtag-button, .notation{
    position: relative !important;
    margin-right: 20px;
    display: inline-block !important;
}

.notation{
    margin-bottom: 5px;
    width: 220px;
    margin-top: -25px;
}

.notation .p_avis{
    /*margin-bottom: 0;
    text-align: left;
    width: 80px;*/
    position: absolute;
    top: -18px;
}

.p_pdf{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    padding-top: 10px;
    margin-bottom: -20px;
}

.p_pdf a{
    text-decoration: none;
    color: #0000FF;
}

.p_pdf a:hover{
    color: #1E90FF;
}

.star { 
    display: inline-block; 
    background: url("../design/star.png") no-repeat; 
    width: 25px; 
    height: 25px 
}

.star_hover { 
    display: inline-block; 
    background: url("../design/star.png") no-repeat; 
    background-position: 0 -25px; 
    width: 25px; 
    height: 25px 
}

.id_star{
    margin-top: -40px;
    position: absolute;
    left: 85px;
    top: 12px;
}

.commentaires{
    visibility: hidden;
}