		body {
		background-repeat: repeat-x;
		background-attachment: fixed;
   		     margin-top: 10px;
    	 	  padding-right: 20px;
    		    margin-bottom: 5px;
   		     margin-left: 20px; 
		background-color:#A72D0E;
		background-image: url('fondLesOranges.jpg');
		background-repeat:repeat-y;
		cursor:default;
		color:whitesmoke;
		font-family:Arial;
		}
		img
		{
			width:100%;
		}
		
		.couverture	
		{
			width:100px;
		}
		
		td.couverture	
		{
			width:1%;
			white-space:nowrap;	
		}
		A{
			font-family:Arial;
			color:#fbb72f;
			font-weight:bolder;
		}
		A.conf
{
	color: #fbb72f;
	font-family: Arial;
	font-weight:bolder;
}
		
		A.email{
			font-family:Arial;
			color:whitesmoke;
		}
		A:hover{
			font-family:Arial;
			color:whitesmoke;
		}
		A.email:hover{
			font-family:Arial;
			color:whitesmoke;
		}
		ul	
		{
			list-style-type :square;
		}
		b.titre	
		{
			text-transform:capitalize;
		}
		
		P	
		{
			text-align:justify;
			font-family: 'Trebuchet MS';
		}
		SPAN	
		{
			font-weight:bold;
		}
		
		th	
		{
			background-color:#A73A23;
			color:#FF9900;
			text-transform:capitalize;	
		}
		
#fixme { position: absolute; right: 20px; top: 5px; }
body > div#fixme { position: fixed; }

TEXTAREA
{
	background-color:#A73A23;
}
