﻿body
{	
	padding: 0 ;
	text-align: center ;
	font: 14px "Trebuchet MS", helvetica, sans-serif ;
	/*background: #c3d6ff ; bleu lavande */
	background: #e1ebff ; /* bleu plus clair */
}

div#ombre
{
	width: 850px ;
	height: 600px;		
	background: url(img/ombre.png) no-repeat bottom right;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
div#conteneur
{	
	position:relative;
	bottom:10px;
	right: 10px;
	width: 850px ;
	height: 600px;
	text-align: left ;
	border: 2px solid #dfbb9e ;
	background-color: white;
}

a	{color:#4d70bb;text-decoration:none;}
a:hover {color:#2b50a;text-decoration:none;}
pre
{
	overflow: auto ;	
	padding: 5px 0 0 5px ;
	font-size: 10px ;
}
* html pre
{
	width: 636px ;
}
pre span
{
	color: #560 ;
}
pre span.comment
{
	color: #b30000 ;
}