

.sm 
{
margin:0;
	padding:0;
	list-style:none;
	width:345px;
	/*width:450px;*/
	height:215px;
	display:block;
	overflow:hidden;
}

.sm li 
{
	float:left;
	display:inline;
	height:215px;
	overflow:hidden;
}

.sm img 
{
	border:0px; 
}

.sm li.bordure
{
	border-left-width: 2px;
	/*border-left-style: solid;*/
	border-left-color: #FFF;
}
#imageMenu
{
	float:left;
	overflow:hidden;
	/*border:solid 1px red; */
}

.titreimageMenu
{
	position:absolute;
	z-index:99999;
	width:345px;
	height:34px;
	background-image: url(images/mask2.png);
	background-repeat: no-repeat;
	background-position: left top; 
	/*border:solid 1px green;*/
	text-align:left;
	text-indent:45px;
}

.footerimageMenu 
{
	position:absolute;
	z-index:99999;
	width:345px;
	height:9px;
	background-image: url(images/mask2_bas.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*border:solid 1px blue;*/ 
	margin-top:-10px; }

.titreslide a
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #7b7f85; 
	text-decoration: none;
}