body {
	margin: 10px 0; /* pour �viter les marges */
	padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background: #dddddd;
}
div#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	/*border: 2px solid #a91919;*/
	background: #ffffff;
}

h1#header
{
	margin-top: 20px;
	height: 200px;
	/*background: url(../images/logo_accueil.png) no-repeat left top;*/
}

h1#header a
{
	width: 149px;
	height: 200px;
	display: block;
	background: url(../images/title.jpg) no-repeat;
	position: relative;
	left: 731px;
	top: 0px;
	text-indent: -5000px;
}

ul#menu
{
	height: 35px;
	margin: 0;
	padding: 0;
	/*background: url(../images/bg_menu_accueil.png) repeat-x 0 -25px;*/
	list-style-type: none;
}

ul#menu li
{
	float: left;
	text-align: center;
}

ul#menu li a
{
	width: 120px;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	/*color: #a91919;*/
	display: block;
	text-decoration: none;
	/*border-right: 2px solid #a91919;*/
}

/*ul#menu li a:hover
{
	background: url(../images/bg_menu_accueil.png) repeat-x 0 0;
}*/

div#contenu {
	padding: 0 30px 0 100px;
	/*background: url(../images/deco_gauche.jpg) no-repeat 15px 15px;*/
}

div#contenu h2
{
	padding-left: 0;
	line-height: 25px;
	font-size: 1.4em;
	/*background: url(../images/icon.gif) no-repeat left bottom;*/
	color: #a91919;
	border-bottom: 1px solid #a91919;
}

div#contenu h3
{
	margin-left: 0;
	padding-left: 5px;
	/*border-bottom: 1px solid #a91919;
	border-left: 3px solid #a91919;
	color: #a91919;*/
}

div#contenu p
{
	text-align: justify;
	text-indent: 2em;
	line-height: 1.7em;
}

.spacer {
  clear: both;
}

div#footer a
{
	color: #ff4000;
}

pre
{
	overflow: auto;
	background: #dddddd; 
	/*border: 2px solid #a91919;*/
	padding: 5px 0 0 5px;
	font-size: 1.2em;	
}
pre span
{
	color: #560;
}

pre span.comment
{
	color: #b30000;
}

.image_top
{
  float: right;
  width: 150px;
  margin: 5px 0px 0px 10px;
}