/* --------------------------------------- */
/* ---------- style_plan.css ---------- */
/* --------------------------------------- */

#plan {
	width: 450px;
	height: 550px;
	margin: 0 18em -3em;
	padding: 2em 5em;
	background: url(../images/back_plan.png) top left no-repeat;	
}

#plan h4 { margin-left: 4em;}

.liens { color: #334aa0;}
.liens:hover, .liens:focus { color: #e51e25; text-decoration: underline;}
