﻿/*
----------------------------------------------------------------
HEADER
---------------------------------------------------------------- */
html, body { 
background:#6ba8e4 url(/images/jeuxoo.com/background.gif) repeat-x;
}

#abs_global {
position:absolute;
width:898px;
left:50%;
margin:15px 0 0 -449px;	
}

#global {
background:#fff;
border:1px solid #1659aa;
margin-bottom:15px;
}

#contener { 
background:#fff;
border:1px solid #1659aa;
margin:7px;
}

/*
----------------------------------------------------------------
PAGE
---------------------------------------------------------------- */
#p_menu {
background:url(/images/jeuxoo.com/fond.png);
border:0 solid #1659aa;
border-width:1px 0; 
font-weight: bold;
font-size:11px; 
height:33px;
}

#menu {
width:100%;
}

#menu ul li {
position:relative;
display:inline;
float:left;
}

#menu ul li a {
display:block;
padding:11px 15px 8px 15px;
border:0 solid #6ba8e4;
border-width:0 1px;
border-left-color:#bbf3fd;
color:#333;
}

#menu ul li a:hover {
background:url(/images/jeuxoo.com/fond2.png);
}

#menu ul li ul {
z-index:2;
position:absolute;
top:32px;
left:0;
display:none;
border:1px solid #1659aa;
border-top-width:0;
}

#menu ul li ul li a {
float:none;
border:1px solid #6ba8e4;
border-width:1px 0 0 0;
background:url(/images/jeuxoo.com/fond.png);
padding:11px 5px 8px 5px;
width:150px;
}

#menu ul li ul li a:hover {
background:url(/images/jeuxoo.com/fond2.png);
}	

#menu ul li:hover ul { 
display:block; 
}

#s_menu { 
border:0 solid #ea9542;
border-bottom-width:1px;
background:#ffd739;
padding:1px 5px;
color:#ea9542;
font-weight:bold;
}	

#content { 
padding:20px 30px;
}

/*
----------------------------------------------------------------
FOOTER
---------------------------------------------------------------- */
#footer {
background:url(/images/jeuxoo.com/fond.png);
border:0 solid #1659aa;
border-width:1px 0;
text-align:center;
padding:4px;
color:#333;
}

#footer a {
color:#333;
}	

#footer2 {
background:#1659aa;
text-align:center;
padding:4px;
}

#footer2, #footer2 a {
color:#fff;
}	
	 
/*
----------------------------------------------------------------
OBJETS
---------------------------------------------------------------- */	
.cadre { 
border:1px solid #1659aa;
background:#f4f4f4;
padding:6px; 
margin-bottom:12px;
}

p.cadre {
margin-bottom:25px;
}

.cadre_img { 
border:1px solid #1659aa;
background:#f4f4f4;
padding:1px; 
}

.titre_jeu { 
background:#1659aa;
padding:2px 0; 
text-align:center;
font-weight:bold;
color:#fff;
}

.titre_jeu a { 
color:#fff;
display:block;
}