﻿/* CSS Document <style type="text/css"> */


		body
		{
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #822;
		}
		
		div#conteneur
		{
			width: 700px ;
			margin: 0 auto ;
			text-align: left ;
			border: 2px solid #fb4 ;
			background: #fff ;
		}
		
		h1#header
		{
			height: 300px ;
			margin: 0 ;
			background:    url(../navimage/chapeau-pov.gif) no-repeat left top ;
		}
		
		h1#header a
		{
			width: 400px ;
			height: 30px ;
			display: block ;
			background:    url(../navimage/musique-page.gif) no-repeat ;
			position: relative ;
			left: 350px ;
			top: 15px ;
		}
		
		h1#header a span
		{
			display: none ;
		}
		
		ul#menu
		{
			height: 35px ;
			margin: 0 ;
			padding: 0 ;
			background:     url(../navimage/bg_menu_pov.gif) repeat-x 0 -25px ;
			list-style-type: none ;
		}
				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}
		
		ul#menu li a
		{
			width: 150px ;
			line-height: 25px ;
			font-size: 1.2em ;
			font-weight: bold ;
			letter-spacing: 2px ;
			color: #fff ;
			display: block ;
			text-decoration: none ;
			border-right: 2px solid #dea ;
		}
		
		ul#menu li a:hover
		{
			background:     url(../navimage/bg_menu_pov.gif) repeat-x 0 0 ;
		}
		
		div#contenu
		{
			padding: 0 25px 0 100px ;
			background:    url(../navimage/bord-povray.gif) no-repeat 15px 15px ;
		}
		
		div#contenu h2
		{
			padding-left: 25px ;
			line-height: 25px ;
			font-size: 1.4em ;
			background:    url(../navimage/puce-pov.png) no-repeat left bottom ;
			color: #f62 ;
			border-bottom: 1px solid #822 ;
		}
		
		div#contenu h3
		{
			margin-left: 15px ;
			padding-left: 5px ;
			border-bottom: 1px solid #9b2 ;
			border-left: 3px solid #9b2 ;
			color: #822;
		}
		
		div#contenu p
		{
			text-align: justify ;
			text-indent: 2em ;
			line-height: 1.7em ;
		}
		
		div#contenu a
		{
			color: #822 ;
		}
		
		div#contenu a:hover
		{
			color: #f22 ;
		}
		
		p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 30px ;
			text-align: right ;
			color: #fa0 ;
		}

		pre
		{
			overflow: auto ;
			background: #dea ; 
			border: 2px solid #9b2 ;
			padding: 5px 0 0 5px ;
			font-size: 1.2em ;
		}

		
		pre span
		{
			color: #560 ;
		}
		
		pre span.comment
		{
			color: #b30000 ;
		}
		
		pre lilypond 
		{
		 background: #ffffff ; 
		
		}

