* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 100%;
	overflow: auto;
}

#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #888888;
}

#header-image {
	width: 930px;
	margin: 0 auto;
	background-repeat: no-repeat;
	border-right: 1px solid #888888;
	overflow: auto;
}

.bg01 {
	background-image: url(../images/header-bg01.jpg);
}

.bg02 {
	background-image: url(../images/header-bg02.jpg);
}

.bg03 {
	background-image: url(../images/header-bg03.jpg);
}

.bg-alsace {
	background-image: url(../images/header-bg-alsace.jpg);
}

.bg-pyrenees {
	background-image: url(../images/header-bg-pyrenees.jpg);
}

.bg-languedoc {
	background-image: url(../images/banner-languedoc.jpg);
}

.bg-alps {
	background-image: url(../images/banner-alps.jpg);
}

.bg-brittany {
	background-image: url(../images/banner-brittany.jpg);
}

.bg-swfrance {
	background-image: url(../images/banner-swfrance.jpg);
}

.bg-channel {
	background-image: url(../images/banner-channel.jpg);
}

.bg-jura {
	background-image: url(../images/banner-jura.jpg);
}

.bg-north {
	background-image: url(../images/banner-north.jpg);
}

.bg-rhone {
	background-image: url(../images/banner-rhone.jpg);
}



#logo {
	width: 860px;
	height: 170px;
	padding: 10px 0 0 0;
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	float: left;
}

#i18n {
	width: 70px;
	padding: 12px 0 0 0;
	float: left;
	text-align: right;
}

#i18n img {
	margin: 0 10px 0 0;
}

#content {
	float: left;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
}

#content-inner {
	width: 930px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: auto;
	border-right: 1px solid #888888;
}

#navigation {
	float: left;
	width: 200px;
	text-align: right;
}

#navigation h2 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	color: #262481;
}

#navigation h3 {
	font-size: 1em;
	margin: 2em 0 0.6em 0;
	color: #262481;
}

#navigation ul {
	list-style: none;
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
}

#navigation ul li {
	padding: 0 0 0.3em 0;
}

#navigation a {
	text-decoration: none;
	color: #888888;
}

#navigation a:hover {
	text-decoration: underline;
	color: #262481;
}

#navigation a.navon {
	text-decoration: none;
	color: #BE1E2E;
}

#navigation a.navon:hover {
	text-decoration: underline;
}

#navigation ul.walks {
	font-size: 0.8em;
	color: #999999;
}

#navigation ul.walks li a {
	color: #333333;
}

#navigation ul.walks li a.subnavon {
	color: #BE1E2E;
}


#text {
	float: left;
	width: 645px;
	margin: 0 30px 0 55px;
}

#text h1 {
	color: #262481;
	font-size: 2em;
	margin-bottom: 0.6em;
	font-weight: normal;
}

#text h2 {
	color: #222222;
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 130%;
}

#text h3 {
	color: #BE1E2E;
	font-size: 1.2em;
	padding: 0.5em 0;
	margin: 1em 0;
	line-height: 130%;
	border-bottom: 1px solid #BE1E2E;
}

#text h4 a {
	font-size: 1em;
	background-color: #aaaaaa;
	color: #FFFFFF;
	padding: 0.3em 2em;
}

#text ul {
	margin: 0 0 30px 30px;
}

#text .imgRight {
	margin: 0 0 20px 20px;
	border: #222222 1px solid;
}

#text p {
	color: #222222;
	font-size: 0.9em;
	margin-bottom: 1em;
	line-height: 140%;
}

#text td {
	color: #222222;
	font-size: 0.9em;
	margin-bottom: 1em;
	line-height: 140%;
}

#text p.map {
	margin-bottom: 0;
}

#text li {
	color: #222222;
	font-size: 0.9em;
	margin-bottom: 0.2em;
	line-height: 130%;
}

#text a {
	color: #262481;
	text-decoration: none;
}
#text a:hover {
	color: #BE1E2E;
	text-decoration: underline;
}

#text .breakout {
    float: right;
    clear: both;
    margin: 0 0 15px 15px;
}

#text .breakout p {
    font-size: 0.8em;
}

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	text-align: right;
}

#footer-inner {
	width: 910px;
	margin: 0 auto;
	padding: 10px;
	overflow: auto;
	border-right: 1px solid #888888;
}

#footer p {
	color: #999999;
	font-size: 0.75em;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #aa1026;
	text-decoration: underline;
}


#quick-links {
	float: right;
	width: 170px;
}

#quick-links ul {
	margin: 0;
	list-style: none;
}

#quick-links ul li {
	padding: 2px 0;
	border-bottom: 1px solid #666666;
}

#quick-links ul li a {
	color: #333333;
	text-decoration: none;
}
#quick-links ul li a:hover {
	color: #BE1E2E;
	text-decoration: none;
}

#quick-links p {
	margin: 3em 0 0 0;
	color: #999999;
}

.mapPic {
	border: 1px solid #cccccc;	
}




#text ul.gallery {
	list-style: none;
	margin: 0;
}

ul.gallery li {
	display: inline;
	margin: 10px 10px 0 0;
}


.contactinput {
    padding: 3px 5px;
    width: 300px;
    border: 1px solid #cccccc;
}

.contactbox {
    padding: 3px 5px;
    width: 300px;
    border: 1px solid #cccccc;
    height: 150px;
}

td.submitcol input, .addmail input {
    padding: 3px;
    width: 100px;
    border: 1px solid #cccccc;
}