/*****************************************************************/
/* Ptigui.net CSS2                                               */
/*****************************************************************/

#fondpage {
     width:      800px;
     background-color:  White;
     font-family: helvetica, arial, sans-serif;
     font-size: 80%;
}

/* ###### Header ###### */

#header {
     color:             Gray;
     background-color:  Silver;
     font-size:         350%;
     height:            1.25em;
     padding-top:       12px;
     padding-left:      8px;
}

/* ###### Menubar ###### */

#MenuBar {
     background-color: Gray;
     font-size:        110%;
     padding-left:     8px;
     padding-right:    8px;
     padding-top:      8px;
     padding-bottom:   8px;
}

#MenuBar, #MenuBar a {color: White;}

#MenuBar .highlight {color: #fda05b;}

/* ###### Footer ###### */

#footer {
  background-color: Gray;
  font-size:        90%;
  font-weight:      bold;
  padding-left:     8px;
  padding-right:    8px;
  padding-top:      8px;
  padding-bottom:   8px;
  text-align:       right;
/*  margin-top:       5px; */
}

#subfooter {
  color: Gray;
  padding-top: 15px;
  font-size: 90%;
  text-align: center;
  background-color: #EFEFEF;
/*  height: 75px; */
}


#footer, #footer a {color: White;}

/*****************************************************************/

/* ###### Body ###### */

body {
     margin: 0px;
     background : #EEE url(img/bg.png) repeat-y 800px 0;
     background-color: #EFEFEF;
     color: Gray;
}

img {
     border: 0;
}

a {
     color: Gray;
     font-weight: bold;
     text-decoration: none;
}

a:hover {
     color: Silver;
     text-decoration: underline;
}

/** Styles utilisés pour les textes */

#contenu {
/*  width:         800px; */
  padding-left:  10px;
  padding-right: 10px;
  background-color: White;
  margin: 0px;
  color: Gray;
}

#text {
  margin-left:    100px;
  margin-right:   50px;
}

#text h1, h2, h3 {
  padding-top:    4px;
  padding-bottom: 4px;
  padding-left:   2px;
  padding-right:  2px;
}

#text h1 {
  font-weight:     bold;
  font-size:     150%;
  font-style :     italic;
}

#text p {
  margin-left:   75px;
  text-align:    left;
}

#text img {
  border-style: solid;
  border-width: 1px;
  border-color: Gray;
  background :  Gray;
}

/* Singapore */
h1 {
  font-size: 150%;
}

h2 {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 120%;
}

div.sgContainer {
  clear: both;
  text-align: center;
}

div.sgTab, div.sgNavBar {
  text-align: center;
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

div.sgTab a, div.sgNavBar a {
  color: Gray;
  font-weight: normal;
  text-decoration: none;
}

div.sgTab a:hover, div.sgNavBar a:hover {
  color: Silver;
  text-decoration: underline;
}

div.sgNavBar img {
  border: 1px solid Gray;
}

div.sgAlbum, div.sgGallery {
  padding: 1em;
}

div.sgAlbum table, div.sgGallery table {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* Imagettes albums */
div.sgAlbum img {
  border: 1px solid Gray;
  margin: 3px;
}

div.sgAlbum a {
  font-size:75%;
  font-weight: normal;
  color: Gray;
  text-decoration: none;
}

td.sgGalleryThumb {
  text-align: center;
  padding: 0 1em;
}

td.sgGalleryThumb img {
  border: 1px solid Gray;
}

td.sgGalleryText {
  text-align: left;
  font-size: 75%;
  vertical-align: top;
  padding: 0 1em 2em;
}

a.sgGalleryTitle {
  font-weight: bold;
  font-size: 125%;
}

div.sgImage img {
  color: Gray;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid Gray;
}

.sgDesc {
  margin-left: auto;
  margin-right: auto;
}

