body {
	width: 100%;
	margin: auto;
}


/* mise en page du texte du bando noir et du bando noir */
.1 {
	width: 100%;
	margin: 0 auto;
}
.header {
	background: black;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	opacity: 1;
	filter: alpha(opacity=90);
	z-index: 10;
}
a {
	text-decoration: none;
	color: white;
}
.secondaire ul li{
	list-style: none;
	display: inline-block;
	padding-top: 8px;
	margin-left: 50px;
}

.principal {
	float: left;
	position: relative;
	top: -8px;
	left: 10%;
	font-family: "a";
	font-size: 18px;
}

.secondaire ul{
	position: relative;
	float: right;
	right: 10%;
	font-family: "a";
	font-size: 22px;
			}
/* mise en page du texte du bando noir et du bando noir */



/* fond du cite */
#background {
	width: 100%;
	height: 100%;
	background-image: url(../Picture/Fond/Montagne2.jpg);
	background-size: 100%;
	position: fixed;
}
/* fond du cite */



/* voile marron */
#background_2 {
	width: 66%;
	height: 2150px;
	background: #1a0d00;
	background-size: 100%;
	position: fixed;
	margin-top: 0px;
	margin-left: 17%;
	margin-right: 17%;
	opacity: 0.5;
 
}
/* voile marron */



/* retour au haut de la page */
#top {
	position: fixed;
	bottom: 10px;
	right : 20px;
}
/* retour au haut de la page */


/*mise en forme texte bando noir*/
.secondaire ul li:hover ul{
    display: block;
    background-color: black;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 40px; 
    margin-right: 295px;

	
}

.secondaire ul ul{
	display: none;
	position: absolute;

}

.secondaire ul ul li {
	display: block;

}
/*mise en forme texte bando noir*/


/*mise en forme du texte pour la maison*/
#ivana13{
    font-family: Lucida Handwriting;
    position: relative;
    Font-size: 15pt;
    width:60%;
    height: 10%;
    margin:auto;
    
    padding:0%;
    }

.content4{
    font-family: Lucida Handwriting;
    position: absolute;
    margin-top: 2%;
    margin-left: 0%;
    z-index: 8;
}

#maison {
    position: relative;
    color: black;
    font-size: 300%;
}

#lamaison {
    color: white;
    position: relative;
    margin-top: 5%;
    font-size: 100%;
}

footer{

position:absolute;

margin-top: 0px;

width:100%;

padding-top:2%;

height:0px;

}

#Copyright{
	position: relative;
	color: white;
	font-size: 60%;

}
/*mise en forme du texte pour la maison*/