/* CSS Document */

a.bleu:link {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal;
}
a.bleu:visited {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal
}
a.bleu:hover {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color:#84d0d3;
	font-weight: normal
}
a.bleu:active {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #84d0d3;
	font-weight: normal
}

a.purple:link {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal;
}
a.purple:visited {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal
}
a.purple:hover {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color:#403e4d;
	font-weight: normal
}
a.purple:active {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #403e4d;
	font-weight: normal
}

a.link:link {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	text-decoration: none;
	color: #aba297;
	font-weight: normal;
}
a.link:visited {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal
}
a.link:hover {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	text-decoration: none;
	color:#777069;
	font-weight: normal
}
a.link:active {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	text-decoration: none;
	color: #777069;
	font-weight: normal
}

a.red:link {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal;
}
a.red:visited {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal
}
a.red:hover {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color:#b77173;
	font-weight: normal
}
a.red:active {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #b77173;
	font-weight: normal
}

a.green:link {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal;
}
a.green:visited {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal
}
a.green:hover {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color:#c2c979;
	font-weight: normal
}
a.green:active {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #c2c979;
	font-weight: normal
}

a.beige:link {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal;
}
a.beige:visited {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #a6a39e;
	font-weight: normal
}
a.beige:hover {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color:#aba297;
	font-weight: normal
}
a.beige:active {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #aba297;
	font-weight: normal
}

.text {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	font-weight: normal;
	color: #a6a39e;
}

.title {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	font-weight:bold;
	color: #a6a39e;
}

.textbleu {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #84d0d3;
}

.textpurple {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #403e4d;
}

.textred {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #b77173;
}

.textgreen {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #c2c979;
}

.textbeige {
	font-family: "Verdana", Arial, Times New Roman, Times;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #a6a39e;
}

.form { 
  font-family: verdana;
  font-size: 11px;
  color: #a49b8f;
  text-align: left;
  margin-bottom: 6px;
}

#contactform {
  text-align: left;
}

.cases {
  border: none;
  border-style: none;
}

.bouton {
  background-color:#cdc6bc;
  font-family: verdana;
  border-width: 1px;
  border-color: #a49b8f;
  border-style: solid;
  color:#a49b8f;
  letter-spacing: 1px;
}