body
	{
	margin: auto;
	margin-top 	  : 20px;
	margin-bottom : 20px;
	width		  : 800px;
	background-color:none;
	text-align:left;
	border: 2px solid black;
	font-family: Arial, Verdana, serif;
	}
	
	#header
	{
	border-bottom: 2px solid black;
	margin-bottom:0px;
	padding-top:10px;
	width:800px;
	height:90px;
	background-image : url("Images/Logo_PT.jpg");
	background-repeat: no-repeat;
	}
	#cp
	{
	margin-top:0px;
	padding-top:10px;
	width:100%;
	background-color: #EFf7fe;
	}
	
	#header p
	{
	margin:0px;
	}

	#logo
	{
	width:800px;
	height:50px;
	margin-bottom: 20px;
	text-align:right;
	color: white; /*#170d42;*/
	font-size: 20px;
	}
	
	#lien
	{
	text-align:right;
	right:10px;
	margin-right: 10px;
	margin-bottom:0px;
	
	}
	
	#lien a{
	text-decoration: none;
	color: #FFFFFF;/*#3cafc1;*/
	font-style: bold;
	}
	#lien a:hover
	{
	color: #ffd800;
	}
	#information_produit
	{
	width:550px;
	margin-right:10px;
	margin-left:20px;
	}
	
	#information_produit h1
	{
	color :#170d42;
	}
	
	#information_produit h2
	{
	color :#42acc2;
	text-decoration :underline;
	font-size: 22px;
	margin-left:-10px;
	}
	
	#imag_produit
	{
	float:right;
	width:400px;
	height:181px;
	margin-top:-320px;
	margin-right:-60px;
	background-image : url("Images/PBR_seul.jpg");
	background-repeat: no-repeat;
	}
	
	#data
	{
	float:left;
	margin-top:-150px;
	margin-left:550px;
	}
	
	#fin_de_page
	{
	text-align:right;
	margin-right:10px;
	font-size: 10px;
	}