@charset "utf-8";
/* CSS Document */

/* Sous menu gauche  */
.ludimenu {
	/*width:180px;*/
	font-weight:bold;
}
.ludimenu h1 {
	background-color:#004080;
	height:20px;
	font-size:14px;
	color:#FFFFFF;
	padding-top:1px;
	padding-left:7px;
	margin-bottom:2px;
}

.ludimenu .menuElement, .ludimenu .menuElementSelected {
	padding-left:20px;
	/*cursor:pointer;*/
	margin-top:2px;
	line-height:20px;
}

.ludimenu .menuBottom {
	background-color:#004080;
	margin-top:2px;
	line-height:10px;
}

.ludimenu .menuElement {
	/*background:url(../images/submenu1/button_unselected.gif) repeat-x;*/
}
.ludimenu .menuElementSelected {
	/*background:url(../images/submenu1/button_selected.gif) repeat-x;*/
	color:#004080;
}
.ludimenu .contenu {
}
.ludimenu .menuElement A, .ludimenu .menuElement A:visited {
	color:#FFFFFF;
	text-decoration:none; 
}
.ludimenu .menuElementSelected A, .ludimenu .menuElementSelected A:visited {
	color:#004080;
	text-decoration:none;
}