\documentclass{cv}
\usepackage[french]{babel}
\usepackage[latin1]{inputenc}
\usepackage[francais]{layout}

\newcommand\pfill{ - \textit{cf.} p.}
\newcommand\nom{BUCHLER}
\newcommand\prenom{Jérôme}
\newcommand\adresse{9, rue Dauphin}
\newcommand\ville{94800 Villejuif}
\newcommand\pays{France}
\newcommand\tel{01.46.71.23.36}
\newcommand\mobile{6.84.22.85.63}
\newcommand\email{jerome.buchler@epita.fr}
\newcommand\web{http://jetbuch.free.fr}
\newcommand\ddn{31/05/1982}
\newcommand\neville{Salon-de-Provence}
\newcommand\nedep{13}

\begin{document}

\begin{minipage}[b]{10cm}
\noindent \textbf{\prenom~\nom}\\
\adresse\\
\ville\\
\pays
\end{minipage}\hspace{0.5cm}
\begin{minipage}[b]{10cm}
French nationality\\
\textit{E-mail : }\email\\
\web\\
\textit{Phone : (+33) }\mobile
\end{minipage}


\vspace{1.0cm}

\enlargethispage{10cm}

\begin{tabular*}{16.5cm}{p{3.2cm}p{12.5cm}}
\multicolumn{2}{l}{\Large E\normalsize DUCATION} \\
\hline
2000 - present & Third year engineering student at \textbf{EPITA} (French University specialized in computer science and advanced technologies)\\
1999 - 2000 & BAC: High School Exit Examination
\end{tabular*}

\vspace{0.15cm}

\begin{tabular*}{16.5cm}{p{3.2cm}p{12.5cm}}
\multicolumn{2}{l}{\Large P\normalsize ROFESSIONAL EXPERIENCE} \\
\hline
July 2002 - August 2002 & \textbf{ElemenTerre} - Geographical software development\newline
Conception and development of a geoprospective software, interpretation of satellite images, Geographic Information System and 3D images. Visual C++ language
\end{tabular*}

\vspace{0.15cm}

\begin{tabular*}{16.5cm}{p{3.2cm}p{12.5cm}}
\multicolumn{2}{l}{\Large C\normalsize OMPUTER KNOWLEDGE} \\
\hline
Operating Systems & Assembly and configuration of computers. Knowledge in Windows (all versions), Unix and Linux operating systems\\
Languages & C/C++, Java, Pascal, Delphi, Visual C++, OpenGL, ML (CAML, Tiger), HTML, PHP-MYSQL. SADT and UML modelisation systems\\
Image Processing & 3DStudio Max, Paint Shop Pro, Photoshop, Adobe Illustrator\\
Softwares & \LaTeX, Microsoft Office, DreamWeaver\\
Networks & Installation and configuration.
\end{tabular*}

\vspace{0.15cm}

\begin{tabular*}{16.5cm}{p{3.2cm}p{12.5cm}}
\multicolumn{2}{l}{\Large S\normalsize CHOOL PROJECTS} \\
\hline
2002 - present & Programmed a Tiger compiler. 6 month-project, 4 student team, C++ language on Unix system\\
2002 - 2003 & Programmed a shell. 5 month-project, 6 student team, C language on Unix system\\
2001 - 2002 & Development of Optical Character Recognition software (OCR). 4 student team, Visual C++ language on Windows system (http://xtaf.free.fr)\\
2000 - 2001 & Development of a 3D car race game. 3 student team, Delphi language using OpenGL, on Windows system. (http://epitaf.free.fr)
\end{tabular*}

\vspace{0.15cm}

\begin{tabular*}{16.5cm}{p{3.2cm}p{12.5cm}}
\multicolumn{2}{l}{\Large O\normalsize THER} \\
\hline
Languages & French: native speaker. English, spanish : fluent. German, russian : novice.\\
Music & Violin performance (8 years).\\
Passionated by travels and languages, especially eastern europe cultures.
\end{tabular*}

\end{document}
