.notification {
	margin-bottom:13px;
	padding-top:4px;
	padding-left:3px;
	font-size:11px;
}

.news {
	margin-left:20px;
}
.notification a.nickname {
	color:#DC6C00;
	text-decoration:none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

.notification a.link {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#381B03;
}

.notification span.date {
	font-family: Tahoma;
	font-size: 10px;
	color:#969696;
}

.news span.text {
	margin-left:10px;
	font-family: Tahoma;
	font-size: 12px;
	/*font-style: italic;*/	
}

.information {
	background-color:#F9FFF6;
	margin-bottom:5px;
	font-family: sans-serif; 
	font-size: 13px;
	color:#444444;
	border:1px solid #C29C5D;
	padding:10px;
}

a.homelink {
	color:#8D4200;
	text-decoration:none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}

.information span.title {
	font-family: Tahoma;
	font-size: 13px;
}

.information span.date {
	font-family: Tahoma;
	font-size: 10px;
	color:#969696;
}

span.mainTitle {
	font-family:  Arial, sans-serif;
	font-size:25px;
	color:#653404;
	font-weight:bold;
}

ul.siteDescription {
	list-style-image:url(../images/puce.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DC6C00;
	font-weight:bold;
}

ul.siteDescription li {
	margin-top:10px;
}

span.optionDescription {
	font-family: Arial;
	font-size:11px;
	color:#653404;
}

a.bigJoinButton {
	display:inline;
	width:auto;
	text-decoration:none;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: arial, helvetica, sans-serif ;
	background-image:url(../images/backTopMenu.png);
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;	
	margin-left:230px;

}

a.bigJoinButton:hover {
	color:#002300;
}

div.frame {	
    margin-bottom:10px;
    border:solid #F6E7B5 1px;
    border-left:solid #EFC072 1px;
    border-bottom:solid #EFC072 1px;
    width:140px;
    margin-right:10px;
}

div.frameContent {
    height: 165px;             /* 200px total - 25px titlebar - 10px padding */
   	
    padding: 5px;              /* allow space on all four sides */
    overflow: auto;            /* give us scrollbars if we need them */
    background-color: #ffffff;
    padding-left:10px; 
}

div.frameTitle {
    text-center;
    background-image:url(../images/backFrameTitle.png);
    border-bottom: solid #EFC072 1px;  /* Titlebar has border on bottom only */
    border-top: solid #EFC072 1px;
    padding: 5px 0px 5px 3px;  /* Values clockwise: top, right, bottom, left */
    font-size:12px; 
    margin-bottom:5px;
    font-weight:bold;
}

a.leftLinks {
	text-decoration:none;
	font-size:12px;
	color:#381B03;
	padding:0px;
}

