/**********************************************************************************************************************************************************************************/
/******************************************************************                       INSCRIPTION NEWSLETTER                            *****************************************************************/
/***********************************************************************************************************************************************************************************/

.inscription_boutons {
	margin-top:35px;
}

.inscription_input input {
	border:1px solid #CFCDCD;
	width:250px;
}

.inscription_boutons .submit {
	cursor:pointer;
	width:113px;
	height:40px;
	text-align:center;
	background-color:#ffffff;
	font-weight:bold;
	color:#ffffff;
	border:0;
	font-size:1.2em;
	background:url('../images/interface/valider_bg.gif') left top no-repeat;
}

.inscription_boutons .cancel {
	cursor:pointer;
	width:113px;
	height:40px;
	text-align:center;
	background-color:#ffffff;
	font-weight:bold;
	color:#ffffff;
	border:0;
	font-size:1.2em;
	background:url('../images/interface/valider_bg.gif') left top no-repeat;
}