/* style sheet for "Chez-Fleur.com"   */
/* created by Fleur Helsingor in 2007 */

body {
  margin : 0;
  color : #333333;
  background-color : #fffff0;
  font-family : verdana, helvetica, sans-serif;
}

/* to lay out the page in two columns, with a header and a footer */

/* header */
#header {
  width : 100%;
  height : 150px;
  top : 0;
}  

/* left-hand column */
#left {
  float : left;
  top : 175px;
  left : 0;
  width : 199px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 25px;
  color : #330033;
  background-color : #fffff0;
  border-top : 1px solid #ffcc00;
  border-right : 1px solid #ff9900;
  border-bottom : 1px solid #ff6600;
}

/* right-hand column */
#right {
  top : 175px;
  margin-left : 250px;
  padding : 25px;
} 

/* footer */

#footerbr { clear: both; }

#footer {
  width : 100%;
  height : 5px;
  background : url(background.gif);
  border-top : 1px solid #ff9900;
  border-bottom : 2px solid #ff6600;
}

/* style the basic HTML tags */

p, ol, ul {
  font-size : 80%;
  line-height : 1.3em;
}

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 : 32px;
  margin-top : 12px;
  padding-top : 12px;
  padding-left : 25px;
  padding-bottom : 0;
  color :#0000cc;
  background-color : #fffff0;
  border-top : 2px solid #ffcc00;
  border-bottom : 2px solid #ff9900;
}

/* oldstyle document title */
.title {
  font-weight : bold;
  font-size : 32px;
  margin-top : 12px;
  padding-top : 12px;
  padding-bottom : 12px;
  color :#0000cc;
  background-color : #fffff0;
}

/* second-level title */
h2 {
  font-size : 100%;
  margin-top : 0;
  color :#ff6600;
  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 : 80%;
}
 	
/* breadcrumbs */
.breadcrumbs {
  font-size : 65%;
  margin-top : -12px;
  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;
}

/* for the footer text for documents with no left column */
.small25 {
  font-size : 65%;
  line-height : 1.3em;
  padding-left : 25px;
}

.tight {
  margin-top : 0;
  font-size : 78%;
  line-height : 1.3em;
  padding-right : 25px;
}  

/* special colors */

.gold {
  color : #ffcc00;
  background-color : #fffff0;
}  


