/* *********************************** */
/* Ce fichier contient les définitions des polices et des couleurs du site */
/* *********************************** */


/*
	C'est là que vous définissez la taille de police souhaitée.
	Pour les polices en EM Le line-heights et les marges sont calculés automatiquement à partir de cela.
	La police par défaut des navigateurs étant de 16px, on applique un pourcentage pour leur faire comprendre que la police par défaut
	fera désormais 12px (0,75 = 12px / 16px).
*/

/* Police et couleur par défaut
-------------------------------------------------------------- */


/* Headings
-------------------------------------------------------------- */

#main h1 { text-indent:-9999px; border:none; margin:0; background:none; }
#main h2 { font-size: 1.7em;font-weight: bold;font-style: italic;line-height:2em;color:#FFFFFF;border-bottom: 1px solid #474747;display:inline; text-transform:none; }
#main h3 { font-size: 1.7em; margin-bottom: 0.5em; font-weight: normal; color:#FFFFFF; font-style: italic; text-decoration:underline;  }
#main h4 { font-size: 1.5em; font-weight: bold; margin-top:2em; margin-bottom: 0.5em; color:#FFFFFF; }
#main h5 { font-size: 1.3em; font-weight: bold; margin-bottom: 0.5em; color:#FFFFFF; }
#main h6 { font-size: 1em; font-weight: normal; color:#FFFFFF; }


 /* Text elements
 -------------------------------------------------------------- */

#main p           { font-size: 12px; margin: 0 0 1em; text-align:inherit; text-align:justify; line-height:14px; }
#main p.last      { margin-bottom: 0; }

#main ul, #main ol{ margin:0; font-size:12px; }
#main ul          { list-style-type: none; }
#main ol          { list-style-type: decimal; }
#main dl          { margin: 0 0 1em 0; }
#main dl dt       { font-weight: bold; }
#main dd          { margin-left: 1em;}

#main abbr, 
#main acronym     { border-bottom: 1px dotted #666; }
#main address     { margin-top: 1em; font-style: italic; }
#main del         { color:#666; }

/* Default links */
#main a           { color:#D02571; }
#main a:hover     {  }
#main a:focus, 
#main a:visited   { }
/* */

#main sup 		{ vertical-align: top;}
#main sub			{ vertical-align: bottom;}
#main blockquote  { font-style: italic; text-align: justify; color:#D02571; padding:1em; width:90%; margin:1em;}

#main strong      { font-weight: bold; color:#D02571; }
#main em,#main dfn      { font-style: italic; }
#main dfn         { font-weight: bold; }
#main pre,code    { margin: 1em 0; white-space: pre; }
#main pre,code,tt { color: #666; font: 1em "Monika", "script", "andale mono", "monotype.com", "lucida console", monospace; line-height: 1; } 
#main tt          { display: block; margin: 1em 0; line-height: 1; }
