/* CSS Document */

body
		{
			margin: 0 ;
			padding: 0 ;
			font: 10px Arial ;
		}
		h1
		{
			margin: 15px 10px ;
			text-decoration: none ;
			color:#666666 ;
		}
		
		p
		{
			line-height: 1.5em ;
			text-indent: 1em ;
			margin: 15px 10px ;
		}
		
		div#galerie
		{
			width: 370px ;
			background: #fff ;
			border: 0px solid #999 ;
			padding: 0px ;
			margin: 10px 10px 0px 170px ;
			text-align: center ;
			
			
		}
		
		ul#galerie_mini
		{
			margin: 0 ;
			padding: 0 ;
			list-style-type: none ;
		}
		
		ul#galerie_mini li
		{ 
			float: left ;
		}
		
		ul#galerie_mini li a img
		{
			margin: 2px 1px ;
			border: 1px solid #999 ;
		}
		
		dl#photo
		{
			clear: both ;
			margin: 0 auto ;
		}
		
		dl#photo dt
		{
			font: 12px/2em arial ;
			color: #000000 ;
		}
		
		dl#photo dd
		{
			margin: 0 ;
		}
		
		dl#photo img
		{
			border: 1px solid #999 ;
		}
		
		table#TraitHaut 
		{
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		}
		
		table#TraitBas 
		{
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		}
		
.Ours {
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#333333;
		margin-left:350px;
		margin-top:10px;
		margin-right:0px;
		margin-bottom:0px;
		}