
.global {
	background-color : #ffffff;
        position:absolute;
        left: 50%;
        width: 800px;
        margin-left: -400px; /* moitié de la largeur */
        z-index:1;

	}


.banniere{
	background-image: url('../img/banniere.jpg');
	width:800px;
	height:161px;
        z-index:2;
}

.menu{
	position:absolute;
	margin-left: 0px;
	margin-top: 35px;
        z-index:3;
	padding-left:0px;
	padding-right:0px;
}


img{
float: left;
clear: none;
}

.contenu{
 

}
.bas{
        background-image: url('../img/bas.jpg');
	background-repeat: no-repeat;
        height:15px;
}



table {
         font-family: Lucida Sans Unicode;
 
          color: #000000;
          text-decoration: none;
          word-spacing: 0.1em;
          text-align: justify;
          letter-spacing: 0;
          line-height: 1.2em;
          font-size: 0.8em;

}


label{
      font-size: 1.2em;
}

ul{
                 list-style-image: url(../img/puce1.png);
}

ul ul{
                 list-style-image: url(../img/puce2.gif);
}

body{
     background-image: url('../img/frise.gif');
	background-repeat: repeat-x;

}


.windows
{
        opacity: 0.9;
 	filter: alpha(opacity=80);
 	-moz-opacity: 0.9;
	z-index:3;
 	display: none;
        top: 50px;
  	background-color:#ffffff;
	position: absolute;
}
.wdpack
{
	background-color:#ffffff;
	margin:auto;
}

.shade {
	background-color:#000000;
	display:none;
	height:100%;
	left:0pt;
	opacity:0.5;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:2;
}
