#menu ul li a#contact { background: url(../img/note_hover.gif) no-repeat 15px 0 #605E4D; }


#coordonnees {
	float: left;
	width: 480px;
}

	#coordonnees img { margin-top: 20px; }
	
.colonne {
	float: right;
	width: 430px;
	margin-top: 60px;
}

	.colonne p { line-height: 38px; }
	
		.colonne a {
			display: block;
			height: 38px;
			line-height: 38px;
			background: url(../img/mail.gif) no-repeat top left;
			padding-left: 55px;
			text-decoration: none;
			font-weight: bold;
			color: #666451;
		}
		
		.colonne a:hover { text-decoration: underline; }

.txt_petit {
    width: 270px;
    padding: 3px 5px;
    font-family: Georgia;
    font-size: 12px;
}

.textarea_petit_l {
    width: 270px;
    height: 120px;
    padding: 3px 5px;
    font-family: Georgia;
    font-size: 12px;
}

.bouton {
	margin-top: 7px;
	padding: 3px;
	color: #F4EED0;
	border: 1px solid #36362A;
	background-color: #605E4D;
	font-family: Georgia;
	font-size: 14px;
}

.bouton:hover {
	border: 1px solid #36362A;
	background-color: #706E5D;
	color: #FFFFFF;
}

.beige { border: 1px solid #605E4D; color: #913D03; background-color:#F4EED0; }
.beige:hover,
.beige:focus { border: 1px solid #545342; background-color: #FFFFFF; }


