@charset "utf-8";

/* CSS Document */

/**
 * global style resetting 
 */
	
html,body,div,span,

applet,object,iframe,

h1,h2,h3,h4,h5,h6,p,blockquote,pre,

a,abbr,acronym,address,big,cite,code,

del,dfn,em,font,img,ins,kbd,q,s,samp,

small,strike,strong,sub,sup,tt,var,

dd,dl,dt,li,ol,ul,

fieldset,form,label,legend,

table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,

blockquote:before,blockquote:after {
	content: "";
}

* { outline: none; }

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}
/**
 * LINKS
 */

a:link {text-decoration: none; color: #ff0000;}

a:visited {text-decoration: none; color: #ff0000;}

a:active {text-decoration: none; color: #ff0000;}

a:hover {text-decoration: underline; color: #ff0000;}



/**
 * TITRE H1H2H3H4
 */
h3{
	clear:both;
	height:15px;
	font-size:13px;
	line-height:normal;
}
h1{
	line-height:normal;
}


/**
 * STRUCTURE
 */

	
html, body{}

body{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
	background-color:#f6f5c7;
	background-image:url(../images/interface/bgBody.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}

#wrapper{
	float:left;
	width:996px;
	background-image:url(../images/interface/bgWrapper.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 0;
}

/**
 * HEADER
 */

#header{
	position:relative;
	float:left;
	width:996px;
	height:406px;
	margin:15px 0 0 0;
	padding:0 0 0 0;
	background-image:url(../images/interface/bgHeader.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#box_logo_langue{
	float:left;
	width:174px;
	height:406px;
}

	#box_logo{
		float:left;
		height:186px;
		margin:120px 0 0 0;
		padding:0 0 0 15px;
	}
	
	#box_langue{
		float:left;
		margin:0 0 0 0;
		padding:70px 0 0 50px;
	}
		.picto-langue{
			margin:0 5px 0 5px;
		}
	
#box_menu-principal{
	float:left;
	width:748px;
	height:406px;
	background-color:#FFFFFF;
}

#box_fleurHD_H{
	position:absolute;
	left:922px !important;
	left:921px;
	top:396px;
	height:11px;
	width:21px;
	background-image:url(../images/interface/bgFleurHD_H.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

/**
 * MAIN
 */
#main{
	float:left;
	width:996px;
	padding:0 0 0 0;
}

#box_menu-secondaire{
	float:left;
	width:157px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#box_contenu-general{
	position:relative;
	float:left;
	width:805px;
	margin:0 0 0 0;
	padding:0 0 55px 16px;
	background-image:url(../images/interface/bgTitreVertical.png);
	background-position:3px 200px;
	background-repeat:no-repeat;
}

#box_contenu{
	float:left;
	width:749px;
	background-color:#FFF;
	background-image:url(../images/interface/bgContenu.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#box_contenu-left{
	float:left;
	width:418px;
	padding:10px 0 110px 10px;
}

#box_contenu-right{
	float:right;
	width:320px;
	padding:0 0 110px 0;
}

#box_fleurHD{
	position:absolute;
	right:17px;
	top:0;
	height:150px;
	width:220px;
	background-image:url(../images/interface/bgFleurHD.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#box_oiseauBD{
	position:absolute;
	right:0;
	bottom:0;
	height:150px;
	width:146px;
	background-image:url(../images/interface/bgOiseau.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#box_partenaires{
	position:absolute;
	left:16px;
	bottom:55px;
	height:100px;
	width:749px;
	border-bottom:1px solid #b282c0;
}
	.partenaires-logis{
		display:block;
		float:left;
		margin:45px 0 0 30px !important;
		margin:45px 0 0 15px;
	}
	.partenaires-tables{
		display:block;
		float:left;
		margin:15px 0 0 10px !important;
		margin:15px 0 0 10px;
	}
	.partenaires-relais{
		display:block;
		float:left;
		margin:40px 0 0 10px !important;
		margin:40px 0 0 10px;
	}
	
	.partenaires-qualite{
		display:block;
		float:left;
		margin:40px 0 0 10px !important;
		margin:40px 0 0 10px;
	}

/**
 * MENU SECONDAIRE
 */
ul#menu-secondaire{
	float:left;
	margin:20px 0 0 0;
	font-family:Georgia, Helvetica, Verdana, Arial, sans-serif;
}

	ul#menu-secondaire li{
		height:20px;
		width:147px;
		padding:0 10px 0 0;
		text-align:right;
		background-image:url(../images/interface/menu/bgMenu-secondaire_li.png);
		background-position:150px 0;
		background-repeat:no-repeat;
		margin:5px 0 0 0;
	}
		ul#menu-secondaire li a, ul#menu-secondaire li a:link, ul#menu-secondaire li a:visited{
			color:#FFF;
			font-size:16px;
			font-weight:bold;
		}
		ul#menu-secondaire li a:hover, ul#menu-secondaire li a:active{
			color:#67386e;
			text-decoration:none;
		}

