/* @override 
	http://dev.fetedupanier.org/default.css
	http://dev.fetedupanier.org/full.css
*/

body {
	padding: 0;
	font: 13px "Trebuchet MS", Trebuchet, Tahoma, Arial;
	position: relative;
	margin: 0;
	background: black url(/2008/img/fond_big.jpg) no-repeat fixed center top;
		overflow: hidden;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
	height: 100%;
}





#menu {
	position: relative;
	left: 150px;
	background-color: black;
	height: 33px;
	margin-top: 3px;
	padding-top: 2px;
	width: 700px;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: white;
	margin-left: 20px;
	font-size: 23px;
}





#menuitems {
	margin: 0;
	padding: 0;
	list-style-type: none;

}


.menuitem {
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	margin-bottom: 0;
	padding: 4px 7px 0;
}

.menuitem a {
	color: white;
	text-decoration: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.menuitemover {
	margin-right: 3px;
	margin-left: 3px;
	padding: 4px 7px;
	background-color: #fee044;
	float: left;
	color: white;
}

.menuitemover a {
	color: black;
	text-decoration: none;
}

.ctmap {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	background-color: #2c2c2c;
	left: 0;
	border: 5px solid black;
	top: 70px;
}

#map {
	width: 280px;
	height: 450px;
	position: absolute;
	top: -25px;
	left: 0;
}

#closemap {
	background-color: yellow;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
	border: 2px solid gray;
}

#content_wrapper {
	width: 674px;
	position: absolute;
	top: 71px;
	height: 456px;
	left: 297px;
	overflow: hidden;
}

#filters_wrapper {
	width: 672px;
	height: 30px;
	position: absolute;
	top: 0px;
	color: black;
}

#filters {
	padding: 0;
	margin: 0;
	width: 672px;
	height: 30px;
	position: absolute;
	color: black;
}

#jour1,#jour2 {
	text-transform: capitalize;
	color: #9e9e9e;
	position: absolute;
	font: bold 24px "Trebuchet MS", Trebuchet, Tahoma, Arial;
}

#jour1 {
	left: 61px;
}

#jour2 {
	left: 401px;
}

#heures{
	color: silver;
	font-size: 14px;
	position: absolute;
	top: 18px;
	left: 268px;
	font-weight: bold;
}

#heures a {
	color: silver;
	text-decoration: none;
	font-size: 14px;
}

#main_wrapper {
	width: 672px;
	position: absolute;
	top: 30px;
}

#ombre {
	width: 672px;
	position: absolute;
	z-index: 1;
	height: 20px;
	left: 0;
	background: url(/2008/img/ombre.png) no-repeat;
	top: 5px;
}

#main {
	width: 674px;
	position: absolute;
	height: 376px;
	top: 0;
	color: black;
	left: 0;
}

#screen {
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 10px;
	width: 656px;
	height: 365px;
	top: 0;
	position: absolute;
}

#screen h2 	{
	padding: 0;
	margin: 0;
}

#ct_jour1 {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}

#ct_jour2 {
	position: absolute;
	top: 0;
	left: 320px;
}

.events {
	margin: 0;
	padding: 0;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
}

.event {
	list-style-type: none;
	list-style-image: none;
	width: 305px;
	height: 50px;
	margin-bottom: 7px;
	padding: 4px;
	overflow: hidden;
}

.event a, .event a:visited{
	text-decoration: none;
	color: #05274d;
}

.event_wrapper {
	margin: 0;
	padding: 0;
	height: 65px;
}

.time {
	font-size: 16px;
	display: block;
	float: left;
	padding-right: 7px;
	border-right: 1px solid #000c82;
	margin: 15px 7px 10px;
}

.nom {
	font-weight: bold;
	display: block;
	padding: 5px 0 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 16px;
}


.quoi , .ou{
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

.ou a:hover {
	font-weight: bold;
	text-decoration: underline;
}

li.event:hover {
		background-image: url('/2008/img/fondcyan-trans.png');
}

li.event:hover div.nom a{
	cursor: pointer;
	font-size: 110%;
	color: #b6000d;
	text-decoration: underline;
}

.play {
	position: relative;
	float: right;
	top: 7px;
	right: 4px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.play:hover {
		opacity: 1;
	filter: alpha(opacity=100);
}

.type1 {
	background-image: url('/2008/img/fondbleu-trans.png');
}

.type2 {
	background-image: url('/2008/img/fondor-trans.png');
}

.type3 {
	background-image: url('/2008/img/fondrose-trans.png');
}

#genres {
	text-align: center;
	position: absolute;
	top: 382px;
	left: 43px;
	width: 600px;
	font-size: 15px;
	font-weight: bold;
}
#genres label {
	margin-left: 25px;
}

/* @group thickbox */
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* thickbox settings */

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* @end */

/* @group checkbox */
.jquery-checkbox-box   {display: inline; font-size: 20px; line-height: 20px; cursor: pointer;}
.jquery-checkbox       {display: inline;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 60px; height: 20px;}
.jquery-checkbox img{background: transparent url(/2008/img/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -20px;
}
.jquery-checkbox-checked .jquery-checkbox img{
	background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -60px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}


/* @end */

/* @group cms */

.cmxform {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.cmxform img {
	background-color: white;
}



/* @end */

#footer {
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	position: absolute;
	color: white;
	left: 10px;
	bottom: 80px;
}


#footer a {
	color: white;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
	padding: 4px;
}

#footer a:hover {
	background-color: #fee044;
	color: black;
}

#cg13 {
	position: absolute;
	left: 10px;
	bottom: 110px;
}

#lenche {
	position: absolute;
	bottom: 22px;
	left: 20px;
}

#nova {
	position: absolute;
	bottom: 20px;
	left: 90px;
}


#crf {
	position: absolute;
	opacity: 0.75;
	filter: alpha(opacity=75);
	bottom: 20px;
	left: 325px;
}


#mutuelle {
	position: absolute;
	bottom: 18px;
	left: 385px;
}

#officiel {
	position: absolute;
	left: 205px;
	bottom: 23px;
}


#player {
	position: absolute;
	width: 250px;
	left: 670px;
	bottom: 10px;
}

#videoplayer {
	position: absolute;
	top: 0;
	left: 10px;
	border: 2px solid #9ca8cc;
}



#flashcontent {
	position: absolute;
	top: 0px;
	left: 10px;
	border: 2px solid #9ca8cc;
}