@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
#menuleft a:hover {
	text-decoration: none;
	color:#000;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}
#menuleft {
	
}
img {
	border:0px;
}
#ienomore {
	position:absolute;
	top:0px;
	left:450px;
}
.ListeInscr{
	border:1px;
	border-style:solid;
}
#magicblock {
	position:absolute;
	background-color: #FFF;
	display:none;
	width:100%;
	height:100%;
	z-index:9;
}
.logo {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/logo.png);
	width:412px;
	height:225px;
	z-index:6;
}
#contenu {
	top:220px;
	width:62%;
	height:200px;
	left:50%;
	margin-left:-31%;
	z-index:6;
}
#menuleft {
	top:245px;
	width:200px;
	right:81%;
	margin-right:-7px;
	z-index:5;
}
#menuleft .rt{
	background-image:url(images/m_rt.png);
}
#menuleft .rf{
	background-image:url(images/m_rf.png);
}
#sponsors {
	top:245px;
	width:200px;
	left:81%;
	margin-left:-7px;
	z-index:5;
}
#sponsors .lt{
	background-image:url(images/b_cm.png);
	background-repeat:repeat;
}
#sponsors .lf{
	background-image:url(images/m_lf.png);
}
#login {
	position:absolute;
	top:183px;
	right:25%;
	height:20px;
	width:145px;
	z-index:5;
}
#login .contenu {
	width:130px;
	text-align:center;
	font-weight:bold;
}
#twitter {
	position:absolute;
	top:183px;
	left:50%;
	margin-left:135px;
	height:20px;
	width:145px;
	z-index:5;
}
#twitter .contenu {
	width:130px;
	text-align:center;
	font-weight:bold;
}
#header {
	position:absolute;
	/*display:none;*/
	top:40px;
	left:50%;
	margin-left:100px;
	width:500px;
	height:125px;
	z-index:5;
}
#header .contenu {
	width:445;
}
.MiseEnEvidence{
	background-color:#FFCC33;
	}
.fond1 {
	position: absolute;
	background-image:url(images/fond1n.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	top : auto;
	bottom:0px;
	left:0px;
	height:998px;
	width:571px;
	z-index:1;
}
.fond2 {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/fond2n.png);
	background-repeat:no-repeat;
	height:947px;
	width:558px;
	z-index:1;
}
.bloc {
	position:absolute;
}
.bloc .lt {
	background-image:url(images/b_lt.png);
	background-repeat:no-repeat;
	height:35px;
	width:42px;
}
.bloc .mt {
	background-image:url(images/b_cm.png);
	height:35px;
	width:auto;
}
.bloc .rt {
	background-image:url(images/b_rt.png);
	background-repeat:no-repeat;
	height:35px;
	width:43px;
}
.bloc .lm {
	font-size:1px;
	background-image:url(images/b_lm.png);
	background-repeat:repeat-y;
	height:auto;
	width:42px;
}
.bloc .mm {
	background-image:url(images/b_cm.png);
	background-repeat:repeat;
	height:auto;
	width:auto;
	text-align:left;
	vertical-align:top;
}
.bloc .mm .contenu {
	position:relative;
	float:left;
	margin-bottom:-25px;
	margin-left:-30px;
	margin-right:-25px;
	margin-top:-25px;
	vertical-align:top;
	z-index:7;
}
.bloc .rm {
	font-size:1px;
	background-image:url(images/b_rm.png);
	background-repeat:repeat-y;
	height:auto;
	width:43px;
}
.bloc .lf {
	background-image:url(images/b_lf.png);
	background-repeat:no-repeat;
	height:46px;
	width:42px;
}
.bloc .mf {
	background-image:url(images/b_cf.png);
	background-repeat:repeat-x;
	height:46px;
	width:auto;
}
.bloc .rf {
	background-image:url(images/b_rf.png);
	background-repeat:no-repeat;
	height:46px;
	width:43px;
}
.infos {
	display:none;
	width:100%;
}
.allinfos {
	width:100%;
}
.date {
	font-size:12px;	
}
.infos .date {
	font-size:10px;	
}
.infos .corp {
	font-size:12px;	
}


/* JQUERY */
/* auto complete */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:10;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }

