/* Réglages généraux */
* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font: 11px Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}





/* Typographie - Titrage */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d96e7;
}
h1 {
	font-size: 14px;
	margin: 0;
	background-color: #e8f4fc;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d96e7;
	line-height: 28px;
	padding-left: 30px;
	background-image: url(../../images/index/fleche-bleue.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
h1.newsletter {
	background-color: #f6e7e8;
	border-bottom-color: #A6151D;
	background-image: url(../../images/index/fleche-rouge.gif);
	color: #A6151D;
}

h1.decouverte {
	background-color: #86c7a9;
	border-bottom-color: #0e8f54;
	background-image: url(../../images/index/fleche-blanche.gif);
	color: #FFFFFF;
}
h1.pratique {
	background-color: #6bbbed;
	border-bottom-color: #1b97e3;
	background-image: url(../../images/index/fleche-blanche.gif);
	color: #FFFFFF;
}
h1.catalogues{
	background-color: #f6e7e8;
	border-bottom-color: #A6151D;
	background-image: url(../../images/index/fleche-rouge.gif);
	color: #A6151D;
}
h1.promo {
	background-color: #f7e566;
	border-bottom-color: #f1d400;
	background-image: url(../../images/index/fleche-blanche.gif);
	color: #FFFFFF;
}
h1.reservation {
	background-color: #f5c87a;
	border-bottom-color: #a6151d;
	background-image: url(../../images/index/fleche-blanche.gif);
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #990000;
	margin: 0px 0px 4px;
}
h3 {
	font-size: 15px;
	color: #376A95;
	margin: 0px 0px 4px;
}
h4 {
	font-size: 14px;
	color: #FF9900;
	margin: 0px 0px 4px;
}
h5 {
	font-size: 12px;
	color: #33CC66;
	margin: 0px 0px 4px;
}
h6 {
	font-size: 9px;
	color: #A559C1;
	margin: 0px 0px 4px;
}
p {
	margin: 0;
	padding: 0;
}





/* Bandeau haut */
#globalheader {
	margin:0px;
	padding: 0;
	height: 258px;
	width: auto;
	background: url(../../images/index/globalheader-bk.gif) repeat-x bottom;
}
#header {
	margin:0px auto;
	padding: 0;
	height: 258px;
	width: 760px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../../images/index/header-bk.jpg);
	background-repeat: no-repeat;
}

#logotype {
	margin:0px auto;
	padding: 0;
	height: 135px;
	width: 310px;
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 2;
}
#telephone {
	margin:0px auto;
	padding: 0;
	height: 21px;
	width: 145px;
	position: absolute;
	left: 575px;
	top: 116px;
	z-index: 2;
	color:#A6151D;
	font-size:20px;
	font-weight:bold;
	text-shadow: white -2px -2px 2px;
}

#nav {
	width: 160px;
	position: absolute;
	left: 586px;
	top: 8px;
	z-index: 200;
}

#nav ul {
	margin: 0px;
	padding: 0;
	}
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 160px;
	}

#nav li a:link, 
#nav li a:active, 
#nav li a:visited,
#nav li a:hover {
	color: #A6151D;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 5px 30px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A6151D;
	width: 130px;
	background-image: url(../../images/index/fleche-rouge.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
#nav li.first {
	border-top: 1px solid #FFF;
}
#nav li a:hover {
	color: #f1d300;
	}


	
	
	
/* Drapeau anglais */
.picto a {
	width:18px;
	height:16px;
	padding:0;
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow: hidden;
	clip: rect(auto,auto,32px,auto);
	background-color: #FFFFFF;
}
.picto a:hover { 
	background-position:0 -16px; 
	}
#flag {
	background-image: url(../../images/index/picto-flag-en.gif);
	position: absolute;
	left: 730px;
	top: 117px;
	margin: 0px;
	padding: 0;
	height: 17px;
	width: 23px;
	z-index: 400;
}


.doc {
	color: #A6151D;
	font-size:20px;
	width: 160px;
	position: absolute;
	left: 586px;
	top: 170px;
	z-index: 600;
	font-weight:bold;
	text-align:center;
	text-shadow: white -2px -2px 2px;
}




