@charset "utf-8";
body{
	margin:0;
	}

/* Header */

#header{
	width:100%;
	height:137px;
	background-color:#000;
	}
#content_header{
	width:645px;
	height:137px;
	margin-right:auto;
	margin-left:auto; 
	background-color:#000;
	}
#logo{
	border:none;
	padding-top:19px;
	
	}
.imglogo{
	border:none;
	}

/* Contenu*/
#contenu{
	}
#content_contenu{
	width:645px;
	min-height:500px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	}
#content_contenu{
	width:645px;
	min-height:500px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	}


/* Footer */

#footer{
	width:100%;
	height:170px;
	background-color:#000;
	}
#content_footer{
	width:645px;
	margin-right:auto;
	margin-left:auto;
	height:170px;
}
#carrouselDiv{
	margin-top:-40px;
	margin-left:-15px;
}
	
#footer2{
	width:100%;
	height:100%;
	background-color:#666666;
	}
#content_footer2{
	width:645px;
	height:39px;
	margin-right:auto;
	margin-left:auto;
}

	
