html,body  {
	height : 100%;
	margin : 0;
	overflow: auto;  /* pour IE ascenseur en strict */
	font-family: Comic Sans MS, Century Gothic, Helvetica, Arial, sans-serif;
	}
	
body {
	background: url(./bot_bg_degrade.jpg) repeat-x left bottom #112;
	background-attachment:fixed;
	font-size: 14px;
	color: #999;
	margin:0 20px 0 20px;
	padding:0; 
	border:0;
	text-align:center;
}

a img {border:0; margin:0; padding:0;}
.navig{
	width:20%; 
	padding-top:3px; 
	float:right; 
	text-align:left;
}
#pdj .content{
	width: 100%; 
	font-weight:bold;
	clear:both; 
	overflow:auto;
}

#pdj p {
	width:100%; 
	position: relative;
	clear:both; 
}

#pdj .photo{
	border-width:3px; 
	border-color:#777; 
	border-style:outset;
/*	margin:4px 4px 0 0;   pour position ident à tableau */ 
	-moz-box-shadow:-2px 2px 4px 2px #99a;
        -moz-border-radius:2px;  
}