/**** CENTER ****/

/* Style des lignes de sÈparation horizontales  */
td.ct_hline 
{ 
  background-color: #DCDCDC;  
  height: 1px;
}

/* Style de la colonne contenant le menu gauche. */
td.ct_menu_left
{ 
  background-color: white; 
  vertical-align : top;
  width: 200px;
}

/* Style de la colonne contenant le menu droit. */
td.ct_menu_right
{ 
  background-color: white; 
  vertical-align : top;
  width: 170px;
}

/* Style de la colonne contenant le texte de la rubrique/article/recherche. */
td.ct_main 
{ 
  background-color: white; 
  vertical-align : top;
}