/* Contenu sous le bandeau haut */
#globalcontent {
	margin:0px auto;
	padding: 0;
	height: auto;
	width: auto;
	background: url(../../images/index/content-back.gif) repeat-y center top;
}
#content {
	margin:0px auto;
	padding: 0;
	height: auto;
	width: 760px;
	clear: both;
	position: relative;
}
.imagecentre {
	padding: 10px;
	border: 1px solid #000000;
	margin: 10px;
	width: auto;
	text-align: center;
}
.imagegauche {
	float: left;
	padding: 0;
	border: none;
	margin: 0px 16px 10px 0px;
}
.imagedroite {
	float: right;
	padding: 0;
	border: none;
	margin: 0px 0px 0px 16px;
}
.clear {
	clear: both;
	display: block;
	background: #99FF99;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0;
}




a.plus:link, a.plus:active, a.plus:visited{
	color: #1d96e7;
	text-decoration: none;
	display:block;
	text-align:right;
	font-weight: bold;
}
a.plus:hover{
	color: #A6151D;
	text-decoration: none;
}







/* Pied de page */
#globalfooter {
	padding: 0;
	height: auto;
	margin: 0px;
	position: relative;
	width: auto;
	background:     url(../../images/index/globalfooter-bk.gif) repeat-x center top;
	clear: both;
}
#footer {
	padding: 0;
	height: 200px;
	margin: 0px auto;
	position: relative;
	width: 780px;
}

#rappelMenu {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	width: 780px;
	height: auto;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #33CC00;
}
#rappelMenu a:link, #rappelMenu a:active, #rappelMenu a:visited {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #33CC00;
}
#rappelMenu  a:hover  {
	color: #339900;
}


#coordonnees {
	margin: 0px auto;
	padding: 18px 0 0;
	text-align: center;
	width: 780px;
	height: auto;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#coordonnees a:link, #coordonnees a:active, #coordonnees a:visited {
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	color: #000000;
}
#coordonnees  a:hover  {
	color: #a6151d;
}


#signature {
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: center;
	width: 780px;
	height: 200px;
	font: normal 10px Arial, Helvetica, sans-serif;
}
#signature a:link, #signature a:active, #signature a:visited {
	color: #000000;
	text-decoration: none;
}
#signature  a:hover  {
	color: #a6151d;
}

/*Colonnes*/
#colA, #colB, #colCD, #colC, #colD, #colE { /*Réglages généraux*/
	margin:0;
	padding: 0;
	height:  auto;
	float: left;
}
#colA {
	width: 156px;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
#colB {
	width: 225px;
	border-right: 1px solid #d9d9d9;
}
#colCD {
	/*width: 376px;*/
}
#colC {
	width: 186px;
	border-right: 1px solid #d9d9d9;
}
#colD {
	width: 187px;
	border-right: 1px solid #d9d9d9;
}
#colE {
	width: auto;
}






.resume {
	padding: 10px;
	height: 100px;
}


/* Boite Newsletter */
#newsletter {
	margin:0;
	padding: 0;
	width: 156px;
}
#newsletter .resume {
	padding: 10px;
	height: 26px;
}
#search {
	height:16px;
	font-size: 11px;
	font-weight: bold;
	color: #6077ae;
	line-height: 14px;
	width: 136px;
}
.recherche {
	color: #999999;
	border: 1px solid #999999;
	height: 18px;
	width: 90px;
	margin: 0px 4px 0px 0px;
	padding: 0;
	font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	float: left;
}



	
	
/* Boite Découverte */
#decouverte {
	margin:0;
	padding: 0;
	width: 156px;
	background-color: #cfe9dd;
}
#decouverte ul {
	padding: 6px 0px 20px;
	margin: 0px;
	background-color: #CFE9DD;
	}
#decouverte li {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
#decouverte li a:link, 
#decouverte li a:active, 
#decouverte li a:visited,
#decouverte li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 30px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/navigation/pupuce.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	width: 126px;
	}
#decouverte li a:hover {
	color: #A6151D;
	}
	
	
	
