div#contact{
	width: 934px;
	height: auto;
	background-image: url(../img/fd_village.gif);
	background-repeat: repeat-y;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 14px;
}

.offices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gris {
	color: #999999;
	font-size: 90%;
}
.description {
	font-size: 90%;
}
#contact a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

#contact a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
dl.infos{
	margin-left: 50px;
	margin-top: 20px;
}
dl.infos dt{
	font-size: 120%;
	color: #ad0000;
	font-weight: bold;
}
dl.liste-infos{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 70px;
}
dl.liste-infos dt{
	font-weight: bold;
	font-size: 100%;
	color: #000;
}
dl.liste-infos dd{
	text-align: justify;
	margin-bottom: 10px;
}
div.infos-contact{
	width: 868px;
	margin: auto;
	background-image: url(../img/fd_infos-contact.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
div.infos-contact div.onglet{
	width: 868px;
	height: 34px;
	background-image: url(../img/onglet_infos-contact.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 25px;
	color: #ad0000;
}
div.infos-contact a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

div.infos-contact a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
p.nom {
	color: #ad0000;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
}


label {
	width: 150px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
input{
	border: 1px inset #000;
	width: 250px;
	margin-bottom: 5px;
}

textarea #message {
	border: 1px inset #000;
	width: 450px;
	height: 150px;
	margin-bottom: 5px;
}

