html{
    height:101%;
	overflow-y:scroll;
}
body, * {
    font-family : arial, heletica, verdana;
    font-size : 12px;
    padding : 0;
	margin : 0;	
    text-align : left;
	background-color : #000066;
	color : #ffffff;
}
.clear{
    clear:both;
    font-size:0;
    line-height:0;
    display:block;
    height:0;
    overflow:hidden;
}
#main{
    width:900px;
	margin:auto;
}
#main-left{
    width:540px;
    float:left;
}
#main-right{
    width:300px;
    float:right;
}

#title{
	position:relative;
	z-index:2;
    padding-bottom:10px;
    padding-top:30px;	
	width:540px;
	background-color:#000066;
	border-bottom:1px dotted #666666;	
}
#title span{
	font-size:40px;
	font-weight:bold;
}
.txt-en{
    color:#ff00ff;
}
.txt-tr{
    color:#ffff00;
}
.txt-fr{
    color:#00ff00;
}
#window{
	position:relative;
	z-index:1;
	top:0;
	left:0;
}
#window .txt{
	font-size:22px;
	font-weight:bold;
	text-align:left;	
}
#counter{
   	color: #dddddd;	
	font-size:40px;
	font-weight:bold;
	margin:60px 0 0 00px;
	background:#000000 url(counter.png) 0 0 no-repeat;
	width:129px;
	height:52px;
	text-align:right;
	padding-right:0px;
	padding-top:2px;
	letter-spacing:12px;
	padding-left:8px;
}
h1{
   	color: #666666;	
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:4px;	
	border-bottom:1px dotted #666666;
}
#top{
    margin-top:42px;
}
#tags{
    margin-top:20px;
}
#tags .txt{
    margin:0 2px 0 2px;
}

#explain{
	margin-top:20px;
	border-top:1px dotted #666666;		
	padding-top:10px;
}
#explain, #explain *{
    color:#87C508;
	font-size:11px;
	text-decoration:none;
}
#explain a{
    color:#00ff00;
    background-color : #000000;			
}
#explain a:hover {
	color: #00ff00;	
    background-color : #4a6d0c;		
}


.txt:hover{
    color:#ff0000;
/*	background-color:#304b0b;*/
	background-color:#000000;
}

.new{
    color:#ff0000;
    background-color:#000000;
}

.gros, .gros a{
    font-size:22px !important;
	font-weight:bold !important;
    color:#00ff00 !important;	
}