#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
}
#content .description .adminLink img {
	float: none;
	width: auto;
	border-width: 0;
	margin: 0;
}

#content h1 {
	font-size: 18px;
}
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 14px;
}
#content h4 {
	font-size: 11px;
}
#content ul, 
#content ol {
	padding-left: 0;
	margin-left: 25px;
}

#content div {
	margin-top: 20px;
}
#content div.clearer {
	margin-top: 0;
}

#content .imgPicker {
	display: inline;
	cursor: pointer;
}

#content #subTitle {
	margin-top: 0;
	height: 48px;
}

#content #subTitle img {
	float: left;
}

#content .description {
	padding: 20px 16px;
	background-color: #ECE6E0;
	border: 1px dotted #CCC;
}

#content .description .titre {
	text-transform: uppercase;
	font-weight: bold;
}

#content .description img {
	float: right;
	width: 160px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px dotted #A66B04;
}

#content #gallery {
	height: 272px;
	width: 362px;
	margin-left: auto;
	margin-right: auto;
}

#content #gallery #previous {
	float: left;
	margin-top: 244px;
	cursor: pointer;	
}

#content #gallery #next {
	float: right;
	margin-top: 244px;
	cursor: pointer;
}

#content #gallery #illustration {
	border-bottom: 8px solid #F3F3F3;
}

#content table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #ECE6E0;
	border: 1px dotted #CCC;
	border-collapse: collapse;
}

#content #booking {
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #ECE6E0;
	border: 1px dotted #CCC;	
}

#content #booking .titre {
	margin-top: 5px;
	font-weight: bold;
	text-align: center;	
}

#content #booking iframe {
	display: block;
	margin: 0 auto;
}

#content table img {
	margin: 0 auto;
}

#content table td {
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	font-size: 10px;
}

#content table tr.altern {
	background-color: #F5F5F5;
}

#content table td.separation {
	border-right: 1px solid #A66B04;
}

#content table td.leftAlign {
	text-align: left;
}

#content ul {
	margin-top: 10px;
	margin-left: 20px;
	list-style-position: outside;
}

#content .threeColumns {
	float: left; 
	margin-top: 0;
	width: 179px;
}

#content .threeColumns .title {
	margin-top: 0;
	height: 60px;
}
#content .threeColumns .title a {
	border-bottom: 0;
}

#content .threeColumns img {
	margin: 0 auto;
}

#content .threeColumns.centerColumn {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;	
	margin-left: 17px;
	margin-right: 17px;	
	padding-left: 17px;
	padding-right: 17px;
}

#content .threeColumns .offre {
	text-transform: uppercase;
}

#content .threeColumns .more {
	margin-top: 10px;
	text-align: right;
	padding-bottom: 1px;
}

#content table.offer {
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #FFF;
	border-collapse: separate;
	border-width: 0;
}
#content table.offer td {
	font-size: 11px;
	text-align: left;
}

#content table.offer td.label {
	width: 1%;
	white-space: nowrap;
	text-align: right;
}

#content .picture {
	display: inline; /* to fix ie6 double margin bug */
	float: left;
	width: 130px;
	height: 80px;
	min-height: 80px;
	margin-right: 29px;
	margin-bottom: 29px;
	text-align: center;
}
/* to fix ie6 lack of min-height */
#content > .picture {
	height: auto;
}

#content .picture img {
	margin: 0 auto;
}

#content .picture.last {
	margin-right: 0;
}

#content .picture .toDetail {
	display: block;
	height: 80px;
	background-color: #EBEBEB;
	border-bottom-width: 0;
}
/* to fix ie6 lack of min-height */
#content .picture > .toDetail {
	height: auto;
	min-height: 80px;
}

#content .picture .legend {
	text-align: center;
	font-weight: bold;
}

#content #message {
	margin: 15px 0;
	font-weight: bold;
	color: #CC0000;
}

#content #plan {
	margin-top: 20px;
	cursor: pointer;
}

#theForm input.error,
#theForm select.error {
	background-color: #FCE8E8;
}

#content .description li img {
	float: none;
	display: inline;
	border-width: 0;
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}