/*----------------------------------------------------------------------------
Color Reference

Body text (almost black):           #333
Links (medium blue):                #1d587f
Visited links (blue-gray):          #748d9e
Headings (dark blue):               #2d3b58
Box border (light blue-gray):       #d8dcdf
Special box border (dark blue):     #5d6c8c
fforange  #f39100
reorange #ff6600;
djgreen #487858; #9aef3f; 
rebluetitle #005a84;
gray cccccc
-----------------------------------------------------------------------------*/

/*** =General elements ***/
body { color: #333;
background: #fff url(http://media.jeuflashgratuit.fr/img/space-invaders_bg_1900.gif) no-repeat center top;
}
a:link { color: #1d587f; }
a:visited { color: #1d587f;/*#748d9e;*/ }
a:active, a:hover, a:focus { color: #000; }


h1, h2, h3, h4, h5, h6 { color: #1d587f; }

td, th { border-bottom: 1px solid #eee; }
thead th { color: #555; }

input, button, select, textarea { color: inherit; }

#page
{
	background-color: #fff;
}

#content .post, #content_large .post 
{
	border-color: #d8dcdf;
}
#sidebar_w .inner, #sidebar_w .innerpub,  #sidebar .innerpubc, #sidebar .inner, #sidebar_right .inner
{
	border-color: #d8dcdf;
}

#footer .inner, #prefooter .innerpub
{
	border-color: #d8dcdf;
  color: #888888;
}

#footer .inner a {
color: #888888;
}
#footer .inner a:hover {
color: #69645c;
}

#prefooter2 p {
color: #888888;
}
#header {
	background-color: #fff;
	border-color: #d8dcdf;
}
#logo h1 a{
	color: #fe1f6f; /*#9bd2fa;*/	
}

.game_hover {
  background-color:  #d9f5d9;
}
.button
{
    border-color: #09700b;
    color: #fff;
    font-weight: bold;
/*    background-color: #81b74b;*/
    background-color: #5c74a3;    
}

.paginator a
{
    border-color: #d8dcdf;    
}
.paginator a:hover
{
    color: #ffffff;
    background-color: #1d587f;
}
.paginator a:hover
{
    color: #ffffff;
    background-color: #1d587f;
}
.paginator .current
{
    color: #fe1f6f;
}
#ad_preload
{
    background-color: #fff;
    color: #000;
}