body{
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:Verdana;
	background-color:#FFF;
        color:#000;
        background:url('../images/fond-body.png') repeat;
}

#bck{
	position:absolute;
	background:url(../images/logo-atnos-light.png) no-repeat;
	width:234px;
	height:68px;
/* 	top:31%; */
	margin-top:14px;
	margin-left:-117px;
	left:50%;
}

/*#bck_fond{
	position:absolute;
	right:0px;
	width:100%;
	height:126px;
	background:url(../images/bck_fond.png) repeat-x;
	top:28.3%;
}*/

h3{
    margin-top:140px;
}

h2{
    font-size:14px;
}
h2, #newsForm{
    margin:10px auto;
    width:70%;
    background-color:#FFF;
    padding:20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:0 0 0.4em #aaa;
    -moz-box-shadow:0 0 0.4em #aaa;
    -webkit-box-shadow: 0 0 0.4em #aaa;
}