\documentclass[a4paper,12pt]{classPres} \usepackage{tkz-fct} \author{} \title{} \date{} \begin{document} \begin{frame}{Parité} \begin{center} Comment définir un critère pour "savoir" si une entreprise respecte la parité? \end{center} Composition de plusieurs entreprises: \hspace{-0.5cm} \begin{tabular}{|c|*{5}{p{1.4cm}|}} \hline Entreprise& 1 & 2 & 3 & 4 & 5 \\ \hline Femmes & 10 & 5 & 7 & 7 & 11 \\ \hline Hommes & 11 & 16 & 14 & 13 & 4 \\ \hline \end{tabular} \end{frame} \end{document}