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

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

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

#btn_inscription_news{
background-color:#f5f5f5;
background:url(../images/bouton.jpg) bottom center repeat-x;
height:20px;
border:1px solid #CCCCCC;
color:#343434;
cursor:pointer;
font-size:10px;
}

.news-bouton{
background-color:#f5f5f5;
background:url(../images/bouton.jpg) bottom center repeat-x;
height:20px;
border:1px solid #CCCCCC;
color:#343434;
cursor:pointer;
font-size:10px;
}

.news-bouton, .news-message-err{
margin-left:150px;
margin-right:70px;
margin-top:15px;
}

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

.news-message-notif{
color:#009900;
}

.news-ch-oblig{
font-size:10px;
margin-top:20px;
margin-left:150px;
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;
}
