/*stop-puce.be*/
/*Holder*/
html, body, div.holder { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body div.holder { height: auto; top: 0; left: 0;}
body {font-family : Arial ; margin : 0 ; padding : 0; background : #F8FFA8 ; 
			color : #000;}
div.holder { position: absolute; top : 0 ; left : 0}



/*Structure*/
div.top    {position:absolute; left:0px; top:0px; width:100%; height:100px; z-index:5;
			background : #000 url(../img/top.gif) right repeat-y ; border-bottom : solid #000 1px;}
div.menu   {position:absolute; left:0px; top:100px; width:710px; height:80px; z-index:4;
			background : url(../img/menu.gif) no-repeat;}
div.left   {position:absolute; left:0px; top:0px; width:24px; height:100%; z-index:2;
			background : #FF0; border-right : solid #000 1px}
div.right  {position:absolute; right:0px; top:0px; width:10px; height:100%; z-index:1;
			background : #F00 url(../img/right.gif) ; border-left : solid #000 1px}
div.bottom {position:absolute; left:0px; bottom:0px; width:100%; height:25px; z-index:3;
			background : #FF0 ; border-top : solid #000 1px;
			text-align: center ; font-size : 10px ; padding-top : 7px}
div.shogun {position:absolute; right:0px; bottom:0px; width:100px; height:50px; z-index:5;
			background : url(../img/poweredBy.gif)}
div.corps  {position:relative; left:0px; top:0px; z-index:3;
			padding-top : 230px; padding-left : 75px ; padding-bottom : 75px ; padding-right : 50px;
			}
div.titre  {position:absolute; left:24px; top:175px; z-index:1; width : 220px ; height : 52px;
			background : url(../img/title.gif) left top no-repeat;
			 text-align : left ; padding-top : 13px; padding-left : 7px; color : #FF0 ; font-weight : bold ; font-size : 20px ;
			}
