body{
	background-color: #000;
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin-top: 0px;
}
.container{
	position:relative;
	background-color: #000;
		padding: 0px;
}
a{
	color: #f5deb3;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
    width:592px;
    margin: 0 auto;
}

.corps{
	background: rgba(0,0,0,0.7);
	color: #f5f5f5;
	padding: 10px;
}

.txtform{
	color: #f5f5f5;
}

.txterror{
	color: #f5f5f5;
}


h1{
	margin:0px;
	padding:20px;
	font-family: Arial, sans-serif;
	font-size:42px;
	color:#000;
	text-align:left;
	font-weight:400;
    text-align:left;
	text-shadow: 2px 2px 20px #e6c554;
		text-decoration: none;
}
h1 span{
	font-family: Arial, sans-serif;
	font-size:22px;
	color:#000;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family: Arial, sans-serif;
	line-height: 35px;
	font-size: 11px;
	background: #000;
	opacity: 0.8;
	text-transform: none;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	padding: 3px;
	margin: 1px;
	
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding: auto;
	height:30px;
	clear:both;
	font-family: Arial, sans-serif;
	width:auto;
	margin:0 auto;
    color:#fff;
}
.more ul li{
	float:right;
	margin:0px 2px;
}

.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.5);
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}

.bouton1 {
	width:85px;
	height:85px;
	background:#fafafa;
	box-shadow:2px 2px 8px #aaa;
	font:bold 13px Arial;
	border-radius:50%;
	color:#555;
}

.bmenu{
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
}
.bmenu li{
    font-size: 20px;
    display: block;
}
.bmenu li a{
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #eeb213;
	color: #eeb213;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(0,0,0,0.6);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #eeb213;
	color: transparent;
	background: rgba(0,0,0,0.2);
}
.bmenu li a:hover{
	background: rgba(0,0,0,1.0);
	text-shadow: 0px 0px 1px #eeb213;
}

.bmenu li.selected1 a,
.bmenu li.selected1 a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}

.hp {
    display: none;
}