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

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #49362F;
	margin-bottom: 1em;
	margin-top: -28px;
	margin-left: -6px;
}
h3 { font-size: 1.3em; margin-bottom: 1em; margin-top: 1em; font-weight: bold; color: #333; }
h4 { font-size: 1.1em; font-weight: bold; margin-top:2em; margin-bottom: 0.5em; color:#256C94; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; color:#26A8FE; }
h6 { font-size: 1em; font-weight: normal; color:#26A8FE; }

/* AUTRES -------------------------------------------------------------- */

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: #333; text-decoration: none; font-weight: normal; }
a:hover     {
	color: #49362F;
	text-decoration: underline;
	font-weight: normal;
}
a:focus, 
a:visited   { }
/* */

sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}
blockquote  { text-align: justify; border-left: 1px solid #454545; padding-left: 15px; margin-bottom: 0.8em; }

strong      {
	font-weight: bold;
	color: #49362F;
}
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; }
