body{		
		height:2000px;
}



#mainContainer{
/*top:50px;*/
position: relative;
 margin-top= 50px;
margin-left: auto;
  margin-right: auto;
/*left: 100px;*/
width:1150px;
/*min-height:593px;*/
height:770px;
/*margin:0 auto; */
text-align:left;	
-webkit-box-shadow: 0px 2px 15px #000;
-moz-box-shadow: 2px 2px 20px #000;
background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(0.29, rgb(161,158,161)),
    color-stop(0.65, rgb(171,161,171)),
    color-stop(0.29, rgb(161,158,161)));
background-image: -moz-linear-gradient(
    center top,
    rgb(161,158,161) 29%,
    rgb(171,161,171) 65%,
    rgb(161,158,161) 83%);
padding:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	#mainContainer img{
		padding:3px;
	}
	
	
	#droitauteur{


padding:5px;
-webkit-box-shadow: 0px 2px 15px #000;
-moz-box-shadow: 2px 2px 20px #CCC;
/*margin-bottom:5px;*/
width:1150px;
height:13px;
background-color:rgba(239,228,176,0.88);
position: absolute;
left: 0px;
/*top:600px;*/
top:778px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
	