@import "layout.css";
 


h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

#titre{
	font-family: Times;
	color: #bb3512;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 80px 20px 80px;
}

#soustitre{
	font-family: Arial, Helvetica, sans-serif;
	color: #e29e0b;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 80px 20px 80px;
}

#texte{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 20px 80px 20px 80px;
}

#tableau{
	margin: 20px 80px 20px 80px;
	text-align: center;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
}

#footer a{
	color: white;
}
