 
/*#smenu3
{
	onmouseover="javascript:montre('smenu3');"
	onmouseout="javascript:montre('');"
}*/
 
/* body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}*/
#bloc_menu_clic
{
	display:inline-bloc;
	height: 40px;
	
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu_clic {
	position: relative; /* placement du menu, à modifier selon vos besoins */
	top: 15%;
	left: 16%;
	z-index:100;
	width: 100%; /* correction pour Opera */
	line-height : 30px;
}

#menu_clic dl 
{
	float: left;
	width: 17%;
	font-size:1em;
}
#menu_clic dt {
cursor: pointer;

text-align: center;
font-weight: bold;

/*background: #ccc;*/
background : rgba(50,50,50,0.4);

margin: 1px;


}
#menu_clic dd {
display: none;


}
#menu_clic li {
text-align: center;
/*background: #ccc;*/
background : rgba(50,50,50,0.4);

/*border: 1px solid black;*/
margin-bottom:1px;
}
#menu_clic li a, #menu_clic dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

}
#menu_clic li a:hover, #menu_clic li a:focus, #menu_clic dt a:hover, #menu_clic dt a:focus {
/*background: red;*/
background : rgba(50,50,50,0.4);
/*background:rgba(200,200,200,0.9);*/
color:white;

}


@media all and (min-device-width: 630px)and (max-device-width: 739px) 
{
	#menu_clic 
	{
		line-height : 23px;
	}
	#menu_clic dl 
	{
		font-size:0.8em;
	}
}

@media all and (min-device-width: 560px)and (max-device-width: 629px) 
{
	#menu_clic 
	{
		line-height : 20px;
	}
	#menu_clic dl 
	{
		font-size:0.7em;
	}
}

/*@media all and (min-device-width: 430px)and (max-device-width: 559px) */
@media all and (max-device-width: 559px) 
{
	#menu_clic 
	{
		line-height : 17px;
	}
	#menu_clic dl 
	{
		font-size:0.6em;
	}
}

/*@media all and (max-device-width: 429px) 
{
	#menu_clic 
	{
		line-height : 15px;
	}
	#menu_clic dl 
	{
		font-size:0.5em;
	}
}*/






