body{
	background-image: url(/img/fond_blanc_vert.png);
}

@media screen and (max-width: 762px){
	#header{
		background-image: url(img/small/Sjdl-header.jpg);
		height: 107px;
		width: 100%;
	}
}

@media screen and (min-width: 762px){
	#header{
		background-image: url(./img/Sjdl-header.jpg);
		background-repeat: no-repeat;
		height: 170px;
		width: 100%;
	}
}

h1{
	color: grey;
}

#sidebarMenu{
	top: 84px;
}

/******************************************** TOP MENU  ********************************************/

.topMenuDivOver{
	background-image: url(../img/menu/BarreMenuOverVertD.png);
	font-style: bold;
}

.topMenuDivSelected{
	background-image: url(../img/menu/BarreMenuOverVertD.png);
	font-style: bold;
}

/******************************************** SEANCE  ********************************************/

.imgSpectacle{
	height: 82px;
	top: 5px;
	width: auto;
}
