@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a {
	color: #1567A7;
}
a:hover {
	color: #99CC00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1073AE;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #1073AE;
}
h3 {
	font-size: 14px;
}
#entete {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 190px;
}
#gauche {
	background-image: url(images/gauche.jpg);
	background-repeat: no-repeat;
	height: 970px;
	width: 280px;
	float: left;
}
#contenu {
	left: 300px;
	width: 500px;
	padding-top: 35px;
	float: left;
}
#bas {
	font-size: 10px;
}

