#plan { 
	margin: auto;
	width: 900px;
	font: bold 11px Verdana, Arial, sans-serif;
	}

#plan a:link, #plan a:visited  { 
	color: white;
	text-decoration: none;
	}

#plan a:hover  { 
	color: white;
	text-decoration: underline;
	}

#entete {
	background-color: #CD0A0A;
	color: #fff;
	height: 31px;	
	}

#explications {
	float: left;
	padding: 8px 0 0 26px;
	background-image: url('img/croix.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
	
#retour {
	float: right;
	padding: 8px 10px 0 16px;
	background-image: url('img/croix.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	}
	
#flash {
	clear: both;	
	}