/* STRUCTURE DU CADRE HEADER */
#header_center {
	margin: 0 auto 0 auto;	
	height: 53px;
	width: 980px;
	position: relative;
}
#header_center #header_sponsors {
	float: right;
	height: 53px;
}
#header_center #header_sponsors img {
	vertical-align: top;
}
#header_center #header_rss {	
	float: right;
	height: 53px;
}
#header_center #header_rss img {
	margin: 15px 0 0 30px;
}
#header_center #header_logo img {
	float: left;
	margin: 10px 0 0 0;
}
#header_center a img {
	border: none;
}
#header_center #sponsoredby {
	position: absolute;
	top: 5px;
	left: 670px;
	font-weight: bold;
	font-size: 0.8em;
	color: #BEBEBE;
}

/* LANGUES */
#lang a {
	margin: 0 5px 0 0;
	display: block;
	float: right;
	padding: 3px;
	font-size: 0.6em;
	color: #DEDEDE;
	text-decoration: none;
	background-color: #222222;
	border: solid 1px #575757;
}
#lang a:hover {
	background-color: #767257;
}

/* STRUCTURE DU CADRE D'INFORMATIONS */
#infos a img {
	border: none;
}
#infos_content {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 510px;
}
#infos_button {
	position: absolute;
	top: 15px;
	left: 538px;
	width: 130px;
}
#infos_button a {
	margin: 4px 0 15px 40px;
	padding: 5px 0 0 10px;
	display: block;
	height: 24px;
	color: #FFF;
	font-size: .9em;
	text-decoration: none;
}
#infos_button a.current {
	color: #FFEA00;
}





