/* *********************************** */
/* 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
-------------------------------------------------------------- */

body { font-size: 75%; color: #000; font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }

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

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 { font-size: 2em; font-weight: bold; margin-bottom: 0.8em; }
h3 { font-size: 1.8em; font-weight: normal; font-style: italic; margin-bottom: 0.6em; }
h4 { font-size: 1.6em; font-weight: bold; margin-bottom: 0.6em; }
h5 { font-size: 1.4em; font-weight: bold; margin-bottom: 0.6em; }
h6 { font-size: 1em; font-weight: normal; margin-bottom: 0.6em; }

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

p           { font-size: 1.0em; margin: 0 0 1em; text-align:justify; }
p.last      { margin-bottom: 0; }
p img       { float: right; margin: 0 0 0.5em 0.5em; padding: 0; }

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

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


sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}
blockquote  { margin: 1em; font-style: italic; text-align: justify; color:#999999;}

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


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.4em; line-height: 2.5em; margin-bottom: 1.25em; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Forms
-------------------------------------------------------------- */

input,select,textarea  { font-size: 0.8em; color:#000000; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
