/*	[#CONTAINER]
	------------------------------------------------------------------------  */

/* ----- [#CONTENT] */
div#content h2 {
	background: transparent url(images/h2.jpg) left top no-repeat;
}

/* ----- [FORM] */
form fieldset {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

	form fieldset legend {
		display: none !important;
	}

/* ----- [TABLE] */
table#consultation {
	border-collapse: collapse;
	font-size: 11px;
}

	table#consultation th {
		color: #c61128;
	}
	
	table#consultation td {
		height: 24px;
		color: #4d4d4d;
	}
	
	table#consultation th,td {
		text-align: center;
	}
	
	table#consultation th.alignLeft,
	table#consultation td.alignLeft {
		text-align: left;
	}
	
	table#consultation td.notes {
		color: #7c7b7a;
		font-size: 9px;
	}

		table#consultation tr td.error {
			color: #d13d4f;
			font-weight: bold;
		}
		
		table#consultation tr td.hidden {
			visibility: hidden;
		}
		
		table#consultation td div {
			height: 18px;
			line-height: 24px;
			padding: 6px 0 0 0;
			margin: 0 30px;
		}

			table#consultation td div input {
				margin: 0;
				padding: 0;
			}

		table#consultation td#capitons div,
		table#consultation td#rondeurs div,
		table#consultation td#retention div,
		table#consultation td#relachement div,
		table#consultation td#minceur div,
		table#consultation td#buste div {
			border-left: 1px solid transparent;
			border-right: 1px solid transparent;
		}

		table#consultation td#capitons div {
			border-top: 1px solid transparent;
		}
		
		table#consultation td#buste div {
			border-bottom: 1px solid transparent;
		}
		
		table#consultation td#capitons div.error,
		table#consultation td#rondeurs div.error,
		table#consultation td#retention div.error,
		table#consultation td#relachement div.error,
		table#consultation td#minceur div.error,
		table#consultation td#buste div.error {
			border-left: 1px solid #c61128;
			border-right: 1px solid #c61128;
		}

		table#consultation td#capitons div.error {
			border-top: 1px solid #c61128;
		}
		
		table#consultation td#buste div.error {
			border-bottom: 1px solid #c61128;
		}