body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
	margin: 0px 0px 0px 20px;
	color: #000000;
	letter-spacing: 0.3pt;
}
h2 {
	font-size: 1.4em;
	margin: 0px 0px 0px 10px;
	color: #000000;
	letter-spacing: 0.3pt;
}
p {
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 5px 0;
	text-align: justify;
}
b {
	color: #000000;
	letter-spacing: 0.5pt;
}

blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

strong {
	color: #000000;
	letter-spacing: 0.3pt;
}
em {
	color: #000000;
}
img {
	border: none;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	line-height: 1.5em; 
	border: none;
}
a:hover {
	color: #FF5555;
}
a:active {
	text-decoration: none;
}

hr {
	height: 1px;
	margin: 10px 10% 10px 10%;
	padding: 0;
	color: #222;
	background-color: #222;
	border: 0;
}


/* RTE à bouger dans typo3 */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }