body {
	background-color:#000;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
}

#contenant {
	position:absolute;
	width:632px;
	height:568px;
	top:50%;
	left:50%;
	margin: -284px auto auto -316px;
}

#gauche {
	postion:relative;
	float:left;
        width:317px;
	height:568px;
	background: url(./hara.gif) no-repeat;
}

#droite {
	postion:relative;
	float:right;
	width:315px;
	text-align:center;
}
#droite a {text-decoration:none; font-weight:bold; color:#810081;}
#droite a:hover {text-decoration:none; font-size:17px; color:#810081;}
#droite p {font-family:"Comic Sans MS"; font-weight:bold; font-size:25px;}

