/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .content_item ul { float: left; height: 1%;}
* html .content_item a { height: 1%;}
/*** End Hack */
#titre {
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

.momenu2 {
	width: 190px;
	background-repeat: no-repeat;
	background-position: bottom;
	/*float: left;*/
	padding-bottom: 5px;
		
}
.momenu {
	position: relative;
	padding-top: 20px;
	width: 180px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/menu2.jpg);
	background-color: #333;
}
#menug {
	margin-left: 0px;
	width: 180px;
	z-index: 20;
	float: left;
	background-position: 0 0;
	background-color: #A63B07;
	padding-bottom: 5px;

}

#menug a {
	display: block;
	font-size: 12px;
	color: #FFF;

	
	
}
#menug a:visited {
	display: block;
	color: #FFF;
	font-size: 12px;
}
#menug a:hover {
	color: #FF0;
	font-size: 12px;
	width: 180px;
	background-color: #333;
	display: block;
}


#menu br { height: 0; }

