#plan, #contact, #merci
{
	clear: both;
	padding: 1em;
	margin: 1em 5%;
	background-color: #ffd700;
	border: 1px solid black;
	
}

.plan1
{
	text-indent: 5%;	
}

 .plan2, dt
 {
	text-indent: 10%;
 }

 .plan3, dd
 {
	text-indent: 15%;
 }
 
 .plan4
 {
	text-indent: 20%;
 }
 
 .travaux2
 {
	background-color: red;
	font-weight: bold;
 }
 
 dt
 {
	color: red;
	font-weight: bold;
	margin-left: -5%;
 }
 
 dd
 {
	text-align: justify;
	margin-bottom: 1em;
	margin-left: 6%;
	text-indent: 0;
}

dt a
{
	color: red;
}

dt a:hover, dd a:hover, .remarque a:hover
{
	background-color: lime;
}

p .vert  
{
	color=green;
}

p .vertclair
{
	color=lime;
}

p .violet
{
	color=purple;
}

p .azur
{
	color=lightblue;
}

p .argent
{
	color=silver;
}