body
	{
		background-color:#EBE1CD;
		margin:0;
		padding:0;
		font-family:verdana;
		font-size:11px;
		color: #686153;
		text-align:justify;

	}
				
a
	{
		color:#7F0404;
	}	

a:hover, a:focus
	{
		color:#e89b00;
		text-decoration:underline;
	}		

h1
	{
		width:100%;
		background-color:#7F0404;
		margin:0px;
		padding-left:1em;
		color:white;
		font-size:15px;
		border-bottom: 10px solid #A61010;
		height:80px;
		line-height:80px;
		/* pour centrer verticalement le texte */
	}
	
#contenu
	{
		width:800px;
		padding-left:1em;
	}
	
h2
	{
		padding-bottom: 20px;
		margin-left:1em;
		font-size:1.2em;
		text-transform:uppercase;
	}
	
h3
	{
		font-size:1.2em;
		text-transform:capitalize;
	}	
	
p em
	{
		color:#e89b00;
	}

	
h4
	{
		font-weight:bold;
		color:#e89b00;
		padding-bottom:0;
		margin-bottom:0;
	}
	
.auteur
	{
		font-size:1.2em;
		font-weight:bold;
		color:#7F0404;
		
	}
