#container {
  width: 780px;
}


/* Mise en page du site */

#content {
	padding: 5px;
	margin: 0;
}

#header {
    border-bottom:1px solid black;
}
#header .logo {
  width: 211px;
}
#header .pub {
  text-align: center;
  width: 769px;
  background-image: url(../images/menus/fond.gif);
}
#header .menu {
  background-color: #9a0000;
}

#left {
  background-color: #9a0000;
  width: 155px;
  text-align: center;
}
#left select {
  padding: 0;
  margin: 2px;
  font-size: 9px;
}
#left .choix-edition {
  color: white;
  font-size: 8pt;
}
#left .pub {
  background-image: url(../images/menus/fond3.gif);
  padding-top: 21px;
  padding-bottom: 21px;
}
#left .fond {
  background-image: url(../images/menus/fond3.gif);
}

#right {
	background: #cccccc;
	margin-right: -139px; /* "Must be 1 pixel less than width" */
	float: right;
	width: 140px; /* "Must be same as right margin on #middle" */
	position: relative;
	right: -2px; /* "Line up" */
	display: inline; /* "IE fix" */
}

* html #left {
  margin-right: -3px; /* "3 pixel jog" */
}
* html #right {
  margin-left: -3px; /* "3 pixel jog" */
}

#middle {
	margin-left:140px;
	margin-right:140px;
}

/* "Mac hide and combat IE's 3 pixel jog" */
* html #centre {
  overflow: hidden;
  float: left;
  width: 100%;
}
* html #middle {
  height: 1%;
}
/* "End hide" */

#footer {
	text-align:center;
	width:980px;
}
#footer .copyright-gauche { 
  background-color: #9a0000;
  width:155px;
}
#footer .copyright-droite { 
  background-color: #9a0000;
  text-align: center;
}
#footer .copyright-bas { 
  background-color: #9a0000;
}
#footer .texte {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 4px 0; 
}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}


/* FX */

.fx  {
	text-decoration: none;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
.fxlien {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}


.CalDate {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  background-color: #275FD0;
  text-align: center;
}
.CalJournee {
  font-size: 12px;
  color: #275FD0;
  line-height: 18px;
  background-color: #e8e8e8;
  text-align: left;
}
.Calligne1 {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  background-color: #ffffff;
}
.Calligne2 {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  background-color: #e8e8e8;
}

