div.contacts h2 {
	background-color: #003772;
	color: white;
	padding-left: 37px;
	line-height: 28px;
	font-size: 20px;
	text-transform: uppercase;
	background: #003772 url('/img/theme/contenu/contenu_fleche_orange.png') no-repeat top left;
}
div.contacts div.left_box {
	width: 376px;
	float: left;
	}
	fieldset {
		border: 0;
		padding: 0px;
		margin: 0px;
		}
		fieldset legend {
			margin-bottom: 18px;
		}
		fieldset label {
			font-weight: bold;
			margin-right: 15px;
			margin-bottom: 11px;
		}
		fieldset input {
			border: solid 1px #ff9906;
			margin-bottom: 11px;
		}
		fieldset input#ContactNom {
			width: 331px;
		}
		fieldset input#ContactPrenom {
			width: 314px;
		}
		fieldset input#ContactSociete {
			width: 315px;
		}
		fieldset input#ContactEmail {
			width: 327px;
		}
		fieldset input#ContactTel {
			width: 342px;
		}
	div.left_box div#gmap iframe {
		border: solid 1px #ccc;
	}
div.contacts div.right_box {
	float: left;
	width: 233px;
	margin-left: 23px;
	}
	div.contacts div.right_box h3 {
		color: orange;
	}
	div.contacts ul {
		list-style: none;
		list-style-position: inside;
		padding: 0px;
		margin: 0px;
		margin:20px 8px 16px;
		}
		div.contacts ul li {
			padding-left: 18px;
			font-size: 13px;
		}
		div.contacts ul li {
			background: transparent url('/img/theme/contenu/bullet_orange.gif') no-repeat top left;
		}
	div.right_box textarea {
			font-family: arial;
			border: solid 1px #ff9906;
			font-size: 11px;
			font-weight: normal;
			height: 148px;
			width: 231px;
			margin: 0px;
		}
	div.right_box input[type=submit] {
		background-color: orange;
		border: 0;
		color: white;
		float: right;
		margin: 0px;
		margin-top: 9px;
		height: 23px;
		width: 78px;
		font-size: 10px;
	}