article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}

html {
	min-width:1031px;
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size:13px;
}

a, a:visited {
	color:#000;
}

section.center {
	margin-left: auto;
	margin-right: auto;
	width:1070px;
	display:block;

}
.page {
	width:807px;
	background:url("/images/page_continue.png") repeat-y;
	z-index:10;
	position:relative;
}
.page header {
	background-image:url(/images/page_header.jpg);
	background-repeat:no-repeat;
	height:138px;
}

.page footer {
	background:url(/images/page_footer.gif) no-repeat;
	height:56px;
}

.page footer article{
	text-align:center;
	font-size:12px;
	position:relative;
	top:25px;
}
.content {
	padding:20px;
}

.content figure{
	margin-right:10px;
	
}

.content figcaption{
	padding-top:10px;
	text-align:right;
}

.bigpicture, .bigpicture A {
	border:thin #666 solid;
	padding:10px;
	width:317px;
}
.smallpicture, .smallpicture A {
	border:thin #666 solid;
	padding:10px;
	width:100px;
}

.mediumpicture, .mediumpicture A {
	border:thin #666 solid;
	padding:10px;
	width:182px;
}

aside {
	z-index:1;
	float:right;
	position:relative;
	top:136px;
	width:266px;
	left:-40px;
}

.page .titre {
	padding-left:7px;
}

.HorList tr td {
	vertical-align:middle;	
	padding:10px;
}

NAV UL {
	width:300px;
	position:relative;
	left:-20px;
	top:40px;
	
}

NAV UL LI A {
	display:inline;
	float:left;

	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background-image:url(/images/star_red_60p.png);
	background-repeat: no-repeat;
	background-position:0px;
	width:25%;
	line-height:1.5em;
    padding-left : 25px;

}

NAV UL LI A:hover, NAV UL LI.selected A {
	background-image:url(/images/star_red.png);
}

.showTitle {
	color:#660000;
	font-size:19px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.showSubTitle {
	color:#666666;
	font-size:14px;
	font-style:italic;
	padding-bottom:10px;
}

.showDescription {
		padding-bottom:10px;
}

.plusdinfo {
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:5px;
}

.roundShowDates {
	border:1px solid #660000;
	width:100%;
	border-style: solid;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.roundShowDates LI{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	background-image:url(/images/arrow_red.png);
	background-repeat: no-repeat;
	background-position:10px;
}

.roundShowDates LI A {
	text-decoration:none;
	color:#666666;
}

.roundShowDates LI SPAN.inactive{
	color:#666666;
	font-weight:normal;
	text-decoration:line-through;
}

.roundShowDates LI SPAN.soldout{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}

.showsprochainement IMG{
	width:120px;
	padding:11px;
}

.news header {
	background-image: none;
	height: auto;
	
}

.news header h1 {
color:#000000;
text-transform:uppercase;
font-size:13px;
margin-bottom:10px;	
}
.news header h1 time {
color:#660000;
font-size:15px;
margin-right:12px;	
display:none;
}
.news p img {
	height:80px;
	margin-right:10px;
	margin-bottom:20px;
	}
	
.news p {
	margin-bottom:20px;
	}
	
	
fieldset {
  padding: 1em;
  width:500px;
  border:1px solid #CCC
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
  }
.formMiddleButton {
	float: none;
    display: block;
    width: 100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
}
.formLeftButton {
	width: 100px;
	float:left;
	margin-top:20px;
}

.formRightButton {
	width: 100px;
	float:right;
	margin-top:20px;
}

INPUT[type=text] {
	width:400px;
}
TEXTAREA {
	width:400px;
	height:150px;
}
INPUT[type=button] {
	background-color:#660000;
	color:#FFF;
	font-weight:bold;
	border:0px;
	padding:5px;
}
.badNews {
color:#FF0000;
font-weight:bold;
}
.goodNews {
color:#009900;
font-weight:bold;
}
.presse td {
	vertical-align: middle;
	padding-left:20px;
}

.presse IMG {
	width:100px;
}
.phoneLink {
	color:#FFF;
}