/* CSS index Document */

.wrapper {
	width:100%;margin:0;
	min-height:400px;
}
.header {
	height:775px;
	width:100%;
	background-image: url(img/bg-eleoConseil.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	background-image: url(img/fondcontent.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
    padding: 0;
}
.page {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    background-image: none;
}

/* largeur maximum 767px */
@media (max-width: 767px) { 

.content {
    background-image: none;
}


}