*
{
	font-family: 'Myriad Pro', Arial;
}
h1
{
	margin: 0px;
	padding: 0px;
	font-size: 35px;
}
div.sp
{
	clear:both;
	background-color: #b9b9b9;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.sp
{
	background-image: url('/medias/bullet.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #222222;
	border-bottom: 2px solid #b9b9b9;
	margin-bottom: 10px;
}
body
{
    margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;
}
#boss
{
	display: block;
    position: fixed;
    right: 0;
    top: 23px;
    background-image: url('/medias/boss.png');
    width: 141px;
    height: 55px;
    z-index:10;
}
#doigts
{
    background-image: url('/medias/bgcontent.gif');
    background-position: 0px 150px;
    background-repeat: repeat-x;
}
#bgleft, #bgright
{
    position: absolute;
    width: 49%;
    top: 0;
}
#bgleft
{
    background-image: url('/medias/bgheaderleft.gif');
    left: 0;
    height: 150px;
}
#bgright
{
	background-image: url('/medias/bgheaderright.gif');
    right: 0;
    height: 177px;
}
#content
{
	clear: both;
}
#main
{
    width: 980px;
    margin: auto;
	position: relative;
}
#logo
{
	display:block;
	background-image: url('/medias/logo.gif');
	height:150px;
}
#head
{
    background-repeat: no-repeat;
    width: 210px;
    height: 210px;
	position: absolute;
	top: 30px;
	left: 34px;
}
#yellowbar
{
	position: absolute;
    background-image: url('/medias/yellowbar.gif');
	height: 27px;
    padding-left: 150px;
    left: 95px;
}
#yellowbar .spacer, #yellowbar a
{
	font-size: 11px;
	float: left;
	display: block;
    height: 19px;
    line-height: 19px;
	margin-top:3px;	
}
#yellowbar .spacer
{
	width:1px;
	background-color: #cc9900;
	border-right: 1px solid white;
}
#yellowbar a
{
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}
#yellowbar a img
{
	vertical-align: middle;
	border: none;
}
#yellowbar a:hover
{
	background-color: #ffed51;
}
#leftcontent
{
    width: 278px;
	float: left;
}
#leftmenu
{
    background-image: url('/medias/leftmenu.gif');
}
#topleftmenu
{
    background-image: url('/medias/topleftmenu.gif');
    height: 246px;
}
#topleftmenu h1
{
    text-align: center;
    font-weight: bold;
	font-size: 45px;
    color: #ff48a5;
	margin: 0;
	padding-top: 100px;
}
#topleftmenu form
{
	margin: 0;
	margin: auto;
	margin-top: 44px;
	padding: 0;
	width: 152px;
	height: 25px;
	position: relative;
}
#topleftmenu .search
{
	display: block;
	height: 19px;
	border: 0;
	margin: 0;
	padding: 3px;
	padding-left :5px;
	padding-right :24px;
	
	width: 123px;
	background-image: url('/medias/search.gif');
	background-attachment: inherit;
	background-position: 0 0;
	
    font-style: italic;
	font-size: 11px;
	line-height: 19px;
	color: #c0c0c0;
}
#leftmenu .hr
{
    background-image: url('/medias/dash.gif');
    height:1px;
    width: 170px;
    margin: auto;    
}
#leftmenu a.menuline
{
    display: block;
    background-position: 30px 50%;
    background-repeat:no-repeat;
    font-weight: bold;
	font-size: 20px;
    height: 80px;
    line-height: 80px;
    padding-left: 100px;
    color: black;
    text-decoration: none;
    filter:alpha(opacity=25);
    -moz-opacity:.25;
    opacity:.25;
    margin-left: 14px;
    margin-right: 14px;
}
#leftmenu a.menuline:hover, #leftmenu a.menuline.active
{
    filter:none;
    -moz-opacity:1;
    opacity:1;
    background-color: #f8f8f8;
}
#rightcontent
{
	margin-top: 27px;
	width: 702px;
	float: right;
}
#dating
{
	height: 146px;
}
#graybar
{
	height: 73px;
	color: white;
    font-weight: bold;
	font-size: 25px;
	line-height: 73px;
	text-align: center;
}
#bottomleftmenu
{
    background-image: url('/medias/bottomleftmenu.gif');
    height: 40px;
}
a.ezUsers
{
	display: block;	
	margin-top: 14px;
	margin-left: 18px;
	float: left;
}
.ezUsers img
{
    background-image: url('/medias/bg100.png');
	padding: 9px;
	border: none;
}
#center_content
{
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 500px;
}
#copyright
{
	clear:both;
	background-color: silver;
	border-top: 1px dashed gray;
	text-align: center;
	font-size: 11px;
	color: white;
	line-height: 20px;
	height: 20px;
	margin-top: 30px;
}
.clear
{
	clear: both;
	height:0px;
}
#categories td
{
	border-right: 1px solid #b9b9b9;
}
#categories a,
.txtlink a
{
	display: block;	
    clear: both;
	
    text-decoration:none;
    color: black;
    padding-left: 6px;
    font-size: 14px;
    cursor: pointer;	
	border-top: 1px dashed #b9b9b9;
	height: 20px;
	line-height: 20px;
}
#categories .char,
#categories a
{
	margin-right:5px;
	margin-left:5px;
}
#categories a:hover,
.txtlink a:hover
{
    background-color: ghostwhite;
    color: #ff48a5;
    border-left: 2px solid #ff48a5;
    padding-left: 4px;
}
#categories a.star
{
    background-image: url('http://www.iconfinder.net/iconlib/blandet/blandet/blandet/bullet_star.png');
    background-repeat: no-repeat;
    background-position: right center;
}
#categories .char
{
    background-color: ghostwhite;
    color: #ff48a5;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ff48a5;
    
    font-size: 17px;
	height: 19px;
	line-height: 19px;
}
.txtlink a.fresh
{
    color: #ff48a5;
}
.txtlink a:visited
{
    text-decoration: line-through;	
}
.txtlink span
{
	display: block;
	float: left;
    line-height: 20px;
	overflow: hidden;
}
.txtlink span.cat,
.txtlink span.date
{
	width: 100px;
}
.txtlink span.title
{
	margin-left: 5px;
    float: left;
}
.txtlink span.date
{
	width: 40px;
}
.txtlink span.count
{
    text-align: right;
    white-space: nowrap;
    float: right;
}