@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #a5a8ac;
	margin: 2px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body.impressum {
	font: 12px Arial, Helvetica, sans-serif;
	background: #e9e9ea;
	margin: 2px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

.oneColFixCtr #container {
	width: 946px;
	height: 598px; /* a supprimer
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
/*	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #upContent {
	padding: 0;
	background-image: url(/pictos/up.jpg);
	height: 111px; 
}

.oneColFixCtr #navigup {
	padding: 8px 18px;
	
}

.oneColFixCtr #navigup a	{
	color:#FFFFFF; 
	text-decoration:none;
}

.oneColFixCtr #bodyContentright {
	z-index: 5;
	float: left;
	width: 259px;
	height: 443px;
	border-top:solid;
	border-top-color:#FFFFFF;
	border-width:3px;
	background-color: #e9e9ea;
	padding: 10px 10px 30px 10px;
	
}

.oneColFixCtr #bodyContentright1 {
	z-index: 2;
	
}



.oneColFixCtr #bodyContentleft {
	padding: 0;	
	float: right;
}



/* Table Rules
----------------------------------------------- */
td.rank { }

#events { 
}

#events td.eventColorTD {
    width: 10px;
	border-top: solid 1px #ffffff;
}

#events td.eventIllusTD {
    width: 120px;
	border-top: solid 1px #ffffff;
	cursor: pointer;
}

#events td.eventLogoTD {
    width: 290px;
	vertical-align:bottom;
	border: 0px;
	cursor: pointer;
}

#events td.eventDescTD {
	width: 247px;
	font-size: 11px;
	padding: 0 5px 0 0;
	vertical-align: top;
	cursor: pointer;
	line-height: 12px;
}

a.firma0 {
	font-weight: bold;
	color: #6c6d6f;
	text-decoration: none;
}

a.firma1 {
	font-weight: bold;
	color: #f2583c;
	text-decoration: none;
}

a.firma2 {
	font-weight: bold;
	color: #ed102f;
	text-decoration: none;
}

a.firma3 {
	font-weight: bold;
	color: #b51f3a;
	text-decoration: none;
}

a.firma4 {
	font-weight: bold;
	color: #980033;
	text-decoration: none;
}


	