/**
 * BOX RIGHT
 */
.box_right{
	float:left;
	width:309px;
	height:190px;
	background-image:url(../images/interface/bgBox_right.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
	
	.box_right h1{
		text-indent:-1000px;
		font-size: 0;
		float:left;
		width:309px;
		height:22px;
		background-image:url(../images/interface/bgBox_right.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
/**
 * A LA UNE
 */
#box_right-une{
	margin:50px 0 0 0;
}
#box_une{
	float:left;
	width:269px;
	padding:20px 20px 20px 20px;
	color:#4b4b4b;
}
	#box_une h2{
		font-size:16px;
		font-weight:bold;
	}
	
	a.imgUne, a.imgUne:visited, a.imgUne:active, a.imgUne:link, a.imgUne:hover{
		float:left;
		display:block;
		padding:6px;
		margin:0;
		background-image:url(../images/interface/bgImgUne.png);
		background-position:0 0;
		background-repeat:no-repeat;
		cursor:pointer;
		height:80px;
		width:80px;
	}
	
	p.descUne{
		float:left;
		width:175px;
		height:60px;
		overflow:hidden;
		text-align:justify;
	}
	
	p.descList{
		width:310px;
		height:90px;
	}
	
	a.suite, a.suite:link a.suite:active, a.suite:visited{
		float:right;
		display:block;
		height:15px;
		width:60px;
		/*margin:10px 0 0 0;*/
		padding:0 15px 0 14px;
		font-style:italic;
		color:#854792;
		background-image:url(../images/interface/bgSuite.png);
		background-position:0 4px;
		background-repeat:no-repeat;
		cursor:pointer;
		clear:left;
	}

	.listeActus{
		float:left;
		width:410px;
	}
/**
 * DIAPORAMA
 */
#box_right-diaporama{
	margin:25px 0 0 0;
	height:270px;
	background-image:url(../images/interface/bgBox_right2.png);
}
#box_diaporama{
	float:left;
	width:279px;
	padding:20px 15px 0 15px;
}

#box_diaporama #listeImgsDiaporama{
	height:184px;
	width:279px;
}

#diaporamaSuite{
	padding:0 0 0 14px;
	width:45px;
}
#listeImgs{
	padding:15px 0 0 0;
}

/**
 * LIENS
 */
.listeLiens{
		float:left;
	}
p.descLien{
	overflow:visible;
	height: 100%; 
}
a.suiteLien, a.suiteLien:link a.suiteLien:active, a.suiteLien:visited{
	width:70px;
}

/**
 * CONTENU
 */
#bcrumbs{
	width:100%;
	border-bottom:1px solid #FFF;
	color:#FFF;
	font-style:italic;
	font-size:11px;
	margin:0 0 20px 0;
}

/*
 * ACCES
 */
.coordonnees{
	font-weight:bold;
	margin: 0 auto;
	text-align:center;
	width:200px;
	padding:0 0 15px 0;
}
#plan-map{
	width:400px;
	height:300px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	border:1px solid #eeeeee;
}

/**
 * FOOTER
 */
#footer{
	position:absolute;
	left:16px;
	bottom:30px;
	height:20px;
	width:749px;
	color:#7d3b8c;
}
	#footer .copyright{
		float:left;
	}
	
	#footer .vt-design{
		float:right;
	}
		#footer .vt-design a, #footer .vt-design a:link, #footer .vt-design a:visited, #footer .vt-design a:active{
			color:#7d3b8c;
		}
		
/*
 * RESERVATIONS
 */

TD.contactLabel{
	font-weight				: 	bold;
	vertical-align			:	top;
	height:25px;
}

INPUT.contact{
	background-color	:	#FFFFFF;
	border					:	1px;
	font-family				:	Verdana, Arial, Helvetica, sans-serif;
	font-size				:	10px;
	color 						: 	#182F41;
	font-weight				: 	normal;
	border-color			: 	#73248A;
	border-style			: 	solid;
	margin:0 0 5px 0;
}

#reservation_table td{
	position:relative;
}

a#reservation_link{
	display:block;
	position:absolute;
	color:#fff;
	top:325px;
	left:35px;
	font-size:18px;
}