#contact {
	height: 450px;
	position: relative;
}

.blocContact {
	background: url(../images/common/rayures_background.gif) left top;
	border: #3a3b39 solid 6px;
	color: #FFF;
	height: 413px;
	width: 463px;
}

.blocContact .titre {
	background: url(../images/common/fond_blanc.png) repeat left top;
	font-size: 18px;
	margin: 5px 0 60px 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.adresse {
	left: 15px;
	position: absolute;
	top: 20px;
}

.blocContact ul {
	background: url(../images/common/filet.png) no-repeat center bottom;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;
	width: 400px;
}

.blocContact li {
	background: url(../images/common/puce.png) no-repeat left 4px;
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
}

.blocContact a {
	color: #FFF;
	text-decoration: none;
}

.formulaire {
	font-weight: bold;
	position: absolute;
	right: 22px;
	top: 20px;
}

.formulaire p {
	margin: 0 0 20px 25px;
}

.formulaire label {
	background: url(../images/common/puce.png) no-repeat left top;
	font-size: 14px;
	padding: 0 30px 0 20px;
}

.formulaire #email {
	background: #FFF;
	color: #5b5e7d;
	font-weight: bold;
	height: 15px;
	width: 250px;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.formulaire textarea {
	background: #FFF;
	color: #5b5e7d;
	font-weight: bold;
	height: 120px;
	padding: 10px;
	width: 380px;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.formulaire #send {
	float: right;
	height: 20px;
	margin: 0 36px 0 0;
	padding: 1px 5px;
}