body {background-color: #050505; }

#title { 
	position: fixed; 
	top: 0;
	width: 100%; 
	height: 20px;	
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	background-color: #050505; 
	color: yellow; 
	width: 100%;
	padding: 5px 0 5px 0;
	}

#contenu{
		margin-top: 40px;
		margin-bottom: 200px;
		display: flex;
}
	/*
#img {   
	position: absolute;
	top: 35px; 
	width: 100%;
	min-height: 1200px;
	margin-top: 5px; 
	margin-bottom: 10px; 
	}
*/	
#img{
	margin-left: 10px;
}
i/*mg { border: solid 3px orange; }*/

a {text-decoration: none; color: yellow;}

#cartouche a {text-decoration: none; color: yellow;}
#MV a {text-decoration: none; color: yellow;}

#title a:hover {color: orange;}

#titleText {	
	background-color: #050505; 
	color: yellow; 
	width: 100%;
	padding: 5px 20px 5px 20px;
}
#cartouche { 
	position: fixed; 
	bottom: 0;
	margin-top: 10px;
	width: 100%; 
	height: 20px;	
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	background-color: #050505; 
	color: yellow; 
	}
	
/*
#menu{
	width: 20%;
}*/	
#menu-accordeon {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 180px;
}
#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-accordeon li {
/*   background-color:#729EBF; */
   background-color: orange;
   background-image: -webkit-linear-gradient(top, orange 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, orange 0%, #333A40 100%);
   border-radius: 6px;
   margin-bottom:2px;
   box-shadow: 3px 3px 3px #999;
   border:solid 1px #333A40
}
#menu-accordeon li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #444;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-accordeon a {
  display:block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  font-family: verdana;
  font-size:1em
}
#menu-accordeon ul li a, #menu-accordeon li:hover li a {
  font-size:1em
}
#menu-accordeon li:hover {
   background: orange
}
#menu-accordeon li li:hover {
   background: #999;
}
#menu-accordeon ul li:last-child {
   border-radius: 0 0 6px 6px;
   border:none;
}
#menu-accordeon li:hover li {
  max-height: 10em;
}	
