/*stop-puce.be*/
body {font-family : Arial ; margin : 0 ; padding : 0; background : #FFF ; 
			color : #000;}

a:link    {position : relative; left : 6px ; font-weight : bold ; color: #000 ;
			    text-decoration: none}
a:visited {position : relative; left : 6px ; font-weight : bold ; color: #000 ; 
				text-decoration: none}
a:hover   {position : relative; left : 6px ; font-weight : bold ; color: #000 ; 
				text-decoration: none}
a:active  {position : relative; left : 6px ; font-weight : bold ; color: #000}


/*Structure*/
div.top    {position:absolute; left:0px; top:0px; width:100%; height:100px; z-index:5;
			border-bottom : solid #000 1px;}

div.bottom {position:relative; left:0px; bottom:0px; width:100%; height:25px; z-index:2;
			border-top : solid #000 1px;
			text-align: center ; font-size : 10px ; padding-top : 7px}
div.corps  {position:relative; left:0px; top:0px; z-index:3;
			padding-top : 130px; padding-left : 75px ; padding-bottom : 75px ; padding-right : 50px;
			}
div.titre  {position:absolute; right:20px; top:20px; z-index:3;
			
			}
font { color : #000 ; }
