html {
   margin: 0px;
	padding: 0px;	
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000040;
}
#container {
	width: 980px;
	position: absolute;
	left: 10px;
	top: 0px;
	border: thin outset #FFD700;
}
#bouton_retour {
	height: 25px;
	position: absolute;
	left: 14px;
	top: 10px;
}
.texte {
	width: 102px;
	height: 60px;
	background-color: black;
	color: #FFD700;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	
.font1 {
   font: bold 18px Verdana;
	color: #FFD700;
	text-align: center;
}
.font2 {
   font: bold 14px Verdana;
	color: #FFD700;
	text-align: center;
}
.w3c {
  border: none;
}
.red {
	color: Red;
}
.bold {
	font-weight: bold;
}
.bold_red {
	font-weight: bold;
	color: Red;
}
.bold_sou {
	font-weight: bold;
	text-decoration: underline;
}
.bold_vert {
	font-weight: bold;
	color: #00CC99;
}
.bold_violet {
	font-weight: bold;
	color: #A4006B;
}
.sou {
	text-decoration: underline;
}

