
#page {
	position: absolute;

	width: 995px;        /* selon la largeur voulue */
	margin-left: -498px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */

	height: 586px;       /* selon la quantite de texte */
	margin-top: -293px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */

	border: 0px solid #333;
	background:#FFF  url(../images/h_fond.jpg) 0 0 no-repeat;
	text-align:left;
}
#contenu {
	position:relative;
	width: 995px;
	height: 586px;
}
#logo{
	position:absolute;
	top:14px;
	left:17px;
}
#webtv{
	position:absolute;
	top:54px;
	left:261px;
}

#coeur{
	position:absolute;
	top:56px;
	left:740px;
	height:113px;
	width:151px;
	cursor:pointer;
	z-index:50px;
}
span#imgcoeur.classic{
	position:absolute;
	top:0px;
	height:113px;
	width:151px;overfow:hidden;
	background:url(../images/fr/h_coeur.jpg) 0 0 no-repeat;
}
span#imgcoeur{
	position:absolute;
	height:113px;
	width:151px;overfow:hidden;
	background:url(../images/fr/h_coeur.jpg) 0 0 no-repeat;
}
span#imgcoeur.over{
	position:absolute;
	top:20px;
	height:93px;
	width:151px;
	overfow:hidden;
	background:url(../images/fr/h_coeur.jpg) 0 0 no-repeat;
}

#categories{
	position:absolute;
	display:block;
	top:190px;
	left:35px;
	width:940px;
	height:300px;
}
#tv1950{
	position:absolute;
	top:524px;
	left:20px;
}
#footer{
	position:absolute;
	top:539px;
	left:70px;
	color:#5C83A8;
	font-size:8pt;
}
#footer a{
	color:#5C83A8;
	font-size:8pt;
}
#footer a:hover{
	color:#EF9000;
}

a#reservation {
	position:absolute;
	top:517px;
	left:646px;
	font-size:9pt;
	color:#EF9000;
	padding:13px 30px 15px 38px;
	font-weight:bold;
	background:url(../images/h_reservation.jpg) 0 0 no-repeat;
}
a#reservation:hover{
	background:url(../images/h_reservation_o.jpg) 0 0 no-repeat;
}
a#arc {
	position:absolute;
	top:517px;
	left:826px;
	font-size:9pt;
	color:#5C83A8;
	padding:13px 30px 15px 38px;
	font-weight:bold;
	background:url(../images/h_arc1950.jpg) 0 0 no-repeat;
}
a#arc:hover{
	color:#EF9000;
	background:url(../images/h_arc1950_o.jpg) 0 0 no-repeat;
}

#test li:hover{
	cursor:pointer;
	color:#FF6666;
}