
/*Declarations generales*/
*
{
	margin: 0px;
	padding: 0px;
}
*:focus 
 {
	-moz-outline-style:none;
	outline-style: none;
}
a img
{
	border:none;
}
a {
    text-decoration:none;
    color:#333;
    cursor:pointer;
    font-family:arial;
}
a:hover {
    color:#808080;
}
p {
	font-size:13px;
	font-family:arial;
	color:#000;
}
h1 {
	font-size:13px;
	font-family:arial;
	font-weight:normal;
}
h3 {
	font-size:13px;
	font-family:arial;
}
h4 {
	font-size:13px;
	font-family:arial;
}
ul
{
	list-style-type:none;
}

/*table {
    border-collapse:collapse;
    border:none;
}*/
.widthParagraphe {
	width:250px;
}
.widthParagrapheBig {
	width:270px;
}
.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}
.noDisplay
{
	display:none;
}
.inLine {
    display:inline;
}
.clear 
{
	clear:both;
}
.underline
{
	text-decoration:underline;
}
.littleFont {
	font-size:11px;
}
.italic
{
	font-style:italic;
}
.bold {
	font-weight:bold;
	
}
.greyColor {
	color:#566C75;
}
.center
{
	text-align:center;
}
.lineHeight {
	line-height:18px;
}
.right {
    text-align:right;
}
.justify 
{
	text-align:justify;
}
.left {
    text-align:left;
}
.marginRight {
	margin-right:15px;
}
.marginLeft {
	margin-left:15px;
}
.marginTop {
	margin-top:15px;
}
.bigMarginBot {
	margin-bottom:30px;
}
.marginBot {
	margin-bottom:12px;
}
.littleMarginBot {
	margin-bottom:5px;
}
.paddingBot {
	padding-bottom:15px;
}
.coloredText {
	font-weight:bold;
	color:#333;
	font-size:13px;
}
.dottedBorder {
	border-bottom:2px dotted #333;
}
a.linkWeb {
	font-size:14px;
	font-weight: bold;
	 text-decoration: underline;
}
/*Body*/

body {
	background-color:#FFF;
	width:100%;
	font-family:arial;
	color:black;
	font-size:12px;
}
#wrapper {
	background-image:url(../img/bodyBgBot.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	background-color:#FFF;
}
#wrapper2 {
	background-image:url(../img/bodyBgTop.png);
	background-position:top center;
	background-repeat:repeat-x;
}
#global {
	min-height:900px;
	width:950px;
	margin:auto;
	padding-bottom:70px;
	background-image:url(../img/globalBgTop.png);
	background-position:top center;
	background-repeat:no-repeat;
}
/*#globalWrapper {
	min-height:1075px;
	width:100%;
	background-image:url(../img/globalBgBot.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}*/

/*header*/

#header #logo {
	padding-top:40px;
	float:left;
	width:240px;
	margin-left:40px;
}
#header #menu {
	height:90px;
	padding-top:50px;
}

#header #menu ul li {
	display:inline;
	float:right;
}
#header #menu ul li a {
	font-weight:bold;
	font-size:12px;
	color:#333;
}
#header #menu li.menuBg {
	background-image: url("../img/menuBg/menuBgLeft.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
}
#header #menu li.menuBg span {
	background-image: url("../img/menuBg/menuBgRight.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
}
#header #menu li.menuBg span span {
	background-image: url("../img/menuBg/menuBgMid.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#header #menu li.menuBg:hover {
	background-position: left -1px;
}
#header #menu li.menuBg:hover span {
	background-position: right -1px;
}
#header #menu li.menuBg:hover span span {
	background-position: center -1px;
}
#header #menu li.menuBgActive {
	background-image: url("../img/menuBg/menuBgLeft.png");
	background-position: left -1px;
	background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
}
#header #menu li.menuBgActive span {
	background-image: url("../img/menuBg/menuBgRight.png");
	background-position: right -1px;
	background-repeat: no-repeat;
	display: block;
}
#header #menu li.menuBgActive span span {
	background-image: url("../img/menuBg/menuBgMid.png");
	background-position: center -1px;
	background-repeat: repeat-x;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
/*header bannière du dessous*/
#header #banner {
	background-image: url("../img/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	height:245px;
	width:100%;
	margin-top:-40px;
}
/*slide de la bannière*/
#banner #slideshow img {
    
}
#banner #slideshow  {
	height:205px;
	width:715px;
}
/*greenBox*/
.greenBox {
	background-image: url("../img/greenBox.png");
	background-position: center center;
	background-repeat: no-repeat;
	float:right;
	width:230px;
	height:160px;
	color:#fff;
	text-align:center;
	line-height:18px;
}
.greenBox h1.dottedBorder {
	border-bottom:1px dotted #fff;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-top:20px;
	margin-right:5px;
	margin-left:4px;
}
.greenBox a {
	color:#fff;
	text-decoration:underline;
}
#sakura01 {
	position:relative;
	top:-60px;
	left:-70px;
}
#sakura02 {
	position:relative;
	top:5px;
	left:30px;
}
/*Content général*/

