body 
{ 
	font: 10pt/12pt Times New Roman; 
	background-color:#AF212D;
	margin-top:-0px;
	text-align:justify;
}


div#conteneur
{
	text-align: left ;
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:auto;
	mar gin-top:20px;
	border : 1px;
}

div#banniere
{
	background:url('imgs/banniere2.jpg') no-repeat;
	width:1000px;
	height:169px;

}

div#banniere2
{
	background:url('imgs/banniere2_cabaret.jpg') no-repeat;
	width:1000px;
	height:169px;

}

div#milieu{
	color:#fff;
	background:url(imgs/milieu2.jpg);
	width: 1000px;
	min-height: 400px;
	float:left;
}

div#milieu a{
	color:#fff;
}

div#milieu2{
	color:#fff;
	background:url('imgs/milieu_cabaret.jpg');
	width: 1000px;
	height:1400px;
}

div#milieu2 a{
	color:#fff;
}

div#bas{
	
	width:1000px;
	color:#fff;
	text-align:center;
	background-color:#AF212D;
}

div#bas a{
	color:#fff;
}

div#texte
{		
	padding-bottom:20px;
	padding-right:20px;
	width:730px;
	float:left;
	text-align:justify;	
}

span.important
{
	color:#3442A5;
	font-style:italic;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
}

h1{
padding-left:20px;
font-size:15pt;
font-weight:bold;
color : #B75548;
}

div#menu
{
float:left;
background:url('imgs/menu2.jpg') no-repeat;;
width: 195px;
min-height: 204px;
padding-top:62px;
padding-left:34px;
margin-right:20px;
}

div#menu2
{
float:left;
background:url('imgs/menu2_cabaret.png');
width: 195px;
height: 204px;
padding-top:62px;
padding-left:34px;
margin-right:20px;
}


div#menu_haut
{
background:url('imgs/menu_haut.gif');
width: 548px;
height: 66px;
mar gin-left:12px;
padding-top:20px;
text-align:center;
}


div#menu_bas
{
background:url('imgs/menu_bas.gif');
width: 354px;
height: 40px;
padding-top:40px;
text-align:center;
}

div#menu_milieu
{
background:url('imgs/menu_milieu.jpg') repeat-y ;
width: 354px;
auto;
text-align:center;
}

.img-shadow {
  float:left;
  /* La première ligne permet d'utiliser l'ombre au format png pour la plupart*/
  /* des navigateur. La seconde utilisera le format gif pour IE. */
  background: url(imgs/shadowalpha.png) no-repeat bottom right ;
  
  }
.img-shadow img {
  display: block;
    position: relative;
  bord er: 1px solid #000;
  /* Cette ligne permet de placer correctement notre image par rapport à notre*/       
/*ombre.  Les valeur sont choisi en conséquence de l'étendue de l'ombre. */
  margin: -11px 11px 11px -11px;
  z-index:10;
  }