/* AlgoWin 2009 - Web Pack */
/* This product are developped by Algo'Rythmes.com */
/* css/style.css */

/* Common Cascading Style Sheet */
body {
  margin:0px;
  font-family:Tahoma, Verdana;
  font-size:12px;
  font-weight:bold;
}

td {
  font-family:Tahoma, Verdana;
  font-size:13px;
  /*font-weight:bold;*/
  color:white;
}

/* Anchor Cascading Style Sheet */
a {
  color:#8c8c8c;
  text-decoration:none;
  font-family:Tahoma, Verdana;
  font-weight:bold;
  font-size:12px;
}

a:hover	{
  color:red;
  /*text-decoration:underline;*/
	text-decoration:none;
  font-family:Tahoma, Verdana;
  font-weight:bold;
	font-size:12px;
}

/*Specific Cascading Style Sheet */
td.Banner {
  width:945px;
	height:200px; 
	background-color:#600000;
}

#BannerBackground {
  position:absolute;
	z-index:1;
	top:0px;
}

#NavigationBar {
  position:relative;
	z-index:3;
	top:85px;
	left:0px;
	font-family:Verdana;
  font-size:14px;
}

#ActifLink	{
  color:white;
  text-decoration : none;
  font-family : Tahoma, Verdana;
	font-weight:bold;
  font-size : 15px;
}

td.Anchor {
  padding-left:20px;
	padding-right:20px;
	text-align:center;
}

td.PageLabel {
  font-family:Tahoma, Verdana;
  font-size:18px;
  font-weight:bold;
}

/* Agenda-Tickets */
.PerfDate {
  font-size:12px;
  font-family:Tahoma, Verdana, Arial, Helvetica;
  font-weight:bold;
  color:#ffffff; 
}

.InfoOrg  {
  font-size:10px;
  color: #cccccc;
  font-family:Tahoma, Verdana, Arial, Helvetica;
}

.PerfName {
  font-size:15px;
  color:#ffcc00;
  font-family:Tahoma, Verdana, Arial, Helvetica;
  font-weight:bold;
}

.PerfWebSale {
  font-size:12px;
  color:#ffcc00;
  font-family:Tahoma, Verdana, Arial, Helvetica;
  font-weight:bold;
}

td.Presentation_TXT {
  font-family:Tahoma, Verdana;
  font-size:13px;
  color:white;
  text-align:justify;
}

/* VIP */
td.FormulCell {
  padding:10px;
	color:black;
}

.FormulID {
  font-family:Tahoma, Verdana;
  font-size:22px;
  color:#900000;
}

.FormulName {
  font-family:Tahoma, Verdana;
  font-size:16px;
	font-weight:bold;
  color:black;
}

.FormulContent {
  font-family:Tahoma, Verdana;
  font-size:13px;
  color:#900000;
}

#FormulRepas {
  padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

