@charset "iso-8859-1";
@import url(structure.css);
@import url(navigation_elements.css);
@import url(account.css);
@import url(boxes.css);
@import url(_elements.css);
@import url(form.css);
@import url(newsletters.css);
@import url(publication_methods.css);
@import url(react_to_article.css);
@import url(recommend_the_site.css);

/* COMMON STYLES */
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;
	margin:3px auto;
	padding:2px;
}
img {
	border-width: 0;
	vertical-align: bottom;
}
h1 {
	font-size: 190%;
	color: #29479A;
}
#contents h1 {
	font-size: 190%;
	color: #29479A;
	border-bottom: 0.2em double #29479A;
	background: url(/images/puce_h1.png) no-repeat left;
	padding-left: 22px;
}
h2 {
	font-size: 170%;
	color: #DE1413;
}
#contents h2 {
	font-size: 100%;
	color: #DE1413;
	background: url(/images/puce_h2.png) no-repeat left;
	padding-left: 22px;
}
h3 {
	font-size: 150%;
	color: #0542AC;
}
#contents h3 {
	font-size: 120%;
}
h4 {
	font-size: 130%;
	color: #DE1413;
}
h5 {
	font-size: 110%;
	color: #728FC6;
}
h6 {
	font-size: 100%;
	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 */

/* Links */
a.LinkIn {
}
a.LinkOut {
}
a.LinkFile {
}
