/*
  Name: Helen Baud
  URL: http://www.appeaux-helen-baud.com/
  Author: Com-Ocean | http://www.com-ocean.com
  Date: octobre 2010
*/

body {
  background: #7F3318 url(../images/bkgd_home.jpg) repeat-x 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, address, p {
  font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

ol, ul, blockquote {
	font-weight: normal;
  line-height: 18px;
}

button, input, select, textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
  font-style: italic;
}

img {border: 0; display: block;}



h1 {
  color: #FFF;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}

h2 {
  color: #b2a27e;
  font-size: 24px;
  line-height: 28px;
}

h3 {
  color: #FFF;
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
}

h4 {
  color: #eadec4;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  font-weight: bold;
}

h5 {
  color: #b2a27e;
  font-size: 18px;
  line-height: 22px;
}

h6 {
  color: #EADEC4;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}


p {
  color: #EADEC4;
  font-size: 12px;
  line-height: 17px;
}

a {
 	color: #FFF;
 	font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

a:hover { text-decoration: underline;}

hr {
}

ul {
	list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}

li {
  color: #EADEC4;
  font-size: 12px;
  line-height: 17px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

