Les commandes `\title` et `\author` ont des arguments optionnelles optionnels pour cet effet
effet :
\author[\href{mailto:contact@monmail.fr}{Sébastien}]{{Sébastien} \\ {\href{mailto:contact@monmail.fr}{contact@monmail.fr}}}
\title[Introduction au e-learning]{Introduction au e-learning \dots \\ \dots{} \small{et à la culture numérique}}
**Exemple**
\documentclass[french,t,11pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{kpfonts}
\usepackage{babel}
\usetheme{PaloAlto}
\begin{document}
\author[\href{mailto:contact@monmail.fr}{Sébastien}]{{Sébastien} \\ {\href{mailto:contact@monmail.fr}{contact@monmail.fr}}}
\title[Introduction au e-learning]{Introduction au e-learning \dots \\ \dots{} \small{et à la culture numérique}}
\begin{frame}[plain]
\maketitle
\end{frame}
\begin{frame}
\frametitle{Objectifs}
\end{frame}
\end{document}