/*
 * Cette feuille de style ne doit contenir
 * que des redéfinitions des styles des tags
 * de base. Aucune classe ne doit être dans ce
 * fichier!
 */

body, p, input, td, th, select, textarea {
	font-family: Arial;
	font-size: 12px;
}

body {
	margin: 0px;
	background-color: white;
	color: black;
}

table {
	border: 0;/*1px solid black;*/
	padding: 0;
}

tr, th, td {
	vertical-align: top;
}

h1 {
	font-size: 1.5em;
	margin-top: 5px;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	margin-top: 5px;
	text-align: left;
	font-style: italic;
}

h3 {
	margin-top: 5px;
	text-align: left;
	font-style: normal;
	color: #3b3092;
}

h4 {
	text-align: left;
	font-style: normal;
	color: #cc3300;
}

a, a:link, a:visited, a:hover {
	text-decoration: underline;
	color: blue;
}

img {
	border: 0;
}

hr {
	border: 0;
	height: 2px;
	background-color: #007BB6;
	color: #007BB6;
}

ul {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 1em;
}

