.DashBoard
{
	/*position: relative;*/
	/*margin-bottom:50px;*/
}

.Categorie 
{
	/*position:relative;*/
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
}

.Categorie .CategTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #000000;
	margin-bottom:25px;
	width:98%;
}

.Categorie .CategContent {
	/*position:relative;*/	
	/*padding-bottom:10px;*/
}

.Categorie .CategContentItem
{
        margin-bottom:20px;
	width:100%;
        clear:both;
        overflow:hidden;
}

.Categorie .LeftMenuItem
{
    float:left;
    width:35%;
}

.Categorie .RightMenuItem {
	float:left;
        margin-left:45px;
	width:35%;
}

.Categorie .MenuItem
{
    margin-left:75px;
}
.Categorie .MenuImage
{
    float:left;
    
}
.Categorie  .MenuTitle {	
	border-bottom:1px solid #000000;	
	margin-bottom:5px;	
}

.Categorie .MenuTitle a, .Categorie .MenuTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;	
	text-decoration:none;
	color:Black;
}

.Categorie .MenuDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}