/* CSS Document */

	body 
	{ 
		 color: #34383B; 
		 background-color: white;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:1em;
		 margin-top:0px;
		 margin-left:auto;   /* Centrage */
		 margin-right:auto;	/* Centrage */
		 text-align:center;	/* Centrage sous IE */
		 width:100%;
	 }
	
	#header 	/* En-tête */
    { 
		width: auto; 
		height: 339px ;
		margin-left:auto;
		margin-right:auto;
		background: url("../images/header_bg.jpg") repeat-x;
    }

	#content   /* Conteneur principal de leftcol, rightcol et footer */ 
	{ 
		font-size: 0.9em; 
		line-height: 1.2em; 
		font-family: Verdana, Geneva, Arial, sans-serif;
		background:white;
		width: 768px; 
		margin:10px auto auto auto;
		background:white url("../images/content_bg_lignevert.jpg") repeat-y;
		text-align:center;	/* Centrage sous IE */
	}
	
	#content_1cadre   /* Conteneur principal pour un seul cadre et footer */ 
	{ 
		font-size: 0.9em; 
		line-height: 1.2em; 
		font-family: Verdana, Geneva, Arial, sans-serif;
		background:white;
		width: 768px; 
		margin:10px auto auto auto;
		text-align:center;	/* Centrage sous IE */
	}	
	#leftcol	/* Colonne 1 */
	{
		width:50%;
		float:left;
	}
	#rightcol	/* Colonne 2 */
	{
		width:50%;
		float:right;
	}
	
	#footer		/* Pied de page */
	{
		width: 768px; 
		height: 59px ;
		background: url("../images/footer_bg.jpg") repeat-x;
		text-align: center;
		color:black;
		font-size:xx-small;
		line-height:89px;
		vertical-align:bottom;
		clear:both;
				margin:10px auto auto auto;
	}
	
	.boite
	{
		text-align:left;
		width: auto;	/* 185 */
		height:auto;
		color:black;
		padding: 20px 20px 20px 20px;
	
	}
	.boitefooter_g
	{
		text-align:center;
		width: 50%;	
		height:auto;
		color:black;
		vertical-align:bottom;
		float:left;
	}		
	.boitefooter_d
	{
		text-align:center;
		width: 50%;
		height:auto;
		color:black;
		vertical-align:bottom;
		float:right;
	}
	.texte_note
	{
		font-size:0.8em;
	}
	.entete_tableau
	{
		background-color:#FF5820;
		color:#34383B;
	}
	h3
	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color:#045E95;
	}
	.h3_couleur2
	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#34383B;
	}
	b {color:#FF5820}
		strong {color:#FF5820}
	
	a{color:#FF5820; text-decoration:underline} 
	a:hover{text-decoration:none}	
	
	
