@font-face {
    font-family: 'PlutoSansDPD';
    src: url('fonts/PlutoSansDPDRegular.eot');
    src: local('☺'), url('fonts/PlutoSansDPDRegular.woff') format('woff'), url('fonts/PlutoSansDPDRegular.ttf') format('truetype'), url('fonts/PlutoSansDPDRegular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PlutoSansDPD';
    src: url('fonts/PlutoSansDPDExtraLight.eot');
    src: local('☺'), url('fonts/PlutoSansDPDExtraLight.woff') format('woff'), url('fonts/PlutoSansDPDExtraLight.ttf') format('truetype'), url('fonts/PlutoSansDPDExtraLight.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'PlutoSansDPD';
    src: url('fonts/PlutoSansDPDLight.eot');
    src: local('☺'), url('fonts/PlutoSansDPDLight.woff') format('woff'), url('fonts/PlutoSansDPDLight.ttf') format('truetype'), url('fonts/PlutoSansDPDLight.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'PlutoSansDPD';
    src: url('fonts/PlutoSansDPDThin.eot');
    src: local('☺'), url('fonts/PlutoSansDPDThin.woff') format('woff'), url('fonts/PlutoSansDPDThin.ttf') format('truetype'), url('fonts/PlutoSansDPDThin.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	width: 490px;
	margin: 0px;
	padding: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
}
/*
#content {
	height: 350px;
	margin: 0px;
	padding: 10px;
}*/

#header img {
	display: none;
}

#footer {
    display: none;
}

#message {
	/*font-size: 14px;
	margin: 15px*/;

	/*width: 589px;*/
	/*height: 60px;*/
	font-family: PlutoSansDPD, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #414042;
	margin: 30px 20px 10px 20px;
}

.row {
  margin-top: 20px; 
}

label {
	display: none;
/*	display: block;
	width: 240px;
	margin: 0px;
	text-align: right;
	float: left;
	font-weight: bold;*/
}

.field {
	/*margin-left: 245px;*/
	/*margin: 0 auto;*/
	padding:0px;
	text-align: center;
}

.field input#numero_rappel{
	width: 300px;
	height: 56px;
	border: solid 1px #e6e7e8;
	padding: 0 20px;
}

.formInput {
	border: 1px solid #999;
	margin: 0;
	/*width: 150px;*/
	color: #dc0032;
    font-weight: 400;
    font-size: 16px;
}

.formInput::placeholder {
    color: #dc0032;
    font-weight: 400;
    font-size: 16px;
}

.formInput ::-webkit-input-placeholder {
    color: #dc0032;
    font-weight: 400;
    font-size: 16px;
}

.formInput :-moz-placeholder { 
    color: #dc0032;
    font-weight: 400;
    font-size: 16px;
}

.formInput ::-moz-placeholder { 
    color: #dc0032;
    font-weight: 400;
    font-size: 16px;
}

.formInput :-ms-input-placeholder { 
    color: #dc0032;
    font-weight: 400;
    font-size: 16px;
}

.formButton {
	width: 342px;
	height: 56px;
	background-color: #dc0032;
	color: #ffffff;
	border: none;
	font-family: PlutoSansDPD, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

.formButton:hover {
	border: 1px solid #dc0032;
	background-color: #ffffff;
	color: #dc0032;
}

form #obligatoire {
	display: none;
}

#notification {
	background-color:#ffd;
	color:#33c;
	font-weight:bold;
	margin: 2px;
	margin-top: 50px;
	padding: 5px;
	font-size: 16px;
	text-align:center;
}

.error {
	background-color:#ffa;
	color:#c00;
	font-weight:bold;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	text-align:center;
}

#closingLink {
	text-align:center;
}

#editeur {
left:10px;
bottom:10px;
left:0px;
color:black;
}
