/* CSS Document */
/* ---------------------------------------------------------------- */
	#main{background-image:none}
	h1{
		color:#cf0000;
		font-size:1.5em;
		margin:0 0 8px 0
	}
/* ---------------------------------------------------------------- Adresse */
	ul.adresse {
		background:#ebf4f9;
		padding:5px;
		margin:0 0 15px 0;
		font-size:.9em
	}
	ul.adresse li.nom {
		font-weight:bold;
		font-size:1.1em;
		color:#6399c7
	}
/* ---------------------------------------------------------------- Fiche */
	#fiche {
		font-size:.9em;
		width:100%;
		border-collapse:collapse
	}
	#fiche tr td {
		background:url(../img/dotted_rouge.gif) repeat-x bottom;
		padding:10px 0;
		vertical-align:top
	}
	#fiche tr td.left {
		font-weight:bold;
		color:#cd0000;
		width:20%
	}
	#fiche tr td.url {color:#cd0000}
	#fiche tr td a {
		color:#cd0000;
		text-decoration:underline
	}
	#fiche tr td a:hover {text-decoration:none}
	#fiche tr td ul li span.intitule {
		color:#666
	}
	#fiche tr td ul li.mail {color:#cd0000}
/* ---------------------------------------------------------------- Actions */
	#actions {padding:20px 0 0 0}
	#actions a.retour {float:left}
	#actions a.haut {float:right}
