@charset "utf-8";
/* CSS Document */
body{background-color:#F5F5DC
	}

#container{
	background-image:url(images/background.gif);
	background-repeat:repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	height:auto;
	width:1024px;
	}
	
#menu{
	position:relative;
	background-image:url(images/black_frame.gif);
	width:1024px;
	height:40px;
	z-index:800;
	}
#banner{
	position:relative;
	background-image:url(images/banner_2010.gif);
	background-repeat:no-repeat;
	width:1024px;
	height:276px;
	}

#postcard{
	position:relative;
	width:350px;
	height:250px;
	top:13px;
	left:628px;
	z-index:400;
	}
#postcard_2{
	position:absolute;
	width:350px;
	height:250px;
	top:-18px;
	left:347px;
	z-index:401;
	}

#content{
	position:relative;
	width:854px;
	padding-left:85px;
	padding-right:85px;
	padding-top:40px;
	overflow:visible;
	height: auto;
	}
	
#content ul{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
}

#right_column{
	width:290px;
	float:right;
	}
#left_column{
	width:520px;
	float: left;
	}
	
#end_paragraph {
	position:relative;
	width:1024px;
	height:22px;
	background-image:url(images/end_symbol.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:40px;
	margin-top:60px;
	clear: both;
	}
#footer{
	position:relative;
	background-image:url(images/black_frame.gif);
	width:1024px;
	height:30px;
	text-align:center;	
	}
.sub_title{
	text-indent:80px;
	padding-top:20px;
	margin-bottom:20px;
	width:auto;
	}
#launch{
	float:left;
	width: 100%;
}

/*///////////////////////////////////////*/
/*Style des images avec background shadow*/
/*///////////////////////////////////////*/	
.image{
	z-index:2;
	position:relative;
	top:-10px;
	left:-10px;
	}
img
{  border-style: none;
}	
.frame{
	width:260px;
	height:180px;
	background-image:url(images/black_pattern.gif);
	margin-left:50px;
	margin-bottom:40px;
	margin-top:20px;
	}
/*////////////////*/
/*Style de la typo*/
/*////////////////*/

p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
	}

h1{
	display:none;
	font-size:0px;
	}
h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
		}
h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-style:normal;
	}
h4{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	}
h5{
	font-family:Helvetica, Arial, sans-serif;
	font-size:9px;
	font-style:italic;
	margin-top:0px;
	color:#A13836;
	}
	
#copyright{
	padding-top:10px;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	font-size: 10px;
	}
/*////*/
/*Link*/
/*////*/

a:link {
text-decoration:none;
color:#A13836;
	}
a:active {
text-decoration:none;
	}
a:visited {
text-decoration:none;
	}
a:hover {
text-decoration:none;
	}
/*////*/
/*MENU*/
/*////*/
#menu ul {
	padding-top:10px;
	margin-left:0px;
	list-style:none;
	}
	
#menu li {
	float:left;
	margin-right:30px;
	}
	
#menu li:hover {
	background-image:url(images/titles/hover.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	padding-bottom:1px;
	}
	
/*////////*/
/*itninary*/
/*////////*/
#itinerary {
	margin-bottom: 20px;
	margin-top: 50px;
	height: 100px;
	text-align: center;

	}

#itinerary ul{
	list-style:none;
	text-align:center;
	}
#itinerary ul li{
	float:left;
	margin-left: 140px;
	margin-bottom: 15px;
	}
#itinerary li.active{
	border-bottom:solid #5A3B23;
	}
#panes{width:850px;}

/*////////*/
/*plan*/
/*////////*/
#plan ul{
		width:500px;
		height:15px;
		text-align:center;
	}
#plan ul{
	list-style:none;
	}
#plan ul li{
	float:left;
	margin-left:60px;
	cursor:pointer;
	}
#buttons li:hover{
	border-bottom:solid #A13836;
	}
#plan li.active{
	border-bottom:solid #5A3B23;
	}
#plan{
	margin-bottom:50px
	}
/* CSS: (StyleSheet) */

#imgPreviewWithStyles {
    background: #D9C49D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: black;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
	font-size:12px;
}

/* titre dans list */
.gallery {
	list-style:none;
	padding-bottom:100px;}

.gallery li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.gallery li img{
	width:80px;
	}
table.price{
	margin-left:5px;
	border-collapse:collapse;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	}
a.opacitylink:hover {
	opacity:0.5;
	}

