body {
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 12px;
}
table td {
  font-family: arial;
  font-size: 12px;
}
.banner_right {
  padding: 5px;
  background: white url(Images/banner_right.png) no-repeat top right;
}
.banner_right_en {
  padding: 5px;
  background: white url(Images/banner_right_en.png) no-repeat top right;
}

.photo_bg {
	background-image: url(Images/photo_bg.gif);
	background-repeat: repeat-x;
  padding: 5px;
}
.date {
  padding: 2px;
  color: #999999;
}
.content {
  padding: 15px 15px 35px 15px;
  height: 100%;
  width: 100%;
  background: white url(Images/man.jpg) no-repeat bottom right;
}
.rightpane {
  padding-left: 15px;
}
.bottom {
	background-image: url(Images/bottom.gif);
	background-repeat: repeat-x;
  height: 58px;
  padding: 5px;
  color: #999999;
	font-size: 9px;
}
/* Menu Principal */
a.menu:link, a.menu:visited {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: white;
}
a.menu:active, a.menu:hover {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #f9d73a;
}
.activemenu {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #f9d73a;
}
/* Liens */
A:link, A:visited, A:active {
    font-weight: bold;
    color: #365588;
}
A:hover {
    color: #CC0000;
}
/* Liens non gras */
A.lightlink:link, A.lightlink:visited, A.lightlink:active, A.lightlink:hover {
    font-weight: normal;
}
/* Liens non soulignés et noirs */
a.nolink:link, a.nolink:visited, a.nolink:active {
    text-decoration: none;
    color: black;
}
a.nolink:hover {
    text-decoration: underline;
    color: black;
}
/* Text Box Recherche */
.searchbox {
  border: #94988e solid 1px; 
}
/* Liens Small */
a.small:link, a.small:visited, a.small:active, a.small:hover {
  color: #999999;
}
h1 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
}
h2 {
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  color: #44536b;
  font-style: italic;
  font-family: Georgia, arial;
}
h6 {
  font-size: 12px;
  color: #365588;
  font-weight: bold;
  margin: 0px;
}
.grey {
  color: #999999;
}
.offre {
  position: relative;
  padding: 10px 0;
  border-top: #999999 solid 1px;
}
.container {
  position: relative;
}
.ref {
  text-align: right;
  top: 10px;
  right: 0;
  position: absolute;
}
.print {
  top: -5px;
  right: 0;
  position: absolute;
} 
.Erreur {
	color: #FF0000;
}
