
BODY, body div, body td
{
    FONT-SIZE: 12px;
    COLOR: #666666;
    FONT-FAMILY: Arial;
}

A {COLOR: #666666;text-decoration: underline;}
A:link {COLOR: #666666;}
A:active {COLOR: #666666;}
A:visited {COLOR: #999999;}
A:hover {COLOR: #000000;}

A.RightBoxLink:link {color:#666666;}
A.RightBoxLink:active {color:#999999;}
A.RightBoxLink:visited {color:#666666;}
A.RightBoxLink:hover {color:#333333;}


.back
{
    BACKGROUND-REPEAT: no-repeat
}     


.bgMenu {
	font-size: 9px;
	font-family:Arial;
	color:#999999;
	text-decoration: none;
	font-stretch:expanded;
	background-repeat:no-repeat;
	background-image:url(../images/bottomnav_bg.jpg);	
}

.bgMenu A:link {
	font-size: 9px;
	font-family:Arial;
	color:#999999;
	text-decoration: none;
	font-stretch:expanded;
}

.bgMenu A:active {
	font-size: 9px;
	font-family:Arial;
	color:#999999;
	text-decoration: none;
	font-stretch:expanded;
}

.bgMenu A:visited {
	font-size: 9px;
	font-family:Arial;
	color:#999999;
	text-decoration: none;
	font-stretch:expanded;	
}

.bgMenu A:hover {
	font-size: 9px;
	font-family:Arial;
	color:#000000;
	text-decoration: none;
	font-stretch:expanded;
}


.cadreImageDiv
{
  padding:8px;
  background-color:#ececea;
}

.cadreImageDivThumb
{
  padding:4px;
  background-color:#ececea;
}

.cadreImage
{
  padding:2px;
  border-style:solid;
  border-color:#b4b4b2;
  border-width:1px;
  position:relative;
} 


h1 {FONT-SIZE:13px; COLOR:#4c5c6e; margin-top:8px; margin-bottom:8px;}

h2 {FONT-SIZE: 16px; COLOR: #4c5c6e; margin-top: 8px; margin-bottom: 8px;}

.seat_t_typo{
  padding-left:6px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  text-decoration:none;
}

/*.seat_t_typo{
  padding-left:6px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#000000;
  text-decoration:underline;
}*/

/*a.seat_t_typo:hover {font-weight:bold}*/

#transborderV {
        width: 1px;
		height:100%;
        background-color: #000;
        filter:alpha(opacity=30); /* ligne pour IE */
        opacity: 0.0; /* pas de ligne dans safari */
        -moz-opacity:0.3; /* ligne pour FireFox */
        position: absolute;
	        }

#transborderH {
		height:1px;
        background-color: #000;
        filter:alpha(opacity=30); /* ligne pour IE */
        opacity: 0.0; /* pas de ligne dans safari */
        -moz-opacity:0.3; /* ligne pour FireFox */
        position: absolute;
	        }
	        
.transborderCell {
	FILTER: alpha(opacity=30); WIDTH: 1px; BACKGROUND-COLOR: #000; opacity: 0.0; 
	-moz-opacity: 0.3;
}