#custom-doc { width: 970px; margin:auto; text-align:left; }

html, body {
	background: #271D1C url(../images/antra.jpg) top left repeat-x;
}

body {
	color: #444;
	font-family: Verdana;
}

p {
	margin: 0 0 1em 0;
}

#main {
	text-align: justify;
}

#main a {
	color: #3C6217;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#main a:hover {
	color: #000;
	border-bottom: 1px solid;
	background: #efe;
}

strong {
	color: black;
	font-weight: bold;
}

em {
	font-style: italic;
}

#hd {
	position: relative;
	width: 970px;
	height: 175px;
	background: url(../images/banner-1.jpg);
}

#switch_lang {
	position: absolute;
	top: 40px;
	right: 1em;
}

#switch_lang li {
	float: left;
	padding: 0 0 0 1em;
}

#switch_lang a {
	color: #fff;
	text-decoration: none;
}

#menu {
	position: relative;
	width: 970px;
	height: 29px;
	background: #fff url(../images/menu_bg.png) top right no-repeat;
	padding: 0 0 3em 0;
}

#main_menu {
	position: absolute;
	top: 0px;
	right: 1em;
}

#main_menu li, #admin_menu li {
	float: left;
	padding: 6px 0 0 0;	
}

#main_menu a {
	color: #604B40;
	text-decoration: none;
}

#main_menu a.active {
	border-bottom: 1px solid #604B40;
}


#main_menu span {
	color: #956D5A;
	padding:0 0.8em;
}

#sub_menu a {
	color: #956D5A;
	text-decoration: none;
}

#sub_menu li {
	padding: 0.3em 0;
}

#sub_menu ul {
	margin: 3em 0 1em 0;
}

#bd {
	background: #fff;
	min-height: 600px;
}

#bd img {
	float: left;
	margin-right: 1em;
}

h1 {
	color: #A88C72;
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h2 {
	color: #6E7932;
	font-size: 108%;
	margin: 1em 0;
	font-weight: bold;
}

h3 {
	color: #000;
	font-weight: bold;
	margin: 1em 0;
}

#left_col_padding, #right_col_padding {
	padding: 0 1em;
	font-size: 93%;
	line-height: 1.6em;
}

#right_col_padding {
	font-size: 77%;
}

#left_col_padding h2, #right_col_padding h2 {
	font-size: 100%;
	border-bottom: 2px solid #58453A;
	margin: 1em 0 1em 0;
	padding: 0 0 0 0.2em;
	width: 100%;
}

.right_col_image {
	text-align: center;
	width: 100%;
	display: block;
	padding: 0;
}

#ft {
	width: 970px;
	height: 50px;
	background: #fff url(../images/footer.png) 50% 20% no-repeat;
	text-align: center;
	color: #312823;
	font-size: 77%;
}

#ft a {
	color: #312823;
	text-decoration: none;
}

#ft span {
	padding: 0 1.2em;
}

.credits {
	padding: 1.2em 0 0 0;
}
.spinner {
	background: url(/images/spinner.gif) 50% 50% no-repeat;
}

.photo_index {
	float: left;
	margin: 1em;
}

.photo_index span {
	display: block;
	width: 80px;
	font-size: 77%;
	height: 30px;
}

.content_photo {
	float: left;
	margin: 0 1em 1em 0;
}

table td {
	vertical-align: top;
	padding: 10px;
}

table.table_trou {

}

table.table_trou td {
	padding: 0;
}

table.details_trou td {
	text-align: center;
	background: #eee;
	padding: 2px;
	border: 1px solid white;
}

table.details_trou th {
	color: #312823;
	font-weight: bold;
	padding: 1px;
}

td.flag {
	width: 70px;
}

table.accueil th {
	vertical-align: top;
	padding: 0 1em 0 0;
	text-align: justify;
}

table.tarifs {
	width: 95%;
}

table.tarifs td {
	text-align: left;
	background: #eee;
	padding: 2px;
	border: 1px solid white;
}

table.tarifs th {
	color: #312823;
	font-weight: bold;
	padding: 1px;
}

table.tarifs td.prix {
	text-align: right;
}

#main blockquote,#main ul,#main ol,#main dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

#main ol,#main ul,#main dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

#main ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

#main ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

#main dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

#debug {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color: #fff; 
	text-align: left; 
	padding: 2em 8em; 
	background: #333;
	display:none;
}

#debug pre {
	font-size: 120%;
}
