body {
	width: 1024px;
	font-family: verdana;
	font-size: 12px;
	color: #646464;
	margin: 0 auto;
	padding-top: 7px;

}

#container {
	background-color: white;
}

#header {
	width: 1024px;
	height: 144px;
	background: url(images/header.jpg);
}

#footer {
	border-top: 1px solid #eb8221;
	text-align: center;
	padding: 6px;
	font-size: 10px;
}

.panel {
	width: 410px;
	height: 167px;
}

.panel .text {
	margin-left: 143px;
	margin-top: 20px;
}

.panel .experience {
	margin-left: 143px;
	margin-top:25px;
	display: block;
	font-style: italic;
}

#panel_conseil {
	background: url(images/panel_conseil.png);
	float: left;
}

#panel_formation {
	background: url(images/panel_formation.png);
	float: left;
	margin-top: 40px;
}

#panel_internet {
	background: url(images/panel_internet.png);
	float: right;
}

#panel_exploitation {
	background: url(images/panel_exploitation_b.png);
	float: right;
	margin-top: 40px;
}

.ACenter {
	text-align: center;
}

.orange {
	color: #eb8221;
}

#main {
	height: 394px;
	width: 902px;
	margin-left: 61px;
	margin-top: 20px;
	background-color: white;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: #646464;
}

a:hover {
	color: #eb8221;
}

#ombre_haut {
	background: url(images/ombre_top.png);
	width: 1024px;
	height: 13px;
}
#ombre_bas {
	background: url(images/ombre_bottom.png);
	width: 1024px;
	height: 13px;
}

