body, html {height: 100%; width: 100%; margin:0px; padding:0px; background-color:#ffffff;}
img {border:0px; padding:0px; margin:0px; border-style: none; vertical-align: top;}

#outer {height: 100%; width: 800px; margin-left: auto; margin-right: auto; overflow: visible;}
#outer[id] {display: table; position: static;}
#middle {position: relative; top: 50%;}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {height: 550px; position: relative; top: -50%;}			
#inner[id] {position: static;}

.tabChoix{
	height:550px;
	width: 800px;
}

.tdTopChoix{
	height:130px;
	width:800px;
	background-image: url(images_choix/top.gif);
	background-repeat: no-repeat;
}

.tdMiddleChoix{
	height:215px;
	width:800px;
 	background-image: url(images_choix/middle.gif);
 	background-repeat: no-repeat;
}

.tdCenter{
	width:800px;
	height:30px;
}

.tdBottomChoix{
	height:175px;
	width:800px;
	background-image: url(images_choix/bottom.gif);
	background-repeat: no-repeat;
}
