body {
	background-position:center 50px;
	background-image:url(images/Myki.png);
	background-repeat:no-repeat;
	background-color:#000;
	margin:0;
}

a:link {
	color: #5B0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#tdcentre {
	background-image:url(images/Rubi.png);
	background-position:center 50px;
	background-repeat:no-repeat;
	border:0px;
	width:620px;
	height:340px;
	margin-top:200px;
	position:absolute;
	margin-left:auto;
    margin-right:auto;
    left:0px;
    right:0px;
}

#divback {
	background-image:url(images/background.png);
	background-position:center;
	position:absolute;
	border:#333 2px solid;
	height:422px;
	top:245px;
	z-index:2;
	left:51%;
}

#divdescr {
	background-image:url(images/contenu.png);
	position:relative;
	background-repeat:no-repeat;
	width:301px;
	height:371px;
	float:left;
	margin-top:25px;
	margin-left:25px;
	border:0px;
}

#divimg {
	background-repeat:no-repeat;	
	position:relative;
	height:369px;
	float:right;
	margin:auto;
	margin-top:25px;
	margin-left:25px;
	margin-right:25px;
	border:#333 2px solid;
}

#imgresize {
	max-height:369px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	margin-top:40px;
	margin-left:35px;
	margin-right:30px;
	color:#FFF;
	font-size:11px;
}

.Blanctext {
	color:#222;
}

#section {
	z-index:10;
	width:256px;
	height:54px;
	background-image:url(images/Titre.png);
	position:absolute;
	top:232px;
	left:50%;
}

h1 {
	color:#BBB;
	font-size:20px;
	text-transform:uppercase;
	margin-top:20px;
	text-align:center;
	font-weight:100;
	font-family:"Times New Roman", Times, serif;
}

#precedent {
	background-image:url(images/Precedent.png);
	width:133px;
	height:42px;
	position:absolute;
	bottom:10px;
	right:10px;
	background-position:0px 42px;
}

#precedent:hover{
	background-image:url(images/Precedent.png);
	background-position:0px 0px;
}