body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	padding: 0px;
	background-image: url(img/placement.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#ieFix {
	height: 64px;
	width: 359px;
	position: absolute;
	top: 16px;
	background-color: #FFF;
	right: 45px;
}

#header {
	height: 220px;
	text-align: right;
	color: #FFF;
}
#header h1 {
	font-size: 9px;
}
#menu {
	width: 200px;
	float: left;
}
#menu div {
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
#menu .menu_fond {
	background-image: url(img/fond_menu.png);
}


#menu a{
	color: #545454;
	text-decoration: none;
	font-family: Leelawadee, Arial, Verdana;
	font-size: 18px;
	clear: left;
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding-left: 24px;
}
#menu a:hover, #menu .selected {
	color: #FF9239;
}
#contenu {
	width: 600px;
	float: right;
	margin-right: 45px;
	background-color: #FFF;
}
#contenu h2{
	font-family: Leelawadee, Arial, Verdana;
	font-weight: normal;
	color: #FF9239;
	padding: 0px;
	line-height: 26px;
	height: 26px;
	background-image: url(img/puce_h2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 30px;
	margin: 0px;
}
#contenu p {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 30px;
	padding: 0px 0px 0px 25px;
	text-align: justify;
}
#contenu p strong {
	font-size: 14px;
}
#rea_menu div {
	background-image: url(img/menu_rea.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 610px;
	color: #545454;
	font-family: Leelawadee, Arial, Verdana;
	font-size: 14px;
	line-height: 44px;
	text-indent: 40px;
	cursor: pointer;
}
#rea_menu div:hover {
	background-color: #09F;
}
