#mws_popup_newsletter {
	width: 735px;
	height: 370px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -367px;
	margin-top: -185px;
	z-index: 999999;
	display: none;
}

#mws_popup_overlay {
	background-color: #000 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999998;
	display: none;
	opacity: 0;
	cursor: pointer;
}

.newsletter_bonneannee {
	margin: auto;
	display: block;
}

.newsletter_form {
	position: absolute;
    top: 244px;
    left: 52px;
}

.newsletter_inputtext {
	width: 275px !important;
    padding: 5px 16px !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 16px !important;
    margin-left: 21px !important;
    margin-top: 6px !important;
    color: #000 !important;
    border-top: 1px solid #5c666f !important;
    border-left: 1px solid #5c666f !important;
    border-bottom: 1px solid #5c666f !important;
    text-decoration: underline !important;
    font-style: italic !important;
}

.newsletter_inputsubmit {
	background: #000!important;
    color: #fff !important;
    padding: 6px 7px !important;
    margin-left: 0px !important;
    border: none !important;
    border-left: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.newsletter_inputsubmit:hover {
	color: #3e2b59;
	background: #fff;
	cursor: pointer;
}

.newsletter_flechegauche {
	display: block;
	float: left;
	margin-left: 19px;
	margin-top: 16px;
}

.newsletter_border_bottom {
	margin-top: 21px;
}

body {
	position: relative;
}

#index #columns .alert {
	   margin-top: 39px;
}
