body {
	width: auto;
	background-color: #003300 ;
	color: white;
	font-family: Calibri, Consolas, Arial;
	margin: 20px;
}
div {
		font-size: 16px;
}

span.surlignage_gras {
	background-color: lightgreen;
	font-weight: bold;
	color: darkgreen;
}

}
p {
	font-style: italic;
	text-align: left;
	font-size: 20px;
}


h1 {
	text-transform: uppercase;
}

h1, h2 {
	text-align: center;
	margin: 5px;
	padding: 5px;
	color: yellow;
	background-color: darkgreen;
	width: auto;
}

h2.#id3 {
	text-align: left;
}

h3 {
	text-transform: capitalize;
	text-align: center;
}


li {
	font-family: Courier;
	color: white;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	margin: 20px 10px 20px 10px;
	padding: 2px;
	background-color: rgba(0, 122 ,0, 0.5);
	border-color: yellow;
	width: auto;
}

th, td {
	border:3px solid yellow;
	width:20%;
	text-align:center;
	padding: 5px;
	font-style: normal;
}

caption {
	font-weight:bold;
}


.surlignage {
	background-color: yellow;
	color: green;
}

#surbrillance1 {
	background-color: rgba(120, 120, 0, 0.8);
	color: cyan;
	font-weight: bold;
}

#surbrillance2 {
	background-color: rgba(152, 152, 88, 0.8);
	color: lime;
	font-weight: bold;
}

#div1 {
	float: left;
	display: block;
	text-align: left;
}

#div2 {
	float: right;
	display: block;
	text-align: right;
}

#div3 {
	float: none;
	display: inline-block;
	text-align: center;
	width: 100%;
}

img {
	width: 220px;
}

