body *
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body 
{
	padding:0;
	margin:0;
	background-color: #838383;
	background-image: url(http://www.roccm.be/image/fgris.jpg);
}

/* CONTAINER */
#MainCon
{
	background-color: white;
	width: 960px;
	height: auto;
	margin: auto;
}

#TopCon
{
	/*background-color: yellow;*/
	width: 958px;
	background-image : url(/image/bgbox.gif);
	height:20px;
	border: 1px solid white;
	text-align:center;
	padding-top:4px;
}

#BannerCon
{
	background-image : url(/image/logo.jpg);
	width: 958px;
	height: 149px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.TopSmallBoxCon
{
	width: 477px;
	height: 20px;
	float: left;
        text-align:center;

}

.TopSmallBoxCon a
{
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.ColCon
{
	/*background-color: green;*/
	width: 171px;
	padding: 2px;
	height: auto;
	float: left;

}

#CentralColCon
{
	/*background-color: blue;*/
	float: left;
	width: 578px;
	padding: 10px;
}

#ContentCon
{
	width: 952px;
	background-color: white;
	border: 1px solid white;
	padding:3px;
}

#BottomCon
{
	width: 958px;
	margin: auto;
	text-align: center;
	color: white;
	font-size: 10px;
	background-image : url(/image/bgbox.gif);
	height: 16px;
	padding-top: 2px;
	border: 1px solid white;
}
#SeparatorCon
{
	width: 958px;
	height: 15px;
	background-image : url(/image/bgbox.gif);
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}
/* FIN DE CONTAINER */

/* MENU */
.menuLi
{
	background-image:url(/image/list_bullet.gif);
	background-position:6px 10px;
	background-repeat:no-repeat;
	line-height:15px;
	margin:0pt;
	padding:2pt 0pt 0pt 15px;
}

.menuUl
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
/* FIN DE MENU */

/* SMALL BOX */
.SmallBox
{
	/*background-color: #B4B4B4;*/
	width: 162px;
	padding: 3px;
	/*height: 50px;*/
	margin: auto;
	border:1px solid #353436;
}

.TitleSmallBox
{
	background-image : url(/image/bgbox.gif);
	height: 18px;
	/*color: #CE001F;*/
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top:2px;
	/*border-bottom: 1px solid #353436;*/
	background-color: #353436;
}

.ContentSmallBox
{
	padding: 3px;
}

.TitleContentSmallBox
{
	color: #AD3127; 
	font-weight: bold; 
	font-size: 14px;
}

.picture
{
	border:1px solid #AD3127;
}
.menuBox
{
	align: center;
	
}
/* FIN DE SMALL BOX */

/* FULL WIDTH BOX */
.FullWidthBox
{
	padding: 3px; 
	border:1px solid #353436; 
	width:570px;
}
/* CONTENT */
.fontRed
{
	color: #AD3127;
}

.li
{
	background-image:url(/image/list_bullet.gif);
	background-position:6px 7px;
	background-repeat:no-repeat;
	line-height:15px;
	margin:0pt;
	padding:0pt 0pt 0pt 15px;
}

.li a:hover
{
	text-decoration: underline;
	color: #AD3127;
}


.ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

h1
{ 
	background-image:url(/image/puce.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin: 0; 
	margin-bottom: 10px; 
	padding-left: 30px;
	padding-bottom: 3px;
	font-weight: normal; 
	font-size: 20px; 
	color: #AD3127;
	border-bottom: 1px dashed #AD3127; 
}

h2
{ 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 5px; 
	padding-bottom: 3px;
	color: #82ABB1;
	border-bottom: 1px dashed #416678; 
}

h3
{ 
	border-bottom: 1px dashed #454545;
	padding: 0px 4px 4px 0; 
	font-size: 12px;
}
/* FIN DE CONTENT */

/* MATCH */
#menuMatchCon
{
	border-bottom:1px solid #AD3127;
	width:554px;
	text-align: center;
	padding-bottom:0px;
	padding-left:10px;
	margin-top:50px;
	margin-left:2px;

}
.menuMatchTabConOn
{
	border: 1px solid #AD3127;
	border-bottom: 0px;
	background-color: black;
	color: #FFF;
	width:90px;
	float:left;
	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
}
.menuMatchTabConOff
{
	border: 1px solid #AD3127;
	border-bottom: 0px;
	background-color: #FFF;
	color: black;
	width:90px;
	float:left;
	margin-right:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	text-decoration:none;
}

.page_on
{
	float: left;
	border:1px solid #AD3127;
	margin: 1px;
	padding: 0px 2px 2px 2px;
}

.page_off
{
	float: left;
	border:1px solid #FFF;
	margin: 1px;
	padding: 1px 2px 1px 2px;
}