#branding {
width: 940px;
height: 200px;
background: url('../img/economiques.png') 0 100% no-repeat;
background-position: 30px 20px;
}


body {
background: -webkit-gradient(linear,left top,left bottom,from(rgb(42, 134, 227)),to(rgb(255,255,255)));
background: -moz-linear-gradient(center top , rgb(42, 134, 227), rgb(255, 255, 255)) repeat scroll 0% 0% transparent;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2A86E3,endColorstr=#FFFFFF,gradientType=0)
}
