/*
 * 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;
	padding:0px;
	/*background-color: #e0e1e6;*/
	color: #5f5f5f;
	/*background-image: url(./images/fond_page_deg.png);
	background-position: top center;
	background-repeat: repeat-y;*/
}

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 {
	color:#D2036F;
	text-decoration: underline;	
}



img {
	border: 0;
}

hr {
	border: 0;
	height: 2px;
}

ul {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 1em;
}



