* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

#main {
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 900px;
}

h1 {
	float: left;
	font-size: 10px;
	height: 70px;
	margin-top: 15px;
	position: relative;
	width: 260px;
}

h1 span {
	background-image: url(../img/fonto.png);
	height: 100%;
	position: absolute;
	width: 100%;
}

li {
	display: block;
	float: left;
}

a {
	color: white;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #F8B613;
	outline: none;
}

#header {
	overflow: hidden;
	margin-top: 8px;
}

#languages {
	float: right;
	font-weight: 900;
	font-size: 10px;
	height: 16px;
	line-height: 10px;
	overflow: hidden;
}

#languages li {
	border-left: 1px solid white;
	margin-left: 7px;
	padding-left: 7px;
}

#languages li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#banner {
	clear: right;
	float: right;
	margin-top: 16px; /* à supprimer si menu langues présent */
	height: 62px;
	position: relative;
	width: 486px;
}

#banner span {
	background-image: url(../img/banner_avelo.png);
	height: 100%;
	position: absolute;
	width: 100%;
	margin-left: -1px;
}

#menuWrapper {
	clear: both;
	overflow: hidden;
}

#mainMenu {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#mainMenu li {
	border-left: 1px solid white;
	margin-left: 10px;
	padding-left: 10px;
}

#mainMenu li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#socialNetworksMenu {
	float: right;
	overflow: hidden;
}

#socialNetworksMenu li a {
	display: block;
	font-size: 10px;
	height: 15px;
	line-height: 10px;
	margin-top: 8px;
	margin-left: 15px;
	text-indent: -9999px;
	width: 15px;
}

#socialNetworksMenu li#rss a {
	background-image: url(../img/rss.png);
}

#socialNetworksMenu li#linkedin a {
	background-image: url(../img/linkedin.png);
}

#socialNetworksMenu li#facebook a {
	background-image: url(../img/facebook.png);
}

#socialNetworksMenu li#twitter a {
	background-image: url(../img/twitter.png);
}

#contentWrapper {
	min-height: 470px;
	clear: both;
}

#iCe_wrapper #footer dl dd a {
	color: white;
	text-decoration: none;
}

#iCe_wrapper #footer dl dd a:hover {
	color: #F8B613;
}

#footer {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	overflow: hidden;
	margin-bottom: 9px;
	margin-top: 9px;
}

#footer li {
	border-left: 1px solid white;
	margin-left: 7px;
	padding-left: 7px;
}

#footer li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#secondaryMenu {
	float: left;
	overflow: hidden;
}

#authorMenu {
	float: right;
	overflow: hidden;
}