/*-------------------------------->

    La Partie menu defilant de votre Site 

---------------------------------->*/





*{ 

	margin:0px;

	padding:0px;}

	

body {

               

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;







}

.wrapper {

	width:750px;

	height:260px;

	margin:auto;

  z-index: 0; /* on définit une valeur pour l'ordre d'affichage */}

.bg_0{

	width:700px;

	height:260px;

	background-image:url('modules/menu/images/menu/banner.jpg')

	background-repeat: no-repeat ;

	border: 0px solid #333333;

	overflow:hidden;}

	

* html .bg_0

{

	background-image: none;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner.png', sizingMethod='crop');

}

	

img {border: none;	}









.stateon{

	FILTER: alpha(Opacity=50);

	-moz-opacity: 0.8;

	border:#cc0d12 0px solid;

}

.stateoff{

	-moz-opacity: 1.0;

	border:#a0a0a0 0px solid;

}

.stateclicked{

	FILTER: alpha(Opacity=50);

	-moz-opacity: 0.5;

	border:#000 0px solid;

}



.viewer_wrapper{

	position:relative;

	top:0px;

	left:5px;



}



div.viewer {

	position:relative;

	top:0px;

	left:0px;

	height:200px;

	overflow:hidden;

	width:600px;

	padding-left:0px;

	padding-top:0px;

}

div.scrobbler {

	width:1500px;	

}



div.pics {

	width:600px;

	height:300px;

	float: left;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}

 .logo{

 	position:relative;

	left:0px;

	width:600px;

	height:35px;

	overflow:hidden;

	cursor:pointer;

	border:0px solid #666666;

 }

 

.girl{

 	position:relative;

	top:-237px;

	left:476px;

	width:100px;

	height:250px;

	overflow:hidden;

	cursor:pointer;

	border:0px solid #666666;

	float:left;

 }  



 .bottom{

 	position:relative;

	top:0px;

	left:0px;

	width:600px;

	height:40px;

	overflow:hidden;

	cursor:pointer;

	border:0px solid #666666;

 }

/*-------------------------------->

    affichage infobulle

---------------------------------->*/



* {

   font-size: 11px; /* on définit les propriétés de texte pour toutes les balises */

   font-family: Tahoma, Verdana, Arial, serif;



}

a.info {

   position: relative;

   color: black;

   text-decoration: none;



}

a.info span {

   display: none; /* on masque l'infobulle */



}

a.info:hover {

   background: none; /* correction d'un bug IE */

   z-index: 1; /* on définit une valeur pour l'ordre d'affichage */



 /*  cursor: help; /* on change le curseur par défaut en curseur d'aide */

}

a.info:hover span {

display:inline;

   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   left: 20px;

   color: black;

   padding: 3px;

 background: white;

opacity:0.7; 



}

 





 


