/* 
    Document   : commun
    Created on : 18 mars 2008, 23:32:47
    Author     : Taybott
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
font-family:trebuchet;
background:#E7EDF3 url(../images/bg.png) repeat-x;
margin:-50px auto;
padding:0px;
}
*{
font-size:11px;
}
.clear, .clearer{
clear:both;
}
.right_on_menu{

}
.jdr_imgAttente{
display:none;
}
h1, h2, h3{
background:url(../images/h.gif) no-repeat;
padding:10px;
padding-left:30px;
font-size:16px;
color:#BA8000;
font-weight:normal;
}
.vignettes_jeux, .vignettes{
width:90%;
text-align:center;
}
.vignettes{
padding-top:80px;
}
#in_vignette_jeu{
height:300px;
}
.in_vignette_jeu b, .in_vignette b{
display:block;
width:100%;
text-align:center;
font-size:14px;
padding:5px;
}
.in_vignette_jeu i{
font-size:12px;
}
.in_vignette_jeu div, .in_vignette div{
float:left;
width:200px;
padding:5px;
font-weight:bold;
}
.in_vignette div{
width:250px;
}

.vignette_jeu img{
border:0px;
padding:2px;
}
.precedent{
width:48%;
height:27px;
display:block;
float:left;
padding:2px;
}
.suivant{
width:45%;
height:27px;
display:block;
float:left;
padding:2px;
}
.precedent a{
width:27px;
height:27px;
background:url(../images/puces/puce-precedent.png) no-repeat;
display:block;
float:right;
}
.suivant a{
width:27px;
height:27px;
background:url(../images/puces/puce-suivant.png) no-repeat;
display:block;
float:left;
}
/*Pour la completion*/
  #update_username {
    border: 1px solid #999;
    background: #fafafa;
  }
  #update_username ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #update_username a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
  }
  .selected {
    background: lightyellow;
  }

/*pour le mouseover*/
#dhtmltooltip {
	position: absolute;
	left: -300px;
	min-width: 100px;
	border: solid 1px #CCC;
	padding: 4px;
	color: black;
	background: #FFF;
	visibility: hidden;
	text-align:left;
	opacity:0.85;
	filter:alpha(opacity=85);
	z-index: 100;
}
#dhtmltooltip img {
	margin-top: 0px;
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	opacity:0.85;
	filter:alpha(opacity=85);
}


