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

/* Common Cascading Style Sheet */
body {
  margin:0px;
  font-family:Tahoma, Verdana;
  font-size:13px;
  /*font-weight:bold;*/
	background-color:#cc071e; /*R:204 - V:7 - B:30*/
	/*background-color:#ae2610;*/
	/*background-color:#bf2f17; */
	/*background-color:#E6314A;	/*P57-8C*/ /*#600000;*/
	/*background-color:#CE3045;	/*P57-16C*/ /*#600000;*/
	/*background-color:#E63050;	/*P59-8C*/ /*#600000;*/
	/*background-color:#D3304C;	/*P59-16C*/ /*#600000;*/
}

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

.SeasonLabel {
  font-size:30px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#b7a167; 
}

/* Anchor Cascading Style Sheet */
a {
  color:white;
  text-decoration:none;
  font-family:Tahoma, Verdana;
  font-size:14px;
}

a:hover	{
  color:red;
  text-decoration:underline;
  font-family:Tahoma, Verdana;
	font-size:14px;
}

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

#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;*/
  color:#b7a167;	/*DORE : R:183 - V:161 - B:103*/
	font-family:Tahoma, Verdana, Arial, Helvetica;
  font-weight:bold;
}

.Complement  {
  font-size:11px;
  color: #cccccc;
  font-family:Tahoma, Verdana, Arial, Helvetica;
	font-weight:normal;
}

.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;
}

