BODY {
	background-color: #F4A460;
	color: black;
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/mozboxe.png);
	background-attachment: fixed;
	background-position: 99%;
	background-repeat: no-repeat;
}

#ledocument {

}	 
#faq {

	margin-right: 200px;
	margin-left: 3px;
	padding:2px;
	border-right: 1px dotted black;
	background-color: transparent;
	background-image: url(images/white80.png);

}
 
 
h1 {
	display: block;
	letter-spacing: 0.5em;
	background-color: #FFFFF9;
	color: #A9A9A9;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: verdana,sans-serif;
	border-top: 1px solid #005A9C;
	border-bottom: 1px solid #005A9C;
	border-right: 0;
	border-left: 10px dotted #005A9C;
	padding-left: 5px;
}

h2 {
	display: block;
	letter-spacing: 0.4em;
	background-color: #FFFFF9;
	color: #A9A9A9;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: verdana,sans-serif;
	border-top: 1px solid #005A9C;
	border-bottom: 1px solid #005A9C;
	border-right: 0;
	border-left: 7px dotted #005A9C;
	padding-left: 5px;
}

h3 {
	display: block;
	letter-spacing: 0.2em;
	background-color: #FFFFF9;
	color: #A9A9A9;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1em;
	font-family: verdana, sans-serif;
	border-top: 1px solid #005A9C;
	border-bottom: 1px solid #005A9C;
	border-right: 0;
	border-left: 5px dotted #005A9C;
	padding-left: 4px;
}

h3:first-letter {
	color: black;
	font-size: 1.1em;
}

h4 { color: #005A9C; }

pre {
	color: Green;
	border-bottom: thin dotted #2F4F4F;
	border-top: thin dotted #2F4F4F;
	background-color: White;
}

A { color: #842222; text-decoration: none; border-bottom: 3px hidden #F5F5F5; }

A:visited { color: #778899; }

A:hover { color: Red; border-bottom: 3px double black; }

A:active { color: yellow; } 

.surligner { background-color: #F0E68C; }

p.important { color: #1A1A1A; text-align: center; }

.dossier { color: #DC143C; }

.fichier { color: #4169E1; }

q { font-style: italic; color: #FF6347; }

p { padding-left: 10px; }

p:first-line { }

p:first-letter {
	/*	float:left; */
	font-weight: bold;
	font-size: 1.4em;
	font-family: Batang, serif;
	color: #005A9C;
	text-transform: uppercase !important;
}

.signature { border: 2px ridge Black; margin: 10px; padding: 5px; color: Black; font-family: Arial, sans-serif; font-size: small; background-color: #FFF3DB; }

.signature >a { text-decoration: none; color: Green; }

.signature  >a:hover { text-decoration: underline; color: red; }

hr { height: 4px; width: 99%; background: #708090; border: 0; }

/* le code qui suit est pour la section M5 */

blockquote { color: navy; border-left: 1px solid; background: #FFFFE8; } 
blockquote blockquote { color: maroon; border-color: maroon; } 
blockquote blockquote blockquote { color: green; border-color: green; } 
blockquote blockquote blockquote blockquote { color: purple; border-color: purple; } 
blockquote blockquote blockquote blockquote blockquote { color: teal; border-color: teal; } 
blockquote blockquote blockquote blockquote blockquote blockquote { color: gray; border-color: gray; } 

#menu {
	position: fixed;
	display: block;
	text-align: left;
	width: 185px;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	z-index: 2;
	bottom: 10px;
	list-style: none; 
}

#menu a {
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	font-weight: normal;
	border-left: 3px double teal;
	border-bottom: 1px dotted Teal;
	background-color: #FFDEAD;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu a:visited { color: Black; }

#menu a:link { color: Black; }

#menu a:hover {
	text-align:right;
	color: black;
	background: #8FBC8F;
	border-right: 8px solid #FF6347;
	border-bottom: 1px solid #FF6347;
	border-left: none;
}

#menu a:active { color: yellow; } 

abbr { 
  cursor: help;
  }
acronym { 
  cursor: help;
  } 





/* pour mozilla */
#faq {
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
}


li em {
	color:#EB5338;
}

li strong {
	white-space: nowrap;
}

div#foros {
	position: absolute;
	top: 10px;
	right: 5px;
	background-color: #DA637B;
	color: #AEAEAE;
	padding: 5px;
	border: 1px solid #DA637B;
}

div#foros:hover  {
	border: 1px solid #F4A460;
}


div#foros a {
	color: #693452;
	background-color: #5EAE54;
	display:block;
	padding:5px;


}
div#foros a:hover {

	color: white;
	border:0;
	text-decoration: none;
}
