/* =General
========================= */

body {background:#968a72;}
#header {background:transparent url(../../../../../header.png) top center no-repeat;}
#navigation {background-color:#7d351f;}
#navigation ul li a:hover {background-color:#bb7964;}
#sidebar form.email-signup {background:url(../../../../../images/emp/signup.jpg) no-repeat right top;}
#footer {background:url(../../../../../images/emp/footer.png) no-repeat left bottom;}

/* =#Formulaire bas de page
========================= */

.emp-post-signup,
.emp-footer-signup{
	margin:30px 0;
	text-align: center;
}

.emp-post-signup label,
.emp-footer-signup label{
	font-size:12px;
	font-weight:bold;
	color:black;
}

.emp-post-signup h2,
.emp-footer-signup h2{
	font-size:14px;
	border:0;
	margin:10px 0;
	padding:0;
}

.emp-post-signup h2 strong,
.emp-footer-signup h2 strong{
	color:#cd0000;
}

.emp-post-signup .email-signup button,
.emp-footer-signup .email-signup button {
	width:92px;
	height:25px;
	background-color:#880000;
	font-weight:bold;
	color:#F5CE82;
	font-size:12px;
	border:1px solid white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;	
	cursor:pointer;
}

.emp-post-signup .email-signup,
.emp-footer-signup .email-signup{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;	
	border:1px solid #000;
	background-color:#BBB;
	padding:5px;
	color:#000;
	text-align:center;
}

.emp-post-signup .email-signup input,
.emp-footer-signup .email-signup input {
	width:390px;
	height:20px;
	line-height:20px;
	margin:10px;
}

.emp-post-signup .email-signup a,
.emp-post-signup .email-signup .tiny,
.emp-footer-signup .email-signup a,
.emp-footer-signup .email-signup .tiny {
	color:black;
	font-size:9px;
}