#mainflip{
	height: 1600px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#flip-tabs{
	width:100%;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flip-navigation{
	list-style:none;
	z-index: 1000;
}
#flip-navigation li{
	display:inline;
	z-index: 1000;
}
#flip-navigation li a{
	text-decoration:none;
	color:#999;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	border-radius: 5px 5px 0px 0px;
	background-color: #EEEEEE;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#flip-navigation li a:hover{
	color:#FF3300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFFFFF;
	border-left-color: #999;
	border-radius: 5px 5px 0px 0px;
	background-color: #FFF;
	text-decoration: underline;
}
#flip-navigation li.selected a{
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	background-image: url(http://www.domaine-chaumont.fr/images2/bg-blanc.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#flip-container{
	width:100%;
	font-family:Arial;
	font-size:13px;
	margin-top: -3px;
	z-index: 0;
}
#flip-container div{ 
	background:transparent;
}
#flip-container div ul{
	background:transparent;
	border:1px solid #CCCCCC;
	padding:15px;
	list-style-position:inside;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flip-container div ul li{
	padding:5px 0;
}
#flip-container div ul.a{
	border-radius: 10px 10px 10px 10px;
	background:transparent;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	background-image: url(http://www.domaine-chaumont.fr/images2/1-bgsavoir.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
 }
#flip-container div ul.b{ 
background:transparent;
border-radius: 10px 10px 10px 10px;
background-image: url(http://www.domaine-chaumont.fr/images2/1-bgsavoir.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);

 }
#flip-container div ul.c{ 
background:transparent;
border-radius: 10px 10px 10px 10px;
background-image: url(http://www.domaine-chaumont.fr/images2/1-bgsavoir.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;

	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);

 }

#flip-container h2{
	color: #4F4F4F;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	text-align: left;
}

#ombre{
	background-image: url(http://www.domaine-chaumont.fr/images2/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