/* Boite Pratique */
#pratique {
	margin:0;
	padding: 0;
	width: 156px;
	background-color: #bae0f7;
}
#pratique ul {
	margin: 0px;
	padding: 6px 0px 20px;
	background-color: #BAE0F7;
	}
#pratique li {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
#pratique li a:link, 
#pratique li a:active, 
#pratique li a:visited,
#pratique li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 30px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/navigation/pupuce.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	width: 126px;
	}
#pratique li a:hover {
	color: #A6151D;
	}
	
	
/* Boite Catalogues */
#catalogues {
	margin:0;
	padding: 0;
	width: 156px;
}
#catalogues .resume {
	padding: 10px 10px 10px 30px;
	height: auto;
}
#catalogues ul {
	margin: 0;
	padding: 0;
	}
#catalogues li {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
#catalogues li a:link, 
#catalogues li a:active, 
#catalogues li a:visited,
#catalogues li a:hover {
	color: #A6151D;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 50px;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 106px;
	}
#catalogues li a.pdf:link, 
#catalogues li a.pdf:active, 
#catalogues li a.pdf:visited,
#catalogues li a.pdf:hover {/* Picto personnalisé */
	background-image: url(../../images/index/picto-pdf-telecharger.gif);
	background-repeat: no-repeat;
	background-position: 28px center;
	}
#catalogues li a.demander:link, 
#catalogues li a.demander:active, 
#catalogues li a.demander:visited,
#catalogues li a.demander:hover {/* Picto personnalisé */
	background-image: url(../../images/index/picto-demander.gif);
	background-repeat: no-repeat;
	background-position: 29px center;
	}
#catalogues li a:hover {
	color: #F7E566;
	}
	
	

/* Boite Séjours */
#sejours {
	margin:0;
	padding: 0;
	width: 225px;
}

/* Boite Espace Annonce */
#espaceAnnonce {
	margin:0;
	padding: 0;
	width: 225px;
	background-color: #FFFFFF;
}






/* Boite Restauration */
#restauration {
	margin:0;
	padding: 0;
	width: 225px;
}
#restauration .resume {
	padding: 10px;
	height: auto;
}





/* Boite Réservation rapide */
#reservation {
	margin:0;
	padding: 0;
	width: 375px;
	background-color: #fbf6cf;
}
#reservation .resume {
	height: 166px;
}
#reservation .resume input.submit {
	background-color: #A6151D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#reservation .resume select {
	font-size: 11px;
	font-weight: bold;
}
#reservation .resume .Style1 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#reservation .resume td {
	height: 40px;
	vertical-align: middle;
}





/* Boite Actualités */
#actualites {
	margin:0;
	padding: 0;
	width: 187px;
}




/* Boite Vos projets */
#projets {
	margin:0;
	padding: 0;
	width: 187px;
}
#projets ul {
	margin: 0;
	padding: 0;
	}
#projets li {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
#projets li a:link, 
#projets li a:active, 
#projets li a:visited,
#projets li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 30px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/navigation/pupuce.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	width: 157px;
	}
#projets li a:hover {
	color: #A6151D;
	}





/* Boite Promo */
#promo {
	margin:0;
	padding: 0;
	width: 187px;
	background-color: #fbf2b2;
}





/* Boite Nos offres */
#offres {
	margin:0;
	padding: 0;
	width: 187px;
}
#offres ul {
	margin: 9px;
	padding: 0;
	background-color: #E8F4FC;
	border: 1px solid #abd9f5;
	}
#offres ul ul {
	margin: 0 0 0 30px;
	padding: 0;
	background-color: none;
	border: none;
	}
#offres li {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
#offres li a:link, 
#offres li a:active, 
#offres li a:visited,
#offres li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 30px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/navigation/pupuce.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	width: 137px;
	}
#offres li a:hover {
	color: #A6151D;
	}
#offres table a:link, 
#offres table a:active, 
#offres table a:visited,
#offres table a:hover {/* Réglages particuliers pour les liens dans la table */
	margin: 0px;
	padding: 0;
	background-image: none;
	display: block;
	font-weight: normal;
	font-size: 11px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	}
#offres table a:hover {
	color: #A6151D;
	}