#content  {
	width:100%;
	min-height:600px;
	margin-top:-40px;
}
.visuelTitle {
	background-image: url("../img/visuelTitle.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 35px;
	line-height: 16px;
	padding-left: 100px;
	width: 597px;
	margin-bottom:15px;
	padding-top:15px;
	color:#000;
}
.visuelTitleSmall {
	background-image: url("../img/visuelTitleSmall.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 35px;
	line-height: 16px;
	padding-left: 100px;
	width: 340px;
	margin-bottom:15px;
	padding-top:15px;
}
.smallBox {
	/*width:425px;*/
	padding-right:15px;
}
/*Contenu lorsqu'il y a une navigation à droite*/
#contentLeft {
	background-image: url("../img/contentBgLeft.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-left: -60px;
	min-height: 570px;
	padding-left: 123px;
	width: 665px;
	padding-top:10px;
}
#contentLeftBis {
	background-image: url("../img/contentBgLeft.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: -60px;
	min-height: 570px;
	padding-left: 150px;
	width: 770px;
	padding-top:10px;
}
/*Menu Navigation de droite*/
#navRight {
	float:right;
	margin-right:15px;
	padding-top:10px;
	width:205px;
}
#navRight h1 {
	font: bold 13px Helvetica;
	margin: auto;
	padding-top: 5px;
	text-align: center;
	width: 140px;
}
#navRight .navRightVagues {
	float: right;
	position: absolute;
	right: -45px;
	top: 10px;
}
#navRight ul {
	margin-top:25px;
}
#navRight ul li{
	background-image: url("../img/navRight/listPuce.gif");
	background-position: left 6px;
	background-repeat: no-repeat;
	font: 12px/18px arial;
	margin-left: 25px;
	margin-top: 5px;
	padding-left: 10px;
	width:150px;
}
#navRight a.link {
	color:#333;font-weight:bold;padding:5px;margin-right:10px;
}
#navRight .navRightTop {
	background-image:url("../img/navRight/navRightTop.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:14px;
	width:205px;
	margin-top:25px;
}
#navRight .navRightBot {
	background-image:url("../img/navRight/navRightBot.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:10px;
	width:205px;
}
#navRight .navRightRight {
	background-image:url("../img/navRight/navRightRight.png");
	 background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 112px;
	position:relative;
}
#navRight .navRightLeft {
	background-image:url("../img/navRight/navRightLeft.png");
	background-position:top left;
	background-repeat:no-repeat;
	min-height: 112px;
}
/*Page d'accueil*/
.welcome {
	font-size:21px;
	font-weight:bold;
	font-family:arial;
	text-align:center;
	/*background-image: url("../img/welcomeBorder.png");
	background-position: center bottom;
	background-repeat: no-repeat;*/
	padding-left: 80px;
	padding-top: 20px;
}
/*Page Chambres*/
.infosChambres {
	font-size:14px;
	font-weight:bold;
}
img.pictoChambres {
	vertical-align:middle;
	margin-right:10px;
}
.tarifs {
	font-weight:bold;
	line-height:20px;
}
table#tablePromo {

	font-family:arial;
	font-size:13px;
	margin-bottom:15px;
	margin-top:15px;
	width:665px;
	margin-right:auto;
	margin-left:auto;
}
table#tablePromo td {
	padding:5px;
	border:1px solid #566C75;
}
/*Page table*/
.titlePage {
	font-size:15px;
	text-align:center;
	padding-bottom:10px;
}
ul.listBase li {
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
/*Page localisation*/
#map {
	width:602px;
	margin-left:10px;
	margin-bottom:15px;
}

/*Page gite*/
h2 {
	font-size:14px;
	font-family:arial;
	font-weight:normal;
}
table#tarifs {
	border:1px solid #566C75;
	padding:10px;
	font-family:arial;
	font-size:13px;
	margin-bottom:15px;
}
table#tarifs td.tdWidth {
	padding-right:10px;
	text-align:right;
}
/*Page sorties et loisirs*/
#contentLeftBis h2 {
	font-size:16px;
	color:#566C75;
}
#contentLeftBis ul li {
	list-style:disc;
	margin-left:65px;
	font-family:arial;
	font-size:12px;
	margin-bottom:10px;
}
#contentLeftBis h3 {
	font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:35px;
	
}
#contentLeftBis ul li h4 {
	display:inline;
	font-size:13px;
}
#datesSpa {
	border:1px solid #566C75;
}
#datesSpa td {
	padding:5px;
}
/*footer*/
#footer {
	background-image: url("../img/globalBgBot.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 175px;
}
#footer #footerMenu {	
	font-weight: bold;
	height: 55px;
	line-height: 50px;
	padding-top: 80px;
	text-align: center;
}
#footer #footerMenu ul {
	background-image: url("../img/footMenuBorder.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#footer #footerMenu ul li {
	display:inline;
	padding-right:45px;
	background-image: url("../img/listTiret.gif");
	background-position: right center;
	background-repeat: no-repeat;
	margin-left:40px;	
}
#footer #footerMenu ul li.last {
	background-image:none;
}
#footer #footerMenu ul li a {
	color:#333;
}
#footer #footerMenu ul li a:hover {
	 color:#808080;
}
/*footer Contact tout en bas*/
#footerContact h1 {
	font-size:13px;
	text-align:center;
	padding-bottom:10px;
}