/* CSS Document */
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:1.3em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin:8px 0 8px 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin:8px 0 8px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin:8px 0 8px 0;
}

a {
	font-size: 1em;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-size: 1em;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
.alert {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-size: 0.85em;
	font-weight: normal;
}
img {
	border:none;
}
p {
	padding:0;
	margin:1em 0 1em 0;
}

/* Pour décaller du texte hors d'une zone, par exemple sur un background ou une image */
.replaced {
	text-indent:-9999px;
}
/* Clear pour les float */
.clear {
	clear:both;
}
/* Pas de margin ni padding */
.no_margin_padding {
	margin:0;
	padding:0;
}

/* ZONE DE LAYOUT */
body {
	margin:5px 12px;
	padding:0;
	background-color:#ffffff;
}


