body{
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#plan1{
	background: url(../img/p1.png) no-repeat right top;
}
#plan2{
	background: url(../img/p2.png) no-repeat right top;
}
#plan3{
	background: url(../img/p3.png) no-repeat right top;
}
#plan4{
	background: url(../img/p4.png) no-repeat right top;
}
#plan5{
	background: url(../img/p5.png) no-repeat right top;
}
#plan6{
	background: url(../img/p6.png) no-repeat right top;
}
iframe{
	border-style: none;
	height: 150px;
	width: 143px;
}
#navSecteurs{
	padding: 0;
	margin-bottom: 0;
	margin-top: 50px;
	margin-left: 0;
	width: 140px;
	height: 95px;
}
#navThemes{
	padding: 310px 3px 0 0;
}
h4 {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.2em;
	/*patch IE**/
	/letter-spacing:0.1em;
	text-align: right;
	margin: 0;
	padding: 0 0 5px;
}
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
	color: #785e54;
	text-decoration: none;
}
h4 a:link strong, h4 a:visited strong{
	color: #b5a59f;
}
h4 a:hover, h5 a:hover {
	color: #b5a59f;
}
h5{
	color: #785e54;
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 0 0 5px;
	font-weight: normal;
	font-style: normal;
}

