/* ----------------- Elements de couleur suivant les pages ----------------*/
body {
	background-image:url(../images/all/bg-contact.gif);
	background-repeat:repeat-y;
}
#top {
	background-color:#8B460E;
}
#droite, #pied a:hover, h1, .vign a:hover, #droite a:hover, .site a:hover {
	color:#8B460E;
}
#pied  {
	border-top:1px solid #8B460E;
}
input {
	background-color:#fff;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom:1px solid #C1C1B3;
	color:#666;
}
textarea {
	width:98%;
	border:1px solid #C1C1B3;
	color:#666;
	font-size:1em;
	font-weight:bold;
}
.bouton {
	border:1px solid #C1C1B3;
	color:#666666;
	font-size:0.7em;
	font-weight:bold;
	background-color:#EEE3DB;
	margin-bottom:2em;
}
input[type=text]:focus, textarea:focus, input[type=button]:hover{
	border-color: #8B460E ;
}
input[type=button]:hover,input[type=reset]:hover{
	border-color: #8B460E ;
	color:#8B460E ;
}
.decale{margin-left:19px;}