/* CONFIGURATION VISUEL DES VIGNETTES */
.DivVign{
	width:244px; 
	border:1px solid #AE0001;
}
.DivVisuel{
	height:50px;
	width:244px; 	
	overflow:hidden;
	background-color:#CCCCCC;
}
/*
.BgMenu{
	background-attachment: scroll;
	background-image: url(../../images/);
	background-repeat: no-repeat;
	background-position:left top;
}
*/
#DescChore td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding:4px;
}
#DescChore a{
	color: #000000;
	text-decoration: none;
}
#DescChore a:link{
	color: #000000;
	text-decoration: none;
}
#DescChore a:hover{
	color: #990000;
	text-decoration: none;
}

/* CONF DES BOUTONS DE NAV */
#LienNav td{
	display:block;
	float:left;
	height:18px;
	line-height:18px;
	width:18px;
	vertical-align:center;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	line-height:15px;
	background-color:#000000;
	text-decoration:none;
	border:1px solid #990000; 
	margin-right:5px;
}

#LienNav a{
	height:18px;
	line-height:18px;
	display:block;
	color: #CCCCCC;
	text-decoration:none;
}
#LienNav a:link{
	color: #CCCCCC;
}
#LienNav a:hover{
	color: #FFFFFF;
	background-color:#990000;
}
