body
		{
    text-align: justify;
	background-image: url(images/fond.jpg); 
	background-attachment: fixed;
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
		}
		body, td {
  font-family: Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10pt;
		}
		div#conteneur
		{
			width: 990px ;
			margin: 0 auto ;
			text-align: left ;
			border: 1px solid #0033FF ;
			background: #FFFFFF ;
		}
		
		h1#header
		{
			height: 200px ;
			margin: 0 ;
			background: url(images/haut.jpg) no-repeat left top ;
		}
		
		h1#header a
		{
			width: 450px ;
			height: 60px ;
			display: block ;
			background: url(images/titre.gif) no-repeat ;
			position: relative ;
			left: 500px ;
			top: 45px ;
			text-indent: -5000px ;
		}
		
		h1#header a span
		{
			display: none ;
		}
		ul#menu
		{
			height: 35px ;
			margin: 0 ;
			padding: 0 ;
			background: url(images/menu.gif) repeat-x 0 -25px ;
			list-style-type: none ;
		}
				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}
		
		ul#menu li a
		{
			width: 163px ;
			line-height: 25px ;
			font-size: 1.2em ;
			font-weight: bold ;
			letter-spacing: 3px ;
			color: #FFFFFF ;
			display: block ;
			text-decoration: none ;
			border-right: 2px solid #FFFFFF ;
		}
		
		ul#menu li a:hover
		{
			background: url(images/menu.jpg) repeat-x 0 0 ;
			color: #000000;
        text-decoration: underline;
        font-style: italic;
		}
		
		div#contenu
		{
			padding: 0 15px 0 100px ;
			background: url(images/cote.gif) no-repeat 15px 15px ;
		}
		
		div#contenu h2
		{
			padding-left: 29px ;
			line-height: 33px ;
			font-size: 28px ;
			background: url(images/puce.jpg) no-repeat left bottom ;
			color: #000000 ;
			border-bottom: 1px solid #000000 ;
		}
		
		div#contenu h3
		{
			margin-left: 15px ;
			padding-left: 5px ;
			border-bottom: 1px solid #000000 ;
			border-left: 3px solid #000000 ;
			color: #000000 ;
		}
		
		div#contenu p
		{
			text-align: justify ;
			text-indent: 2em ;
			line-height: 1.1em ;
		}
		
		div#contenu a
		{
			color: #008AE6 ;
			text-decoration: none;
		}
		
		div#contenu a:hover
		{
			color: #669900;
        text-decoration: underline;
        font-style: italic;
		}
		
		p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 30px ;
			text-align: center ;
			color: #CCC ;
		}
		
		pre
		{
			overflow: auto ;
			background: #dea ;
			border: 2px solid #9b2 ;
			padding: 5px 0 0 5px ;
			font-size: 1.2em ;
		}
		
		* html pre
		{
			width: 990px ;
		}
		
		pre span
		{
			color: #560 ;
		}
		
		pre span.comment
		{
			color: #b30000 ;
		}
