@charset "UTF-8";

html{font-size:100%;}

body
{
min-width:1000px;
min-height:490px;
background-color:#222222;
color:white;
font-family:Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
font-weight:normal;
font-size:11px;
padding:0;
margin:0;
line-height:105%;
}

div.entete{background-color:black;}

div.pub
{
min-width:410px;
position:absolute;
left:97px;
top:0;
height:93px;
}

div.topright
{
min-width:252px;
text-align:justify;
position:absolute;
top:0;
left:507px;
height:93px;
}

div.menu
{
background-image:url("img/menubg.png");
color:#cccccc;
height:24px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight:bold;
text-align:center;
font-size:20px;
overflow:hidden;
line-height:105%;
}

div.corps{min-height:340px;}

div.ppage
{
height:25px;
background-color:black;
text-align:center;
}












h1
{
    color: blue;
	font-size: 28px;
}


.item
{
   font-variant: small-caps;
   font-size: 32px;
}


a.info {
position: relative;
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 10;
}
a.info:hover span {
display: inline-block;
position: absolute;
top: 100%;
left: 0;
background: orange;
text-align: center;
color: white;
padding: 2px;
}

div.cname
{
position: relative;
}

div.cname span.name
{
display: none;
}

div.cname:hover
{
background: none;
}

div.cname:hover span.name, div.cname:focus span.name
{
display: inline-block;
position: absolute;
top: 100%;
left: 0;
background: white;
}