body{
    color : #505050; /*On change la couleur avec laquelle on �crit*/
	  background-color : #F5F5FA;/*On change la couleur de l'ariere plan*/
	  font-family:verdana;/*On change la police d'�criture*/
}

.column {
    float: left;
    width: 50%;
    height: 2000px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

.TCol{
    /*display: block;*/
    background-color : #838383;
    /*width: 50%;*/
}

