@charset "UTF-8";
/* CSS Document */

*{
	margin: 0; padding: 0;
	}
	
img{
	border: none;
	}
	
html{
	background:url(images/bkg_general.jpg) repeat-x;
	}

#general{
	width: 950px;
	margin-right: auto; margin-left: auto;
	}
	
#header{
	width: 950px;
	height: 126px;
	background:url(images/zone_titre.jpg);
	}
	
#btn_contact{
	width: 190px;
	height: 29px;
	background:url(images/btn_contact.jpg);
	position: absolute;
	right: 20px;
	}
	
	#btn_presse{
	width: 190px;
	height: 29px;
	background:url(images/btn_presse.jpg);
	position: absolute;
	right: 200px;
	}
	
#content{
	background:url(images/img_content.jpg);
	width: 950px;
	height: 630px;
	}
	
#footer{
	height: 100px;
	background: #FFF;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
	border-top: 1px solid white;
	}