@charset "iso-8859-1";
@import "_elements.css";

#accessibility, #menu, #tools, #footer, div.boxshorcutheader{
 display:none;
}

#contents{
 width:100%;
}

.clear {
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans, helvetica, sans-serif;
	height: 100%;
	width: auto;
	background: #fff;
	color: #2f2d6e;
}
#contents {
	font-size: 9pt;
	/*padding: 10px;*/
}
#contents p {
	color: #2f2d6e;
	text-align: justify;
	text-indent: 28px;
	margin:3px auto;
	padding:2px;
}
img {
	border-width: 0;
	vertical-align: bottom;
}
h1 {
	font-size: 120%;
	color: #29479A;
}
h2 {
	font-size: 120%;
	color: #DE1413;
}
h3 {
	font-size: 120%;
	color: #0542AC;
}
h4 {
	font-size: 115%;
	color: #DE1413;
}
h5 {
	font-size: 110%;
	color: #728FC6;
}
h6 {
	font-size: 105%;
	color: #728FC6;
}
#contents ul li {
	list-style: disc url(/images/puce_ul04.png);
	margin:2px 0;
}

/* Wiki */
pre {
	color: #2f2d6e;
	font-family: verdana, arial, sans, helvetica, sans-serif;
}
em {
	/*font-style: normal;
	color: #728FC6;*/
}
abbr, acronym{
	cursor: help;
	border-bottom:1px dashed #ddd;
}
address{
	color:#fcbf48;
}
blockquote{
	border-left:1px dashed #cbdefc;
	padding-left:7px;
}
cite{
	background:#e4edf4;
	color:#000;
	padding:0 11pt;
}
q{
	font-style:italic;
	color:#555;
}
q:after{
	content: " Source: "attr(cite)" ";
	font-size:xx-small;
}
/* /Wiki */
