/*
printer.css
--------------		Par Natim

Créé le 26 Janvier 2009

Description : 
  Feuille de style destinée aux imprimantes.
  Elle permet d'imprimer les CV de manière présentée et présentable.

*/

* {
    text-align: left;
    font-type: Arial;
    font-size: 13px;
}

html, body {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

h2, h2.titre_cv {
    text-align: left;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

hr {
    margin: 0;
    margin-bottom: 5px;
}

#header { display: none; }
#menu   { display: none; }
#footer { display: none; }
#popUpProjet { display: none; }
.update { display: none; }

th, td {
    vertical-align: top;
}

a {
    color: black;
    text-decoration: none;
}

#cv {
    width: 100%;
    margin-top: 5px;
    border-top: 2px solid black;
}

#photo_cv { 
    float: right; 
    margin-left: 20px;
}

#sidebar {
    clear: both;
    overflow: hidden;
}

h2.titre_cv {
    font-size: 20px;
}

.adresse, .age, .permis, .email {
    font-size: 18px;
}

.cvTitre {
    padding-left: 15px;
    width: 150px;
}

p.hidden{
    display: auto;
}