html, body {
	margin: 0;
	padding: 0;
	background-image: url("images/fond.jpg");
	background-repeat: no-repeat;
}
#header {
	height: 200px;
	background-image: url("images/obs.jpg");
	href="index.html";
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: center;
}
#leftcol {
	width: 15%;
	float: left;
	position: absolute;
	margin-top: 15px;
}
#corps {
	width: 85%;
	margin-left: 120px;
	margin-bottom: 20px;
	padding: 5px;
	border: 2px solid black;
}
#footer {
	height: 200px;
	clear: both;
}
h1  {
  font-size: 150%;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: red;
	text-decoration: underline;
	white-space: pre;
}
h2 {
  font-size: 110%;
	font-weight: bolder;
	text-align: center;
	font-family: Arial, "Times New Roman", "Arial Black", Verdana, serif;
	color: #BBBBBB;
	/*color: blue;*/
	text-decoration: underline;
	white-space: pre;
}
h3 {
	font-style: italic;
	text-align: center;
	font-family: Arial, "Times New Roman", "Arial Black", Verdana, serif;
	color: red;
	text-decoration: underline;
	white-space: pre;
}
h4 {
  font-style: italic;
	text-decoration: underline;
	text-align: center;
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: green;
	white-space: pre;
}
 h5{
	font-size: 100%;	
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: red;
}
 h6{
	font-size: 100%;
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: green;
}
h7 {
  font-style: italic;
	text-decoration: underline;
	text-align: Left;
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: green;
	white-space: pre;
}
li {
	text-indent: 50px;
  color: gray;
	text-decoration: underline;
	white-space: pre;
}
p {
  font-weight: 700;
	color: gray;
  text-indent: 25px;
	white-space: normal;
}
dt {
	color: gray;
	font-size: 100%;
	white-space: normal;
}
dd {
	font-style: italic;
	font-weight: bolder;
	color: gray;
	text-indent: 30px;
	white-space: normal;

}
a {
/* Les liens qui ne sont pas sous le curseur. */
/*	color: maroon;*/
	color: #EEEE00;
  text-decoration: underline;
	font-family: Arial, Verdana;
	border: none;
}
a:hoover {
/* Les liens lorsque le curseur est dessus. */
	color: maroon;
	text-decoration: underline;
	font-family: Arial, Verdana;
	border: none;
}
a:visited {
/* Les liens visités. */
/*	color: maroon;*/
	color: #111111;
	text-decoration: underline;
	font-family: Arial, Verdana;
	border: none;
}
img {
	border: none;
}
i {
	font-size: 110%;
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: maroon;
	text-align: center;
}
center {
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: gray;
	white-space: normal;
	line-height: 300%;
}
.rouge{
	font-size: 100%;	
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: red;
}

.vert{
	font-size: 100%;	
	font-family: Arial, "Times New Roman", Verdana, serif;
	color: green;
}

