
pre {
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	}
.tip {
	padding: 5px 5px 5px 50px;
	//border: 1px solid #111111;//c66;
	background: url(img/tip.png) 5px 5px no-repeat;
	}
html, body {
	height: 100%;
	margin: 0;
	font: 90% "Trebuchet MS", sans-serif;
	background: #ddd url(img/html.png);
	}
#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	//background:#FFFFFF;
		padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}

	
#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	background: #111111 url(img/footer.png) repeat-x;//7fcf2e
	
	}
	
#footer p{
	text-align : center; 
	}
#center {
	/* Ã©viter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	}
#sidebar {
	float: right;
	width: 199px;
	}
#content {
	/* On laisse de la place Ã  droite 
	pour l'autre colonne */
	float: left;
	width: 530px; 
	}

html {
	background: #ddd url(img/html.png);
	}
#header {
	background: #111111 url(img/header.jpg) no-repeat;//7fcf2e
	color: #111111;
	height: 191px;//201
	position: relative;
	border-bottom: 1px solid #303b4b;//7fcf2e;

	}
#header h1 {
	margin: 0;
	}

ul#menu {
	margin: 10px;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	background: url(img/fond_lien.png) no-repeat left center;
	padding-left: 25px;
	margin: 2px 0;
	border-bottom: 1px solid #303b4b;//7fcf2e;
	color: #303b4b//6c0;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left center;
	color: #111111;//c30;
}
div#content {
	float: left;
	width: 530px;
	margin-left: 10px;
	text-align: justify;
	//border-right: 1px solid #303b4b; //7fcf2e;
	}
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
#content, #sidebar h3, #sidebar p {
	padding: 0 10px;
	color:#111111;
	font-size:100%;
	text-align: justify;
	}

#content {
	padding: 0;
	margin-left: 10px;
	}
div#content h2 {
	padding-left: 35px;
//	background: #fff url(img/titre.png) left center no-repeat;
	color: #303b4b;//6c0;
	font-size:140%;
	}
#content h2 {
	padding-left: 35px;
//	background: #fff url(img/titre.png) left center no-repeat;
	color: #303b4b//6c0;
	font-size:140%;
	}
#content h3, #sidebar h3 {
	color: #303b4b;//c00;
	font-variant: small-caps;
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	color: #ffffff;
	}
a {
	color: #303b4b;
	/*font-weight: bold;*/
	}
a:hover {
	color: #111111;
	}

#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
	
#content .italic {
	font-style: italic; 
	}
