HTML, BODY {
	position: relative;
	background-color: snow;
	margin: 0;
	padding: 0;
	width: 100%;
}

DIV {
	margin: 0;
	padding: 0;
}

/*Dans backgroun-image mettre le lien vers le fond pour que ce dernier soit en arrière plan*/
#header {
	width: 1000px;
	height: 1450px;
	position: relative;
	background-image: url(../images/banniere-H-60.jpg);
}

#menu-horizontal  {
}


#main {
	position: relative;
}

#maininner {
	position: relative;
	width: 100%;
	min-width: 600px;
}

#left {
	position: absolute;
	top:0;
	left:0;
	width:50px;
}


/*Dans backgroun-image mettre le lien vers le bandeau pour que ce dernier soit en arrière plan*/
#leftinner {
	background-image: url(../images/Ban-VG.jpg);
	visibility: visible;
	height: 600px;
	position: absolute;
	width: auto;
	left: auto;
}

#middleouter {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width: 100%;
}

#content {
	background-image: url(images-logo/colombe-4.jpg);
	visibility: visible;
	width: 689px;
	height: 776px;
	position: relative;
}

/* Permet de mettre un fond dans la page texte des sous-menu*/
#middleinner {
	position: static;
	padding:10px 20px 30px 40px;
	width: auto;
	background-image: url(images-logo/colombe-4.jpg);
	height: auto;
}

#right {
	position: absolute;
	top:0;
	right:0;
	width:160px;
	background-color: white;
}

#rightinner {
	position: relative;
	background-image: url(../images/Ban-VD-60.jpg);
	visibility: visible;
}

#footer {
	position: relative;	
	background-color: transparent;
	visibility: visible;
	margin-bottom: 20px;
}

#footerinner {
	
}


