div#middle3colgrey {
  background: #EDEDED;
  margin: 0px 260px 0px 260px; 
  padding: 20px;
  min-height: 300px;
}

.main-title a:link, .main-title a:visited, .main-title a:active, .main-title a:hover {
  color: #dd3e1b;
}

div.index_page ul {
  margin-top: 10px;
}

div.index_page ul li {
  margin-left: 26px;
  padding-left: 0px;
  margin-bottom: 10px;
}

.index_page div.right {
  text-align:right;
}

a.all:link, a.all:visited, a.all:active, a.all:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #dd3e1b;
}

div#right-sidebar {
  float: right;
  width: 250px;
}

/* ----- LEFT MENU ----- */

div#left-sidebar.index_page {
  float: left;
  width: 250px;
  vertical-align: top;
  text-align: left;
  background: #ffffff;
}

.index_page div#news, .index_page div#calendrier, .index_page div#resultats {
  margin-bottom: 20px;
  color: #666;
}

.index_page div.main-title {
  padding-left: 26px;
  color: #dd3e1b;
  font-size: 120%;
  margin-bottom: 10px;
  font-weight: bold;
}

.index_page div#news {
  background: url(../images/icon-news.jpg) top left no-repeat;
}

.index_page div#calendrier {
  background: url(../images/icon-calendrier.jpg) top left no-repeat;
}

.index_page div#resultats {
  background: url(../images/icon-resultats.jpg) top left no-repeat;
}
/* ----- END LEFT MENU ----- */

/* ----- CENTER PAGE ----- */
.index_page div.une, .index_page div.actu, .index_page div.interview {
  margin-bottom: 20px;
  color: #666;
  overflow: hidden;
}

.index_page div.une {
  background: url(../images/icon-une.jpg) top left no-repeat;
}

.index_page div.actu {
  background: url(../images/icon-actu.jpg) top left no-repeat;
}

.index_page div.interview {
  background: url(../images/icon-interview.jpg) top left no-repeat;
}

div.main-content {
  margin: 10px;
}

p.subtitle{
  color: black;
  font-weight: bold;
}

p.summary {
}

div.image{
  float: right;
  text-align: right;
  height: 108px;
  width: 158px;
  margin-left: 15px;
}

div.image img {
  border: 4px solid #FFF; /*ea724d;	*/
}

.main-title hr {
  color: #dd3e1b;
  background-color: #dd3e1b;
  height: 1px;
  border: 0px;
  width: auto 100%;
  margin: 2px 0px 5px 100px;
}

/* ----- END CENTER PAGE ----- */

/* ----- CALENDRIER ----- */

.calendar {
  width: 189px;
  border: 1px solid black;
  margin: 0 auto;
}

div ul.calendar_header, div ul.calendar_line {
  width: 189px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

div ul.calendar_header li, div ul.calendar_line li{
  float: left;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 3px 0px;
  margin: 0;
  background: white;
  text-align: center;
  width: 25px;
}


.calendar_line li.itemCurrentItem {
  background-color: #bbb;
  color: #FFF;
}
.calendar_line li.itemSelectedItem {
  background-color: #f39501;
  color: #FFF;
}
.calendar_line li.itemExistingItem {
  background-color: #f39501;
  color: #FFF;
}

.index_page form {
  width: 189px;
  margin: 0 auto;
}

.index_page form select {
  border: 1px solid #000;
}

a.tooltip {
  color: #FFF;
}
	
	
a.tooltip span {
  display:none;
  padding:5px 5px;
  margin-left:10px;
  text-align: left;
}
a.tooltip:hover span{
  display: inline;
  position: absolute;
  border: 1px solid #000;
  background: #f39501;
  color: #FFF;
}

/* ----- END CALENDRIER ----- */
