/* CSS Document */
@import url('reset.css');
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:transparent;
}

/* Labels devant les champs */
.news-title-field{
text-align:right;
color:#fff;
text-align:right;
padding-left:75px;
vertical-align:middle;
padding:0 5px 0 0;
}

/* Champs textes */
.news-frm-fields{
width:280px; height:25px;
border:1px solid #999;
background-color:#fff;
margin-bottom:3px;
padding-top:5px;
}

/* Conteneur du bouton de soumission */
.news-box-btn-center{
margin-left:410px;
}
	/* Bouton de soumission */
	#btn_inscription_news{
	cursor:pointer;
	background:url(../../images/layout/inscription.jpg) top no-repeat;
	width:97px; height:35px;
	border:none;
	text-align:center;
	color:#FFFFFF;
	margin:0 auto;
	font-weight:600;
	font-size:12px;
	}
	
/* Desinscription */
.box-unsuscribe{
color:#FFFFFF;
}
	.box-unsuscribe .news-title{
	line-height:1.5em;
	padding-bottom:0.5em;
	}
	.box-unsuscribe .unsuscribe-email span{
	color:#FFF;}
	/* Bouton de desinscription */
	#btn_desinscription{
	cursor:pointer;
	background:url(../../images/layout/ok.jpg) top no-repeat;
	width:52px; height:35px;
	border:none;
	text-align:center;
	color:#FFFFFF;
	margin:0 auto;
	}

/* Obligatoires */
.news-box-center{
margin-left:190px;
width:230px;
padding:1em 0;
font-size:10px;
line-height:14px;
}

/* Verifier vos champs */
.news-message-err{
color:#CC3300;
line-height:150%;
font-size:14px;
}

/* Inscription réussie ! */
.news-message-notif{
color:#009900;
font-size:14px;
}

#message{
height:100px;
}

table td{
vertical-align:top;
}

.news-ch-oblig{
text-align:center;
color:#FFF;
}

/* Desinscription */
.unsuscribe-email form{
color:black;
line-height:31px;
vertical-align:middle;
}

