/*
	Colorized by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

    body { /* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
        background-color :#fff;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: "Times New Roman", Georgia, Serif;
    }
     
    h1{
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 29px;
        font-weight: bold;
    }

    h2{
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 20px;
    }

    @page { margin: 8mm }.
    #page { /* Modifications : suppression de la bordure - marges */
        /*margin: 8mm 8mm 8mm 8mm;*/
    }

    p {
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 13px;
        line-height: 15px;
    }
    
    .phytoPadding { margin: 0 0 0 30px;}

    .noprint{
        display: none;
        visibility: hidden;
    }
    
    img.border{
        border: none;
    }   

	img.culture{
	    max-width: 350px;
        max-height: 350px;
    }   