body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a, area {
	outline: none!important;
	border: none!important;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#BG {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 430px;
	height: 600px;
	margin: -300px auto auto -215px;
	z-index: 1;
}

#Principal {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 430px;
	height: 600px;
	margin: -300px auto auto -215px;
	z-index: 2;
}

#Contenance {
	position: absolute;
	right: 10px;
	top: 78px;
	color: #000;
	font-weight: bold;
	display: none;
}

#Titre1, #Titre2 {
	position: absolute;
	color: #000;
	font-weight: bold;
	left: 60px;
}

#Titre1 {
	top: 124px;
}

#Titre2 {
	top: 299px;
}

#Texte1, #Texte2, #Securite {
	position: absolute;
	left: 60px;
	width: 245px;
	color: #000;
	font-size: 0.6em;
	text-align: justify;
}

#Texte1 {
	top: 156px;
}

#Texte2 {
	top: 332px;
}

#Securite {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px auto auto 220px;
	z-index: 2;
}

#Securite a {
	color: #000;
	text-decoration: underline;
}

#Footer {
	position: absolute;
	top: 517px;
	height: 83px;
}

#Footer div {
	float: left;
}

#Footer #Adresse1, #Footer #Adresse2 {
	color: #767676;
	width: 139px;
	font-size: 9px;
}

#Footer #Adresse1 {
	text-align: left;
	padding: 5px 0px 0px 10px;
}

#Footer #Adresse2 {
	text-align: right;
	padding: 5px 10px 0px 0px;
}

#Footer #Logo {
	width: 130px;
	text-align: center;
	line-height: 0.5;
}

#Footer #Logo a {
	color: #f00;
	font-size: 0.7em;
	font-weight: bold;
}

#Footer #Logo a img {
	border: none;
	outline: none;
}