/* CSS Document */

body { 
/*	background: url('/data/background.jpg') bottom left no-repeat fixed #000;*/
	background: #000;
	padding-top: 0px;
	padding-left: 0px;
	color: #777777;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
	overflow-y: hidden ; 
	margin: 0; 
	padding:0;
}

html > body {overflow-y: auto}

div.blocmenu {
/**  width: 100%;*/
/*  height: 100px;*/
/*  border: 1px solid #cccccc;*/
/*  text-align: center;*/
  background: url('/data/fondtsp.png') ;
/**  margin-top: 30px;
  padding-top: 0px;
  padding-left: 10px;
  position: fixed;
  z-index: 100;*/
 
/*  float:left;
  position: relative;*/
/*  top: 20;
  left: 0;
  z-index: 20;*/

position: absolute ; /* position du menu = par rapport à la boite parent (ici le body) */
top: 20 ; /* Le bas du menu est à 0 pixels du bas de l'écran */
left: 0 ; /* La gauche du menu est à 0 pixels du bas de l'écran */
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
width: 98% ; /* largeur du menu = 98% de l'écran */

} 

body>div.blocmenu {position:fixed}

div.blocmenuimg {
  float: left;
  position: relative;
}

div.blocmenulink {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
  position: relative;
  text-align: left;
/*  height: 48px;*/
}

div.blocvide {
  width: 98%;
  height: 90px;
  position: relative;
  z-index: 50;
} 

div.blocfooter {
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

b.footer {
	color: #ffb400;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.footer {
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

div.blocimg {
  width: 250px;
  height: 150px;
/*  border: 1px solid #cccccc;*/
  text-align: center;
/*  background-color: yellow;
  margin-top: 30px;*/
  padding: 10px;
  float:left;
  position: relative;
/*  top: 20;
  left: 0;
  z-index: 20;*/
} 

div.bloccontent {
	height: 95%;
	overflow: auto;
}

a {
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a.place {
	color: #999999;
}

a.amenu {
	color: #ffb400;
    /*background: url('fondtsp.png');*/
	padding: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.amenup {
	color: #ffb400;
/*    background: url('/data/fondtsp3.png');*/
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.amenu:hover {
	background-color: #BA0000;
}

a.amenup:hover {
	background-color: #BA0000;
}

.galimg {
	border: 1px solid #cccccc;
}

.gala {
	color: #ffffff;
	text-decoration: none;
}

b {
	color: #ffb400;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

b.blanc {
	color: #ffffff;
	padding: 5px;
/*    background: url('/data/fondtsp3.png');*/
}
