/* *********************************** */
/* 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: #999999; 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: 1.5em; font-weight: bold; color:#465764; margin: 0 0 1.2em 0; text-align: left; }
h3 { font-size: 1.3em; font-weight: bold; color:#CC0033; margin: 0 1em 1em 0; text-align: left; }
 #actualites h3, #communiques h3, { color: #48A38C; border-top: 1px dashed #48A38C; border-bottom: 1px dashed #48A38C; margin-top: 2em; }

h4 { font-size: 1em; font-weight: bold; color:#465764; margin: 0 0 0.8em 0; padding-left: 23px;
	 background: url(/images/interface/h3.gif) no-repeat center left; }
h5 { font-size: 1.3em; font-weight: bold; margin-bottom: 0.5em; color:#26A8FE; }
h6 { font-size: 1em; font-weight: normal; color:#26A8FE; }

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

p           { font-size: 1.0em; margin: 0 0 1em; text-align:inherit; }
p.last      { margin-bottom: 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; }

/* Default links */
a           { color: #465764; text-decoration: none; }
a:hover     {  }
a:focus, 
a:visited   { }
/* */

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

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; }


/* AUTRES */
.hard		{ text-align: center; font-size: 1.5em; color:#FFF; font-weight: bold; padding-top: 65px; padding-bottom: 30px; }
.red		{ color:#CC0033; }
a.page2 	{ font-size: 1.3em; font-weight: bold; margin: 0 1em 1em 0; text-align: left; padding-left: 25px;
 border-top: 1px dashed #48A38C; border-bottom: 1px dashed #48A38C; background: url(/images/page2.jpg) no-repeat center left;}
