p.error	{
	color:red;
	font-weight:bold;
}

p.info	{
	color:green;
	font-weight:bold;
}

form p	{
	text-indent: 0px;
	margin-top: 5px;
}

label, input, textarea, select	{
	margin-left: 5px;
}

input, textarea, select	{
	border:1px solid #ccc;
	background-color: #eee;
	color: #000;
	height: 24px;
	font-size: 1.3em;
	padding: 1px 5px;
}

select	{
	height: 28px;
}

input:focus, textarea:focus, select:focus	{
	background-color: #fff;
}

textarea	{
	height: 120px;
	width: 550px;
	font-size: 1.4em;
	padding-top: 5px;
}

label	{
	font-size: 0.9em;
	margin-bottom: 1px;
	display: block;
	width: 180px;
	text-align: left;
	padding-top: 8px;
}

input[type="image"]	{
	margin-top:10px;
	margin-left: 200px;
	border:none;
	height: auto;
	background-color: transparent;
}

.mandatory {
	color: red;
}

.legend {
	font-size: 0.9em;
} 
@font-face {
	font-family: "Sackers GM AT";
	font-style: normal;
	font-weight: 300;
	src: url("../sackersGMAT.otf") format("opentype");
}
@font-face {
	font-family: "Sackers L";
	font-style: normal;
	font-weight: 300;
	src: url("../sackersGMATlight.otf") format("opentype");
}
@font-face {
	font-family: "Garamond";
	font-style: normal;
	font-weight: 300;
	src: url("../garamondBE.otf") format("opentype");
}

body {
	font-family: "Sackers GM AT", Arial;
	line-height: 1.2em;
	min-width:1024px;
}

* {
	margin: 0;
	padding: 0;
}

.inner h2 {
	font-family:"Sackers L", serif;
}

#index {
	background: url('../images/arbre.jpg') no-repeat top center;
	padding: 360px 0 150px;
}

#index header {
	background: url('../images/repeat.png') repeat-x;
	height: 162px;
	position: relative;
	text-align: center;
	padding: 20px 0;
}

#index header .enterline {
	font-size: 8px;
	position: absolute;
	top: 130px; left: 0; right: 0;
	letter-spacing: 1px;
}

a {
	color: #111;
	text-decoration: none;
}

footer {
	background: #c2bdb9;
	border-top: #e4e1dc solid 6px;
	text-align: center;
	padding: 15px 0;
	font-size: 9px;
	letter-spacing: 4px;
	height:45px;
}

footer p {
	line-height:14px;
	margin-top:10px;
}

header.main {
	background: #c9c4c1;
	text-align: center;
	padding: 10px;
}

.wrapercontact {
	width: 1024px;
	margin: auto;
}

.wrapercontact .contact {
	float: right;
	list-style: none;
}

.contact a {
	width:144px;
	height:49px;
	display:block;
	background:url('../images/contactbg.jpg') no-repeat;
}

.contact.active a, .contact a:hover {
	background:url('../images/contacthover.jpg') no-repeat;
}

.wrapercontact .contact .first {

}

.wrapercontact .contact.active {
	background: #C9C4C1;
}

.inner {
	text-align: center;
	clear: both;
	width: 546px;
	margin: 80px auto;
}

img {
    border: 0
}

.inner h2 {
	margin: 20px 0 30px;
	color: #b3c9d4;
	letter-spacing: 20px;
	font-size: 20px;
	font-weight: normal;
}

.undercontent {
	font-size: 11px;
	margin: auto;
	padding-top: 5px;
	margin-top: 30px;
	border-top: 1px solid #000;
	margin-bottom: 100px;
	width: 400px;
	font-family:"Sackers L", serif;
}

body .content {
	width: 423px;
	margin: auto;
	font-family: "Garamond", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	line-height:22px;
}

h3 {
	font-size: 9px;
	letter-spacing: 7px;
	width: 546px;
	margin: 20px auto;
	font-weight: normal;
	text-align: left;
}

.person, .adress {
    font-family: "Garamond", serif;
}

.person {
	float: right;
	text-align: right;
	font-size: 13px;
	margin-top:13px;
	letter-spacing: 1px;
}

.adress {
	margin-bottom: 120px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 13px;
	line-height:18px;
}

.person a {
	text-decoration:underline;
}