/* Pomme X Global - 01/2010 - www.pixelscarres.com */
#page {
	left: 0px;
	top: 0px;
	margin-left: 5px;
	width: auto;
}
.logo {
	float: left;
	height: 11em;
	width: 18em;
	margin-bottom: 1em;
}

/* @group Menutop */

ul#menutop {
	background: #e8eef1 none no-repeat;
	padding-left: 4em;
	clear: both;
	margin-top: 1em;
	width: 100%;
	margin-bottom: 1em;
	padding-top: 3em;
}

ul#menutop li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
	background-image: none;
	color: #e8eef1;
	margin-left: 4em;
}
ul#menutop a {
	color: #336699;
	font-size: 1.7em;
	text-decoration: none;
}
ul#menutop a:hover {
	color: #df9451;
}
ul#menutop .current {
	color: #df9451;
}
/* @end */
/* @group EXTRAS */

#extra {
	background-color: #7596b7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width: 25%;
	border: 1px solid #fffeff;
	z-index: -1;
	opacity: 0.85;
	position: relative;
	float: right;
	right: 30px;
	top: -50px;
	padding-top: 4em;
	padding-bottom: 3em;
	margin-bottom: 2.5em;
}
#extra p {
	color: #fffeff;
	text-align: right;
	padding-right: 15px;
	font-size: 1.2em;
}


#extra2 {
	background-color: #7596b7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width: 23%;
	border: 1px solid #fffeff;
	opacity: 0.85;
	position: relative;
	float: right;
	margin-top: 32em;
	padding-bottom: 3em;
}
#extra2 p {
	text-align: center;
	color: #fffeff;
	font-weight: bold;
	padding: 1em 0.5em;
}
#extrapub {
	display: block;
	float: left;
	position: relative;
	top: -20px;
}
/* @end */
