/* CSS Document */
/* --------------------------------------------------------------------------------------------- Couleurs */
	.couleur {color:#00269e}
/* --------------------------------------------------------------------------------------------- Espacements */
	.sans_espacement {margin-bottom:0}
	.petit_espacement {margin-bottom:5px}
	.grand_espacement {margin-bottom:20px}
	.tres_grand_espacement {margin-bottom:30px}
/* --------------------------------------------------------------------------------------------- Paragraphe */
	#right #arrondi_middle p {
		text-align:justify
	}
	.mis_en_avant {
		background:#eff6fe;
		padding:5px
	}
/* --------------------------------------------------------------------------------------------- Liens */
	#right #arrondi_middle a {
		color:#00269e;
		text-decoration:underline
	}
	#right #arrondi_middle a:hover {text-decoration:none}
/* --------------------------------------------------------------------------------------------- Listes à puces */
/* ---------------------------------------------------------------- Premier niveau */
	#right #arrondi_middle ul {padding:0 0 10px 20px}
	#right #arrondi_middle ul li {
		background:url(../../images/elements/puces.gif) no-repeat 0 6px;
		padding:0 0 3px 12px
	}
/* ---------------------------------------------------------------- Second niveau */
	#right #arrondi_middle ul li ul {padding:2px 0 0 10px}
	#right #arrondi_middle ul li ul li {
		background:url(../../images/elements/puce.gif) no-repeat 0 6px;
		padding:0 0 0 8px
	}
/* --------------------------------------------------------------------------------------------- Tableau */
	table.tableau_donnees {
		width:100%;
		border-collapse:collapse;
		border:0;
		margin:0 0 20px 0
	}
	table.tableau_donnees tr th {
		background:url(../../images/elements/dotted.gif) repeat-x bottom;
		vertical-align:middle
	}
	table.tableau_donnees tr td {
		border:0;
		vertical-align:top;
		background:url(../../images/elements/dotted.gif) repeat-x bottom;
		padding:4px
	}
	table.tableau_donnees tr td.mis_en_avant, table.tableau_donnees tr th.mis_en_avant {
		background:#eff6fe url(../../images/elements/dotted.gif) repeat-x bottom;
		padding:4px
	}
	table.tableau_donnees tr td p {margin:0}
/* --------------------------------------------------------------------------------------------- Images */
	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
	}