/* CSS Document */

body 
{
	background-attachment: scroll;
	background-image: url(pics/bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
} 

td 
{ 
font-family: tahoma; 
font-size: 11px;
} 



.crystalcache {
	display : none;
}
h2 {
	font-weight: bold;
	font-variant: small-caps;
	color: #4F92AF;
	font-size: 14px;
	margin: 0px;
}
a {
	color: #0F3F5B;
	border: none;
}
a:hover
{
	color: #37A1DF;
	text-decoration: none;
	border: none;
}

a.noborder img{ border: none; background-color: none;}
a.noborder:hover img{ border: none; background-color: none;}
a img {
	border: 1px solid #0F3F5B;
}

a:hover img {
	border: 1px solid #37A1DF;
	
}
.pb1 {
	position:relative;
	width:140px;
	height:90px;
	margin-top:2px;
	margin-bottom:2px;
}

.pb2 {
position:absolute;
right:3;
bottom:2;
}
a.info {
	position:relative;
	z-index:24;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	display: block;
}

a.info img {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
a.info img.play {
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 21px;
	right: 46px;
	visibility: hidden;
	}
a.info:hover img.play {
	visibility:visible;
}


a.info:hover {
	z-index:25;
background: none; /* correction d'un bug IE */
}

a.info span{
	display: none;
}

/*a.info:hover span{
	display:block;
	position:absolute;
	top:105px;
	width:138px;
	background-color:#eeeeee;
	-moz-opacity:0.90;
	opacity: 0.90;
	filter:alpha(opacity=90);
	color:#0F3F5B;
	text-align: justify;
	padding:1px;
	height: 88px;
	border-top: 1px solid #6699cc;
	border-right: 1px solid #264E75;
	border-bottom: 1px solid #264E75;
	border-left: 1px solid #6699cc;
    }*/
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.titre{
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 5px;
}
