@charset "UTF-8";
/* CSS Document */

html {
	background-image: url(../images/structure/bg/couleur_bg.jpg);
	background-repeat: repeat;
}

body {
	margin: 0;
	background-image: url(../images/structure/bg/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #EF6A1A;
}

#hidden {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 1px;
	width: 1px;
	z-index: -1;
}


/* TOP */

#top {
	position: absolute;
	width: 895px;
	height: 20px;
	left: 20px;
}

#top #languages {
	float: right;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 15px;
	top: 4px;
	right: 0px;
	width: 100px;
}

#top #languages li {
	display: inline;
	padding-right: 10px;
}
#top #info {
	position: relative;
	height: 16px;
	width: 350px;
	left: 20px;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}


/* LOGO */

#logo {
	position: absolute;
	height: 51px;
	width: 353px;
	left: 95px;
	top: 78px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}


/* MENU */

#menu {
	position: absolute;
	height: 57px;
	width: 558px;
	left: 0px;
	top: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8E171A;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8C171A;
	text-decoration: none;
}
#menu a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #750810;
}
#menu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E171A;
	padding-right: 25px;
	padding-left: 25px;
}
#menu ul {
	text-align: center;
}
.promo {
	position: absolute;
	height: 194px;
	width: 295px;
	right: 88px;
	top: 30px;
	z-index: 101;
}

.promo a {
	display: block;
	width: 100%;
	height: 100%;
}

#languages {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#languages a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#languages a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}