@CHARSET "UTF-8";

body {
	background:url(bg.jpg) no-repeat fixed bottom;
	background-color:#ec5b5b;
	height: 100%;
	margin:0px;
	color:#000000;
	font:Georgia;
	font-size:16px;
	font-style:italic;
}
#container {
	width: 970px;
	margin: 0 auto;
}
#gallery {position:relative; height:250px; width:709px;}
#image {position:relative; height:250px; width:709px;}
#image img {position:absolute;}
.linkbg{
	background:url(breadcrumb_item.png) no-repeat;
	width:200px;
	height:27px;
}
.link {
	font-family:Georgia;
	font-size:15px;
	font-style:italic;
	color:#000000;
	text-decoration: none;
	padding-left:10px;
}
.link:hover {
	color:#FF0000;
}
.linkbg1 {
	color:#660000;
	font-weight:bold;
	font-style:normal;
	} 
.copy {
	font-family:Georgia;
	font-size:14px;
	font-style:normal;
	color:#000000;
}
.defter {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
}
.defteryorum {
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:#000000;
}
h1 {
	font-family:Georgia;
	font-size:18px;
	color:#660000;
	font-style:normal;
	}
.form {
	font-family:Verdana;
	font-size:13px;
	color:#000000;
	font-style:normal;
	}
input.contact-form-input, textarea.contact-form-input {
  border: 1px solid #7ea9ba;
  font-size: 8pt;
}

#contact-gauche input.contact-form-input, #contact-gauche textarea.contact-form-input {
	width: 200px;
}

#contact-droite input.contact-form-input, #contact-droite textarea.contact-form-input {
	width: 280px;
}

input.contact-form-input.unvalid-field, textarea.contact-form-input.unvalid-field, ul.unvalid-field {
  border: 1px solid #cc0000;
}

textarea.contact-form-input {
	height: 105px;
}

p.contact-form-label {
	margin-top: 10px;
	margin-bottom: 5px;
}

p.contact-form-input {
	margin-top: 0;
	margin-bottom: 0;
}

input.contact-form-input[type=submit] {
border: 1px solid #7ea9ba;
background-color: #314d7f;
  width: 180px;
  font-size: 8pt;
  font-variant: small-caps;
  color: white;
  margin-top: 18px;
}
