/* CSS Document */
/* Document CSS par Sachin Brojmohun */
/*******************************************************************************
 *          ATELIERS
 ******************************************************************************/
/*Désactivation de la navigation et des éléments inutiles*/
#header, #versions, #ombre_gauche, #tetiere, #menu_haut, #rappel, #left, .spacer, #content_bottom, #footer, .boutonOrange, .retour {
	display: none;
}
* {
    margin: 0;
    padding: 0;
}
#contenuAtelier {
       font: small Arial, Helvetica, sans-serif;
       color: #666;
}
h1 {
    font-size: 200%;
    font-weight: normal;
}
h3 {
    margin-top: 10px;
}
.heure {
    font-size: 170%;
    margin-top: 50px;
}
.presentation {
    border-bottom: 1px solid #000;
}
.label {
   display: block;
   font-weight: bold;
}
.personne {
    padding-bottom: 10px;
}
p {
    text-align: justify;
}
