/*main*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;

	margin: 0;
	height: 100%;

	background-color: #f0e9c0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* page layout */
#page {
	width: 800px;

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;

	padding-left: 10px;
	padding-right: 10px;

	background-color: #E0F0C1;
	border: 1px solid #736649; /*color: #A3A8BB;*/
	color: #555;
}

#page-top {
	height: 25px;
}

#page-panorama {
	padding-top: 5px;
	padding-bottom: 5px;
}

#page-center {
	width: 100%;
	background-color: #ffffff;
}

#center {
	padding: 5px;
	text-align: justify;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: right;
	vertical-align: top;

	color: #5E70D9;
}

/* menu */
#menu {
	float: none;
}

#menu div {
	float: left;
}

.menuItem {
	width: 130px;
	margin: 5px;
	text-align: center;
	border-bottom: 1px solid #D9C75E;
	letter-spacing: 1px;
}

.menuItem:hover {
	border-bottom-width: 2px;
	cursor: pointer;

	letter-spacing: 2px;
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration: none;
}

/*navigation*/
#page-nav {
	float: none;
	padding: 3px;
	border-bottom: 1px solid #D9C75E;
	height: 15px;
}

#page-nav div {
	float: left;
	margin-right: 5px;

	padding-right: 3px;
	padding-left: 3px;
}

#page-title {
	font-weight: bold;
	margin-right: 20px;
}

#page-nav a {
	font-weight: normal;
}

#page-nav .selected {
	font-weight: bold;
	color: #736649;
	background-color: white;
	height: 15px;
}

#page-nav-right {
	float: right;
	padding: 3px;
	border-bottom: 1px solid #D9C75E;
	height: 15px;

	text-transform: uppercase;
}

#page-nav-right a {
	background-image: url( "../img/icones/back.gif" );
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 11px;
}

/*contenu*/
.subtitle {
	color: #736649;
	font-weight: bold;
	margin-left: 0;
	margin-right: 15px;
	border-bottom: 1px solid #736649;
	letter-spacing: 2px;

	margin-top: 0;
	margin-bottom: 10px;
}

.bigBlock {
	font-weight: bold;
	line-height: 16px;
}

.normalBlock {
	font-weight: normal;
}

.smallBlock {
	font-weight: normal;
	font-size: 10px;
}

a {
	color: #736649;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#center a {
	text-decoration: underline;
}

/*images*/
.pointed {
	cursor: pointer;
	padding-bottom:2px;
}

.padded-bottom {
	padding-bottom:12px;
}

.imagePanel {
	vertical-align: middle;
	text-align: center;
}

/*table*/
.normalTable {
	border: 1px solid #D9C75E;
	width: 100%;
}

.normalTable tr {

}

.grayRow {
	background-color: #C8E490;
}

/*tarifs*/
.leftpadded {
	padding-left: 5px;
}