body { font-size: 75%; color: #000; 	font-family: 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.8em; font-weight: bold; margin-bottom: 0.8em; color:#fff; background: #BCD444; padding-left: 10px; }
h3 { font-size: 1.5em; font-weight: normal; margin-bottom: 0.8em; color:#fff; background: #BCD444; padding-left: 10px; }
h4 { font-size: 1.4em; font-weight: bold; margin-bottom: 0.6em; color: #71B520; }
h5 { font-size: 1.3em; font-weight: bold; margin-bottom: 0.6em; }
h6 { font-size: 1.2em; font-weight: normal; margin-bottom: 0.6em; }

/* Text elements
-------------------------------------------------------------- */
#mentions p           { font-size: 1.0em; margin: 0 0 1em; text-align:justify; line-height: 1.5em; margin-right: 10px; }
p.last      { margin-bottom: 0; }
#content img         { border: 1px solid #71B520; margin: 0 0 1em 0; }

ul, ol      { margin:0; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

#content ul { margin-bottom: 15px;}
#content ul li { padding-left: 20px; line-height:16px; background: url(/images/interface/puce.jpg) top left no-repeat; margin: 2px 0;}

#content blockquote  { margin: 0.6em; font-style: italic; text-align: justify; color:#999999; border: 1px dotted #036; background: url(/images/interface/block.jpg) top left repeat-x; padding: 0.3em;}

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: #356100; text-decoration: none; }
a:focus, 
a:hover     { color: #87B940; text-decoration: none; }
a:visited   { }
/* */

sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}

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:#060; }

