@charset "utf-8";
/* CSS Document */

body{
	font-family:Trebuchet MS;
	font-size:1em;
	color:#746f6d;
}

#contenu{
	margin:auto;
	width:250px;
	text-align:center;
}

p{
	margin:0px;
	margin-top:10px;
	padding:0px;
	font-size:0.6em;
	text-align:inherit;
}

p a{
	text-decoration:underline;
	color:#ec7106;
}

p a:hover{
	text-decoration:none;
	color:#ec7106;
}

p#logo{
	margin-top:50px;
}

h1{
	margin:0px;
	margin-bottom:35px;
	margin-top:50px;
	padding:0px;
	padding-top:206px;
	font:0.6em Trebuchet MS;
	color:#746f6d; 
	width:250px;
	background: transparent url(images/logo-letsweb.jpg) no-repeat top left;
}
h1 span {
	position:absolute;
	top:-1000px;
}

/* le formulaire de contact */
.access {
	position: absolute;
	top: -5000px;
}
#contact {
	margin:20px auto;
	width:400px;
}

#contact form {
}
#contact fieldset {
	padding: 0;
	margin: O;
	border:none;
}
#contact label {
	float: left;
	margin-right: 10px;
	width: 60px;
	text-align: right;	
}
#contact input,
#contact textarea {
	width: 250px;
}
#contact textarea {
	height: 100px;
}
#contact input.empty,
#contact textarea.empty {
	border: 1px solid #ec7106;
}
#contact p {
	margin: 0 0 10px 0;
	clear: both;
}
#contact p.submit input {
	width: 80px;
	margin-left: 70px;
}
#contact p.submit span {
	margin-left: 20px;
}

#contact p.negative-information,
#contact p.positive-information {
	color: #ec7106;
	text-align: center;
}
