/* CSS Document */

/*  GENERAL SETTINGS    */
body {
  background-color:#719FB6;
  font:12px Arial, Verdana, Helvetica, sans-serif;
  margin:10px 0;
}

#page {
  margin:0 auto 0 auto;
  width:814px;
}
.clear {
  clear:both;
}

/* links */
a       { color:#004080; text-decoration:none;     }
a:hover { color:#004080; text-decoration:underline;}

/* Forms: enveloppe */
.standardform       { padding: 0px; margin: 0px; }
.standardform-input { border: 1px solid #CCC;   font:12px Arial, Verdana, Helvetica, sans-serif;}


/* Titre des pages */
h1 {font-size:14px; background-color:#533434; color:#FFFFFF; font-weight:normal; padding:4px; margin:0px 0 30px 0;}

/* Ombre haute et basse et milieu */
#border-top {
  background:url(border-top.gif) no-repeat bottom;
  margin:0;
  padding:0;
  height:7px;
}
#border-bottom {
  background:url(border-bottom.gif) no-repeat top;
  margin:0;
  padding:0;
  height:7px;
}
#content {
  background: url(border-middle.gif) repeat-y left top;
  margin:0;
  padding: 10px 17px;
}


/* Contenu: header*/
#content-header{
  background:#533434;
  height:70px;
  padding:80px 0 0 100px;
}
#content-header-title {
  display:block;
  width:260px;
  height:35px;
  background: url(content-header-title_en.gif) no-repeat;
}
#content-header-title strong {
  display:none; 
}

/* Contenu: footer*/
#content-footer{
  background:#533434;
  margin:0;
  padding:2px;
  color:#FFF;
  text-align:center;
}
#content-footer a       { color:#FFF; text-decoration:none;     }
#content-footer a:hover { color:#FFF; text-decoration:underline;}




/* Contenu: barre menu principale */
#menutop {
  background:#DBD7CB;
  height:36px;
  margin:0;
  padding:0;
  list-style:none;
}
#menutop li {
  float:left;
  padding:0;
  margin: 0 0 0 40px;
}
#menutop li#menutop_photolibrary { margin-left:30px; }

#menutop strong {
  display:none; 
}
#menutop_photolibrary a  { display:block; height:36px; background: url(menutop-photolibrary.gif) no-repeat; width:100px;}
#menutop_panorama a      { display:block; height:36px; background: url(menutop-panorama.gif)     no-repeat; width:110px; }
#menutop_achatposter a   { display:block; height:36px; background: url(menutop-achatposter.gif)  no-repeat; width:104px; }
#menutop_infos a         { display:block; height:36px; background: url(menutop-infos_en.gif)     no-repeat; width:124px; }
#menutop_contact a       { display:block; height:36px; background: url(menutop-contact.gif)      no-repeat; width:66px;  }
#menutop_flags           { display:block; height:36px; text-align:right; width:150px;}

#menutop_photolibrary a:hover, #menutop_panorama a:hover, #menutop_achatposter a:hover, #menutop_infos a:hover, #menutop_contact a:hover {
  background-position:0 -36px;
}

/* Contenu: barre sous-menu: style commun */
#menutop2 {
  height:26px;
  line-height:26px;
  border-style:solid;
  border-width: 2px;
}

#menutop2 td a { color:#67645C; font-weight:bold;}
