div.sc_menu_wrapper {
	position: relative; 	
	height: 800px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 171px;/*160*/	
	margin-top: 30px;
	margin-left: 20px;/*centrage milieu*/
	overflow: auto;
}
div.sc_menu_vert {
	padding: 35px 0; /*35 0*/
}
.sc_menu_vert a {
	display: block;
	margin-bottom: 5px;
	width: 130px; /*130*/
	
	border: 4px rgb(223, 183, 114) solid;/*border: 4px rgb(79, 79, 79) solid;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: rgb(223,183,114);/*79,79,79*/
}
.sc_menu_vert a:hover {
	border-color: rgb(FF, FF, FF); /*rgb(130, 130, 130);*/
	border-style: solid; /*dotted*/
}
.sc_menu_vert img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 5px;/*10*/
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;/*#FFF*/
	border: 1px solid rgb(0, 0, 0); /*rgb(79, 79, 79);*/
	background: #000000; /*1F1D1D*/
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	/*padding: 6px;*/
	font-size: 13px;	
	color: #000;/*fff*/
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 3px solid rgb(79, 79, 79);
	background-color: #FFFFFF; /*#DFB772;*/ /*rgb(0, 0, 0);*/
	/* Make background a bit transparent for browsers that support rgba */	
	/*background: rgba(0, 0, 0, 0.5);*/
}

/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}