/*---------------------------------------*/
/* Correction des styles HTML par defaut */
/*---------------------------------------*/
body { background: #38416f; font-size: 1em; margin: 0; padding: 0; border: 0; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
img, table, form, fieldset, object,p, ul, ol, li { margin: 0; padding: 0; border: 0; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
a { text-decoration: none; color: #ff5d00; }
a:hover { text-decoration: underline; }

/*----------------*/
/* Styles communs */
/*----------------*/
/*------------------------------*/
/* Conteneur général de la page */
/*------------------------------*/

#container {
	background-color: #fff;
	width: 860px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
}

/*----------------*/
/* Entête de page */
/*----------------*/

#header {
	padding: 0;
	margin: 0;
	width: 860px;
	height: 99px;
}

#bandeau {
	height: 99px;
	background: url(../img/bandeau_adhesion_modem.jpg) no-repeat;
}

#bandeau_dons {
        height: 99px;
        background: url(../img/bandeau_don_modem.jpg) no-repeat;
}

#bandeau_congres {
        height: 99px;
        background: url(../../inscription/congres/img/bandeau_congres_paris_2017.jpg) no-repeat;
}


/*---------------------------*/
/* Contenu propre de la page */
/*---------------------------*/


#content {
	padding: 15px 64px 35px 64px;
	margin: 0;
	background: #fff;
	font-size: 0.9em;
}

#lienPdf {
	float: right;
	width: 250px;
	font-size: 0.8em;
	text-align: right;
	padding-top: 0.9em;
}

#content h1 {
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: solid #d9d9d9 3px;
	margin-bottom: 18px;
	width: 100%;
	color: #e06000;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid #d9d9d9 2px;
	color: #38416f;
	margin: 1.5em 0 0.5em 0;
}

#content table.h2 td.h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #38416f;
	width:300px;
}

#content table {
	margin-left: auto;
	margin-right: auto;
}

#content th {
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	white-space:nowrap;
	padding-right: 1em;
}

#content p.intro {
	margin: 0 0 1em 0;
}

/*-------------*/
/* Formulaires */
/*-------------*/

.labelJour {
	color:#e06000;
}
.texte_gris {
	color:#777;
}
.total_montant {
	font-weight: bold;
	font-size: 110%;
	background-color: #ddd;
	padding:5px;
}
.petit_texte_gras {
	font-weight: bold;
	font-size:80%;
}
.texte_gras {
	font-weight: bold;
}
.requiredField, .required {
	font-weight: bold;
	color: #ff5d00;
}
p.error {
	text-align: center;
	font-weight: bold;
	color: red;
	margin: 12px;
}
.errorMessage {
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.requis {
  font-size: 80%;
  color: red;
}
.interdit {
  color: red;
  font-weight: bold;
}

.noticeMontant {
	font-weight: bold;
	color: #e06000;
}
.actionAdhesion {
	font-size: 1.2em;
	font-weight: bold;
	color: #e06000;
}
.noticeReduction, .noticeMailing {
	font-size: 0.8em;
	color: #666;
}
.noticeDeduction {
	font-size: 0.8em;
	font-weight: bold;
}
.noticeAdresse {
	font-size: 0.7em;
	color: #777;
}
#montantApresDeduction {
	text-decoration: underline;
}

#avertissementsDon ul {
	margin: 1em 2em;
	font-size: 0.8em;
	color: #666;
	list-style: disc;
}
#avertissementsDon ul li {
}

#champsRequis {
	font-size: 0.8em;
	text-align: right;
}

/*--------------*/
/* Pied de page */
/*--------------*/

#footer {
	clear: both;
	padding: 0 2em 2em 2em;
	text-align: center;
	font-size: 0.9em;
}

.btn_pay {
  background: #d9a234;
  background-image: -webkit-linear-gradient(top, #d9a234, #b8502b);
  background-image: -moz-linear-gradient(top, #d9a234, #b8502b);
  background-image: -ms-linear-gradient(top, #d9a234, #b8502b);
  background-image: -o-linear-gradient(top, #d9a234, #b8502b);
  background-image: linear-gradient(to bottom, #d9a234, #b8502b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn_pay:hover {
  background: #fc8f3c;
  background-image: -webkit-linear-gradient(top, #fc8f3c, #d96034);
  background-image: -moz-linear-gradient(top, #fc8f3c, #d96034);
  background-image: -ms-linear-gradient(top, #fc8f3c, #d96034);
  background-image: -o-linear-gradient(top, #fc8f3c, #d96034);
  background-image: linear-gradient(to bottom, #fc8f3c, #d96034);
  text-decoration: none;
}