
body {
	margin: 0px;

}

#logo {
	position:fixed;
	left:0px;
	top:0px;
	width:800px;
	height:800px;
	z-index:2;
	background-image: url(../../images/lesbrebisdejesus/Logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo2 {
	position:fixed;
	left:0px;
	top:0px;
	width:800px;
	height:800px;
	z-index:2;
}
	
#fond_nuage {
	position:fixed;
	left:0px;
	z-index:1;
	background-image: url(../../images/lesbrebisdejesus/barN.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	top: 0px;
	width: 100%;
	height: 100%;
	right: 0px;
	bottom: 0px;
}

#menu {
	position:fixed;
	top:138px;
	width:150px;
	height:380px;
	z-index:5;
	border: thin none #000000;	
	right: 10px;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #990000;
}
a:active {
	color: #006600;
}
