/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: rgb(114,9,10);
	min-width: 767px;
}

#main{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -383px;
	padding: 0px;
	/*background-color: rgb(148,25,26);*/
	background: url('../../includes/xltheatre_files/Tige-200.jpg') 0px 300px repeat-y;
	background-color: rgb(154,15,14);
	width: 767px;
	height: 400px;
}
html>body #main {
	height: auto;
	min-height: 400px;
}

#header{
	width: 767px;
	height: 191px;
	background: url('../Images/header_banner.png') top left no-repeat;
}

#middleFrame {
	/*background-color: rgb(154,15,14);*/
	width : 767px;
	/*background: url('../../includes/xltheatre_files/Fleur-200.jpg') 100 100 no-repeat;*/
	/*height: auto;*/
}

#leftFrame{
	float: left;
/*	position: absolute;*/
/*	left: 0px;*/
	background-color: rgb(154,15,14);
	background: url('../../includes/xltheatre_files/Tige-200.jpg') 10 -300 repeat-y;
	
	padding: 10px 0px;
	width: 232px;
}

#decorator {
	position: absolute;
	top: 255px;
	left: 0px;
	width: 200px;
	height: 207px;
	background-color: rgb(154,15,14);
	background: url('../../includes/xltheatre_files/Fleur-200.jpg') top left no-repeat;
}

html>body #decorator {
	width: auto;
	min-width: 200px;
	height: auto;
	min-height: 207px;
}


#rightFrame{
	float: left;
/*	margin: 0px;*/
/*	margin-left: 237px;*/
	/*background: url('../../includes/xltheatre_files/Tige-200.jpg') -100px 50px repeat-y;*/
	background-color: rgb(148,25,26);
	width:530px;
	height: 400px;
	/*overflow: scroll;*/
}
html>body #rightFrame {
	height: auto;
	min-height: 400px;
}

#footer{
	clear:both;
	padding: 2px 0px;
	font-family: arial;
	font-size: 11px;
	color: darkorange;
	text-align: center;
	background-color: rgb(114,9,10);
}

img{
	border: 0px;
	margin: 0px;
}

/* easy-cms administration */
#ecmsAdmin {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -383px;
	background-color: brown;
	border: 1px solid black;
	width: 765px;
	height: 20px;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#ecmsAdmin a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#ecmsAdmin a:hover {
	text-decoration: underline;
}

/* 1 juillet 2008 */

.txtAccueil,
#texte_accueil {
	color: cornsilk;
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
}

.txtAccueil ul,
#texte_accueil ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.txtAccueil li,
#texte_accueil li {
	padding: 10px 0px;
}

.txtAccueil span,
#texte_accueil span {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.txtAccueil a:link,
.txtAccueil a:active,
.txtAccueil a:visited,
#texte_accueil a:link,
#texte_accueil a:active,
#texte_accueil a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.txtAccueil a:hover,
#texte_accueil a:hover {
	text-decoration: none;
}
/*******************************/
div.homepage {
    text-align: center;    
}

div.homepage h1,
div.homepage h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

div.homepage h3 {
    font-size: 18px;
    line-height: 22px;
}

div.homepage .big {
    font-size: larger;
}

div.homepage .italic {
    font-style: italic;
}

span.hlname {
    font-weight: bold;
    color: white;
}

#listing_spectacles span.hlTitle a:link,
#listing_spectacles span.hlTitle a:active,
#listing_spectacles span.hlTitle a:visited {
    color: orange;
    font-weight: bold;
    /*font-size: 14px;
    line-height: 18px;*/
	font-size: 48px;
    line-height: 52px;
    text-decoration: none;
}

#listing_spectacles span.hlTitle a:hover {
    text-decoration: underline;
}


