#listeReves{
text-align:center;
padding-top: 20px;
}

.listeReves{
width:85%;
margin-left: auto;
margin-right: auto;
}

.listeReves .date{
color: #CCCCCC;
font-style:italic;
text-align:left;
}

.listeReves .lien{
text-align:left;
}

.listeReves .lien a{
padding-left: 10px;
font-weight:bold;
color: #CCFF99;
}

.listeReves .auteur a{
padding-left: 10px;
color: #999999;
text-decoration:underline;
}

.listeReves .auteur a:hover{
text-decoration: none;
}


#formulaireRechercheReve{
width:500px;
margin-left: auto;
margin-right: auto;
}

.formulaireRechercheReve{
margin-left: auto;
margin-right: auto;
}


.tags{
font-size: smaller;
text-transform: uppercase;
text-align: right;
}

/* AFFICHAGE REVE */
#reve{
padding-right: 110px;
}

#reve h2{
text-align:center;
}

#imagesReve{
float:right;
}

#reve #titre{
text-align:right;
/*padding: 15px;*/
}

#reve #auteurReve{
text-align:right;
padding-bottom: 10px;
padding-right: 10px;
}

#reve #lecturesReve{

}

#reve #description{
}

#reve #commentaire, #commentairePersonnel{
margin-top: 25px;
}

#reve #commentaires{}