	
	///////// COLORATION ///////////

	#header
	{
		position:relative;
		border:solid 1px blue;
		background-color:white;
	}
	#header h1 span, header h1 span
	{
		color:#eeeeee;
	}
	#menu
	{
		background-color:#780e0e;
		padding:1em;
	}
	#menu *
	{
		color:#eeeeee;
		text-decoration:none;
		font-weight:bold;
	}	
	h2
	{
		color:#eeeeee;
	}
	#liste-contrats .contrat 
	{
	}
	
	#liste-contrats .contrat .contrat-description
	{
	}
	
	body
	{
		background-color:#333333;
	}
	
	#liste-contrats
	{
		background-color:#777777;
	}
	
	#menu
	{
	
	}
	
	#menu.lien-page
	{
	}
	
	///////// POSITIONNEMENT ///////////

	header
	{
		width:100%;
		height:20em;
	}	
	
	#contenu
	{
		width:100%;
	}	
	
	#liste-contrats
	{
		position:relative;
		padding-top:2em;
		padding-bottom:2em;		
		width:100%;
	}
	
	#liste-contrats .contrat 
	{
		position:relative;
		margin:2em;
		margin-bottom:0;
		width : 40em; /*50 - 10*/
		background-color:#b4edc1;
		border-radius:2em;
		padding-left:1.5em;
		padding-top:1.5em;
		padding-bottom:1.5em;
	}
	
	#liste-contrats .contrat *
	{
		display:inline;
	}
	
	
	#liste-contrats .contrat h4
	{
		top:0em;
	}
	
