/* CSS Document */	
#contenu p {
			line-height:1.5em;		
			text-align:justify;		
			margin: 1em 0;	}
			
#contenu p.nomarginhaut{		
	margin-top:0;	
	}
	
	.petit_espacement {
		margin-bottom:5px
	}
	.moyen_espacement {
		margin-bottom:10px
	}
	.grand_espacement {
		margin-bottom:15px
	}
	.tres_grand_espacement {
		margin-bottom:25px
	}
	/* ------------------------------------------------------------------------------------------------ tables */
	
	.tableau_donnees {
	float:left;
	width:100%;
	border-collapse:collapse;
	/*background:url(../../images/elements/dotted_gris.gif) repeat-x bottom;*/
	background:#000000;
	margin:0 0 15px 0
}
.tableau_donnees tr p {
	text-align:left;
	line-height:normal;
	margin:0
}
.tableau_donnees tr th {
	background:#e3f2d5 url(../../images/elements/dotted_gris.gif) repeat-x;
	padding:4px
}
.tableau_donnees tr th p {text-align:center}
.tableau_donnees tr td {
	border:0;
	vertical-align:top;
	background:url(../../images/elements/dotted_gris.gif) repeat-x;
	padding:8px 4px
}
.tableau_donnees tr td.mis_en_avant {background:#efefef url(../../images/elements/dotted_gris.gif) repeat-x}
.tableau_donnees tr td.alignement_centre p {text-align:center}
.tableau_donnees tr td.alignement_droite p {text-align:right}



	div.object-left {
		float:left;
		clear:left;
		margin:0 10px 0 0
	}
	div.object-right {
		float:right;
		clear:right;
		margin:0 0 0 10px
	}
	div.object-center {
		margin-left:auto;
		margin-right:auto;
		text-align:center
	}
#contenu .mis_en_avant_bleu {		background:  #E2F3FD;		padding: 10px;	}
#contenu .mis_en_avant_violet {		clear: both;		color: white;		background: #B382B1;		padding: 10px	}
#contenu p.introduction {		clear:both;		border-left:4px solid #515c60;		padding:0 0 0 9px	}
#contenu p.introduction:first-letter {		line-height:1em;		font-size:1.7em;		font-weight:bold;		margin:0 3px 0 0	}
#contenu p.citation {		clear:both;		font-style:italic;		background:#f8f9fb url(../../images/structure/background/citation.gif) no-repeat 97% 5px;		padding:10px 60px 10px 10px	}
/* ------------------------------------------------------------------------------------------------ Liste à puces */
	.puces_vert li, .puces_violet li, .puces_orange li, .puces_bleu li, .puces_marron li {
		background-repeat:no-repeat;
		background-position:0 8px;
		padding:0 0 0 8px
	}
	.puces_vert li {background-image:url(../../images/elements/puce_vert.gif)}
	.puces_violet li {background-image:url(../../images/elements/puce_violet.gif)}
	.puces_orange li {background-image:url(../../images/elements/puce_orange.gif)}
	.puces_bleu li {background-image:url(../../images/elements/puce_bleu.gif)}
	.puces_marron li {background-image:url(../../images/elements/puce_marron.gif)}
	

