/* @override 
	http://dev.couleuvre-troncais.fr/default.css
	http://dev.couleuvre-troncais.fr/full.css
*/

body{
	margin: 0;
	padding: 0;
	height: 100%;
	height:auto;
	position: relative;
	background: url(/img/musee_couleuvre.jpg) no-repeat fixed;
	font-family: "Hoefler text", Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#wrapper{
	position: relative;
	padding: 0;
	margin: 0;
}
	
a, a:visited{
	color: #1a306a;
}	
	
#content_wrapper{
	position: relative;
	left: 300px;
	width: 700px;
	background: url(/img/logo2.png) no-repeat right top;
	margin-top: 15px;
}

#header{
	margin: 0;
	padding: 0;
}

#header h1{
	padding-bottom: 0;
	height: 30px;
	margin: 0;
}

h1{
	color: #7d4949;
}

#header h2{
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	padding-top: 0;
	color: #7d4949;
	margin-bottom: 0;
	height: 30px;
}

#menu_wrapper{
	
	position: fixed;
	left: 20px;
	top: -1000px;
	width: 250px;
}

#menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu > a {
	width: 250px;
	height: 28px;
	font-size: 18px;
	line-height: 30px;
	margin-top: 3px;
	position: relative;
	text-decoration: none;
	color: white;
	text-align: center;
	display: block;
}

.menuitem{
	background: url(/img/menu.png) 50% 0;
}

.menuitemhover {
	background: url(/img/menu.png) 50% 28px;
}

.menuitemcurrent{
		background-image: url(/img/menucurrent.png);
}

ul.submenu{
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 220px;
	margin: 0 0 0 15px;
}

ul.submenu li{
	padding: 0;
	margin: 0;
}

ul.submenu li a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	height: 22px;
	display: block;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

li.startsubmenu{
	height: 20px;
	background-image: url(/img/startsubmenu.png);
}

.inc h2{
		color: #7d4949;
	background: url(/img/feuille2.png) no-repeat 0;
	padding-left: 65px;
	height: 40px;
	padding-top: 5px;
	font: italic 32px serif;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 50px;
	position: relative;
	margin-top: 20px;
}

#orgswitch{
	font-size: 17px;
	color: #7d4949;
	margin-top: 24px;
}

.inc h3{
	color: #7d4949;
}

#footer{
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	color: #7d4949;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}


.inc p{
	padding-left: 20px;
}

ul.subcats{
	display: block;
	list-style-type: none;
	font-size: 13px;
	position: absolute;
	border-bottom: 1px dotted #7d4949;
	width: 700px;
	padding: 3px 0;
	top: 122px;
	margin: 7px 0;
}

ul.subcats li{
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}

ul.subcats li:hover{
	background-color: #f2edc6;
}

ul.subcats > li > a{
	text-decoration: none;
	color: #48708f;
	border-style: none;
}

#map{
	margin-left: 30px;
	border: 7px outset #8e6a73;
}

#ct_list{
	font-size: 12px;
}

select.order{
	font-size: 10px;
}

img.listicon{
	max-height: 20%;
}

#orgswitch{
	position: relative;
	display: block;
	top: 65px;
}


#orgatable{
	margin-top: 80px;
	position: relative;
}

#map, #the_side_bar{
	margin-top: 50px;
}