#conteneurmenu {
background-image:url('images/1accueil.gif');
z-index:100;

position:relative;
margin-bottom:40px;
top:15;
}

@media print {

	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
	color: white;
	font-size: 10px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 1px; /*	width:15em;*/
	margin: 1em;
	padding: 0px;
	text-align: center;
}
	
.menu span, .ssmenu span {

	display:none;
}

.ssmenu ul, .ssmenu li {

	padding:0;
	margin:0;
	list-style-type:none;

}
/*titre dans sous menu*/
.titremenu{
	background-image: url('images/1accueil.gif');
	color: #2c9967;
	font-weight: bolder;
	padding-left: 10px;
	text-align: center;
	border-bottom: thin solid White;
	height: 15;
}

	
/*menu*/
.menu a,  .menu a:visited {
	/*background-image:url('images/1accueil.gif');*/
	font-weight: bold;
	height: auto;
	color: White;
	padding: 10px 1px;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 100%;
	/*border-left: thin solid black;
	border-right: thin solid black;*/
	height: 10;
}

.menu a
{
font-size:10px;
}

.menu a:hover, .menu a:focus
{
	/*background-image: url('images/1accueil2.gif');*/
	color: #fdd722;
	text-decoration: none;
}

/* fin menu*/

img {

	border:none;
}

.ssmenu img {

	margin-right:2px;
}

.ssmenu img.hr {

	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}
/*couleur sous menu*/

.ssmenu a, .ssmenu a:focus, .ssmenu a:visited
{
	padding: 3px 1px;
	text-decoration: none;
	display: block;
	font-weight: bold; /*margin-top:5px;*/
	width: 100%;
	color: White;
	/*background-image: url('images/1accueil.gif');*/
	border-bottom: thin solid white;
	height: 20;
	background: Black;
}
/*couleur passage souris sous-menu*/
.ssmenu a:hover 
{
	/*background-image: url('images/1accueil2.gif');*/
	text-decoration: none;
	height: 20;
	color: #fdd722;
	width: 100%;
	background: Black;
}

