/* CSS Document */
@import url("reset.css");
@import url("global.css");

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
background-color:#FFFFFF;
}
.news-title{margin-bottom:20px;}
.news-title-field{
text-align:right;
padding:3px 0 7px 0;
}

.news-frm-fields{
border:1px solid #bbbbbb;
width:200px;
}

#btn_inscription_news{
background:url(../images/call_me_back_btn.jpg) repeat-x;
			color:#FFFFFF;
			border:1px solid #000000;
			cursor:pointer;
			font-size:11px;
			height:20px;
}

.news-bouton, .news-message-err{
margin-left:50px;
background:url(../images/call_me_back_btn.jpg) repeat-x;
			color:#FFFFFF;
			border:1px solid #000000;
			cursor:pointer;
			font-size:11px;
			height:20px;}

.news-message-err{
color:#CC3300;
line-height:150%;
}

.news-ch-oblig{
font-size:10px;
margin-top:20px;
margin-left:100px;
margin-right:70px;
line-height:150%;
text-align:center;
}

#message{
height:100px;
}

table td{
vertical-align:top;
}

.news-box-btn-center, .news-box-center{
text-align:center;
}
