/* à charger après reset.css */
/* alignements généraux */

/* */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4, h5, h6 {
    font-size: 1em;
}

/* */
hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	margin: 2em 0;
}

/* */
ul, ol, p {
	clear: both;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* */
table {
	border: solid 1px #ccc;
}
table td, th {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 0.25em 0.5em;
	text-align: left;
	vertical-align: middle;
}
table th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	background-color: #fafafa;
}