@charset "utf-8";
body {
	background-color: #a81b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFEE90;
}

#wrapper {
	height: 600px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contenu {
	height: 600px;
	width: 920px;
}
div {
	position: relative;
}
#wrapper #contenu #apDiv4 {
	text-align: justify;
	padding-right: 20px;
}
a:link {
	font-weight: bolder;
	color: #FFEE90;
	text-decoration: underline;
}
.texte1 {
	font-size: 18px;
	text-align: center;
}
.texte2 {
	font-size: 14px;
	text-align: center;
}

a:visited {
	color: #FFEE90;
	text-decoration: line-through;
	font-weight: bolder;
}
a:hover {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-weight: bolder;
	color: #FFEE90;
	text-decoration: underline;
}
