/*!
 * Styles pour le site Web www.ThomasDemers.com
 */
 
html 
{
  position: relative;
  min-height: 100%;				/* Requis pour les photos en pied de page */
}

body 
{
  padding-top: 50px;
  background-color: #fafffa;
  margin-bottom: 220px;			/* Laisser l'espace pour les photos en pied de page - voir footer.height */
}
	
.vcenter 
{
    display: inline-block;
    vertical-align: middle;
    float: none;
} 

.footer 						/* Utile pour les photos en pied de page */
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;				/* Si modifié, modifier aussi body.margin-bottom */
  background: #228B22;
}

