* {
	padding: 0;
	margin: 0;
}

html {
	background: #7f6656;
}

body {
	font: normal 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cac3bf;
}

a {
	color: #CAC3BF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p {
  font-size: 1.3em;
}
ul {
  font-size: 1.3em;
}

#conteneur {
  width: 820px;
  margin: 0 auto;
}

#titre {
  width: 680px;
  text-align: center;
  margin: 1em 0;
  font-size: 4em;
  font-weight: bold;
  font-style: italic;
  line-height: 0.8em;
  color: #b99986;
}
#titre span {
  font-weight: normal;
  font-size: 0.7em;
  color: #a37c66;
}

#navig {
  float: right;
  width: 120px;
}
#menu, #SuiPrec {
  margin-top: 2em;
  list-style: none;
}

#menu {
	float: right;
	padding-bottom: 3em;
}

#menu li, #SuiPrec li {
  padding: 0 0 0.1em 0;
}
#menu li a {
  color: #cac3bf;
  text-decoration: none;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

#SuiPrec li a {
  color: #b99986;
  text-decoration: none;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
}

#menu li a:hover, #SuiPrec li a:hover {
  text-decoration: underline;
}



#content {
  float: left;
  width: 680px;
}
#content img {
  margin: 0 0.5em 0.5em 0;
}

#content2 {
  float: left;
  width: 680px;
  text-align: center;
}
#description {
  text-align: center;
  margin: 1em 0 2em 0;
}

#footer {
  margin: 2em 0 0 0;
  width: 680px;
  clear: both;
  text-align: center;
}
#footer p {
  font-size: 0.9em;
}

#contact {
  width: 680px;
  padding: 5px;
  text-align: left;
}

#contact p {
  margin: 5px 0 10px 0;
}

#contact label {
  display: block;
}

#contact input {
  width: 550px;
  border: 1px solid #CAC3BF;
  background-color: #B99986;
  color: #CAC3BF;
  padding: 2px;
}

#contact textarea {
  width: 550px;
  height: 200px;
  border: 1px solid #CAC3BF;
  background-color: #B99986;
  color: #CAC3BF;
}

#contact fieldset {
  border: 0;
}

#contact #btn {
  width: 75px;
  color: #000;
}

.artiste {
  float: left;
  width: 680px;
}

.artiste span {
  font-weight: bold;
}
.artiste p {
  margin: 0 0 0.8em 0;
}
.artiste h2 {
  font-size: 1.5em;
}
.artiste ul {
  margin: 0 0 0.8em 1.3em;
}
.artiste dt {
  font-size: 1.3em;
  font-weight: bold;
}

.right {
float: right;
width: 120px;
}

.left {
float: left;
width: 450px;
}

#artiste {
	width: 680px;
	float: left;
}

.texte_left {
	float: left;
	width: 460px;
}

#artiste ul {
	list-style: disc;
}

.img_right {
	float: right;
}
