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

body { font-size: 75%; color: #000; font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Verdana, Arial, Helvetica, 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;
	color: #2380B8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F01C80;
	margin-top: 5pt;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
	padding-bottom: 5px;
	width: 890px;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em 0;
	color: #77BCE6;
	clear:both;
}
h4 { font-size: 1.5em; font-weight: bold; margin: 2em 0 0.5em 0; }
h5 { font-size: 1.3em; font-weight: bold; margin: 0 0 0.5em 0; }
h6 { font-size: 1em; font-weight: normal; }

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

p           { font-size: 1.0em; margin: 0 0 1em 0; text-align: justify; }
p.last      { margin-bottom: 0; }
#content p img       { float:right; border:1px solid #A2C7D3; padding:8px; margin-right:5px; }
img         { 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:30px; line-height:23px; background: url(/images/interface/puce.jpg) top left no-repeat; margin: 5px 0;}
/*#content ul li { padding-left: 15px; line-height:15px; list-style-type: disc; list-style-position: inside; margin: 3px 0;}
*/

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: #F01A7F; text-decoration: none; font-weight: bold; }
a:focus, 
a:hover     { color: #FFCD61; text-decoration: underline; }
a:visited   { }
/* */

sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}
blockquote  {
	margin: 1em;
	font-style: italic;
	text-align: justify;
	color: #333333;
	background-color: #FAABD0;
	border: 1px dashed #F01A7F;
	padding: 6px;
}

strong      {
	font-weight: bold;
	color: #F01A7F;
}
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1em 0 0 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 0 0; line-height: 1; }


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

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


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

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