/* style sheet for "Chez-Fleur.com"     */
/* created by Fleur Helsingor in 2007   */
/* last updated on December 10, 2009    */

body {
  color : #333333;
  background-color : #fffff0;
  font-family : verdana, helvetica, sans-serif;
  width : 960px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 25px;
}

/* to lay out pages with a header and a footer */

#page {
  color : #333333;
  background-color : #fffff0;
}

/* header */
#header {
  width : 100%;
  height : 100px;
  margin-top : 0px;
}

/* left-hand column for pages with two columns */
#left, #left2 {
  float : left;
  top : 175px;
  left : 0;
  width : 225px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 25px;
}

/* right-hand column */
#right {
  top : 175px;
  margin-left : 275px;
  padding : 25px;
} 

/* footer */

#footerbr { clear: both; }

#footer {
  width : 100%;
  margin-top : 25px;
  border-bottom : 2px solid #666666;
}

/* style the basic XHTML elements */

p, ol, ul {
  font-size : 75%;
  line-height : 1.5em;
} 

a:link  {
  color :#0000cc;
  background-color : #fffff0;
}
a:visited  {
  color :#660066;
  background-color : #fffff0;
}
a:active {
  color : #ff6600;
  background-color : #fffff0;
}
a:hover {
  color : #ff6600;
  background-color : #fffff0;
}

/* document title */
h1 {
  font-size : 150%;
  margin-top : 0px;
  padding-left : 25px;
  color :#666666;
  background-color : #fffff0;
}

/* oldstyle document title */
.title {
  font-weight : bold;
  font-size : 32px;
  margin-top : 12px;
  padding-top : 12px;
  padding-bottom : 12px;
  color :#666666;
  background-color : #fffff0;
}

/* second-level title */
h2 {
  font-size : 100%;
  margin-top : 6px;
  color : #666666;
  background-color : #fffff0;
}

/* oldstyle second-level title */
.header1 {
  font-size : 100%;
  margin-top : 0;
  color :#666666;
  background-color : #fffff0;
}

/* third-level title */
h3 {
  font-size : 85%;
  margin-bottom : 0;
  padding-top : 12px;
}
 	
/* breadcrumbs */
.breadcrumbs {
  font-size : 65%;
  margin-top : 25px;
  padding-left : 25px;
  padding-right : 25px;
}

/* old-style breadcrumbs */
.nav {
  font-size : 65%;
  line-height : 1.3em;
  margin-top : 25px;
  margin-bottom : 0;
}

/* for the footer text */
.small   {
  font-size : 65%;
  line-height : 1.3em;
}

.small25 {
  font-size : 65%;
  line-height : 1.3em;
  margin-left : 25px;
}

.tight {
  margin-top : 0;
  font-size : 78%;
  line-height : 1.3em;
  padding-right : 25px;
}

.tighttop {
  margin-top : 0;
} 

/* special colors */

.gold {
  color : #ff9900;
  background-color : #fffff0;
}
