\input{../tex/entete.tex}
\pagestyle{empty}



%%%%%% Titre de feuille/DS/DM || environnement vide %%%%%%
\renewcommand{\LeTitre}[2]{%
 \title{#1}
\date{#2}
\author{Classe de PC}
 \maketitle}
% 1 = \Type : prog de colle
% 2 = \NomChapitre : date de la semaine

%%%%%% Section et subsection comme dans le cours. OU PAS %%%%%%
\setcounter{secnumdepth}{4}
% \renewcommand{\thesection}{\Roman{section})}
% \renewcommand{\thesubsection}{\Alph{subsection})}
% %\renewcommand{\thesubsection}{\arabic{subsection})}
% \renewcommand{\thesubsubsection}{\arabic{subsubsection})}
% \renewcommand{\theparagraph}{\alph{paragraph})}
% \makeatletter
% \def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus 
%     -.2ex}{2.3ex plus .2ex}{\Large\bf}}
% \def\subsection{\@startsection{subsection}{2}{5ex}{-3.25ex plus -1ex minus 
%    -.2ex}{1.5ex plus .2ex}{\large\bf}}
% \def\subsubsection{\@startsection{subsubsection}{3}{10ex}{-3.25ex plus
% -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
% \def\paragraph{\@startsection
%      {paragraph}{4}{15ex}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}{\normalsize\bf}}
% Raccourci :
\newcommand{\subsubsubsection}[1]{\paragraph{#1}}
%\def\subparagraph{\@startsection
%     {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus 
%     .2ex}{-1em}{\normalsize\bf}}
\makeatother
%%%%%%   %%%%%%  %%%%%%  %%%%%%  %%%%%%   %%%%%%  %%%%%%  %%%%%%

\newenvironment{qc}{\noindent\begin{tabular}{|p{\linewidth}|}\hline Liste des questions de cours\\\hline\begin{itemize}}{\end{itemize}\\\hline\end{tabular}}


