		body {
		background-repeat: repeat-x;
		background-attachment: fixed;
		margin-top: 0;
		margin-bottom: 0;
		background-repeat:repeat-y;
		cursor:default;
		font-family:Arial;
		}
		img
		{
			width:100%;
		}
		
		.couverture	
		{
			width:100px;
		}
		A{
			font-family:Arial;
			color:#FBB22F;
		}
		A.email{
			font-family:Arial;
			color:whitesmoke;
		}
		A: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;
		}
		table	
		{
			width:100%;
		}
		
#fixme { position: absolute; right: 20px; top: 50px; display:none;}
body > div#fixme { position: fixed; }

TEXTAREA
{
	background-color:#A73A23;
}
