/***********************/
/* Initialisation variables */
/***********************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h1, h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/*********************/
/* Variables génériques */
/*********************/

body {
	text-align: center;
	background-color:#000000;
	font-family:verdana, sans-serif;
	font-size: 11px;
	}
h1 {
	font-size:16px;
	font-weight:normal;
	color:#000;
	padding:10px;
	}
h2 {
	font-size:14px;
	color:#C8042F;
	padding:10px;
	}
h3 {
	font-size:12px;
	color:#C8042F;
	padding:10px;
	padding-bottom:0px;
	}
p {
	font-family:verdana, sans-serif;
	font-size: 11px;
	padding:5px 10px;
	}
a {
	color:#003C75;
	}

/***************/
/* Structure site */
/***************/

div#global {
	margin:20px auto;
	width: 960px;
	background-color:#FFFFFF;
	text-align: left;
	}
div#menuHaut {
	width:inherit;
	height:40px;
	}
div#bandeau {
	width:inherit;
	height:210px;
	background-color:#FFFFFF;
	}
div#contenu {
	float: left;
	width:732px;
	height:auto;
	min-height:500px; /* Firefox */
	background-color:#FFFFFF;
	margin-right: 20px;
	}

div#diapo {
	float: left;
	margin: 0 10px 10px 10px;
	background-color: #FFFFFF;
	}

/**************/
/* Menu Droite */
/**************/

div#menuDroite {
	float: left;
	width:208px;
	margin-top:34px;
	//padding: 13 0 0 0;
	height:auto;
	background-color: #FFFFFF;
	}
div.infoDroite {
	//background-color: #B0956C;
	background-color: #ffb5ce;
	width: 200px;
	height: 30px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	}
.infoDroite h3 {
	font-size: 11px;
	font-weight: 900;
	color: #FFFFFF;
	padding: 8px;
	}
div.infoDroiteDetail {
	//background-color: #FBE0CD;
	border: 1px solid #FBE0CD;
	width: 198px;
	}
.infoDroiteDetail a {
	color: #6A6458;
	font-size: 11px;
	text-decoration: none;
	font-weight: 900;
}
.infoDroiteDetail a:hover {
	text-decoration: underline;
	}
#menudroite a {
color: #848e98;
}

.carteCadeau {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	}
.carteCadeau:hover {
	text-decoration: underline;
	}
/********** Fin menu Droite **********/


/***************/
/* Moy Paiement */
/***************/

div#moyenspaiement {
	clear:both;
	width:inherit;
	height:40px;
	background-color: #FFF;
	text-align: center;
	}

/**************/
/* Pied de page */
/**************/

div#piedpage {
	clear:both;
	width:inherit;
	height:80px;
	background-color:#000000;
	}
#piedpage p,a {
	color: #6A6458;
	font-size: 9px;
	}

/***************/
/* Résumé séjour */
/***************/
.resumeGlobal {
	width: 710px;
	height: 183px;
	overflow: hidden;
	margin: 10px;
	background-color: #EEE8DF;
	}
.resumeTitre {
	width: 710px;
	height: 33px;
	overflow: hidden;
	}
.resumeTitre a {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	}
.resumeImage {
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin: 0;
	float: left;
	}
.resumeTexte {
	width: 500px;
	height: 125px;
	overflow: hidden;
	margin-left: 5px;
	float: left;
	}
.resumeTexte p {
	color: #6A6458;
	font-size: 9px;
	}
.resumeLien {
	width: 500px;
	height: 25px;
	overflow: hidden;
	margin: 0;
	}
.resumeLien a {
	color: #6A6458;
	font-size: 11px;
	}
.resumePrix {
	position: relative;
	z-index: 1;
	top: -175px;
	left: 625px;
	width: 80px;
	height: 35px;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 3px;
	text-align: center;
	background-image: url(images/prix.png);
	background-repeat: no-repeat;
	}
.resumePrix p {
	font-weight: 900;
	color: red;
	}
/********** Fin Résumé Séjour *********/


/** Float **/
.floatleft {
	float: left;
	margin:10px;
}
.floatright {
	float: right;
	margin: 10px;
}
.clear {
	clear:both;
}

/** Formulaires **/
.form {
	font-family:verdana, sans-serif;
	font-size: 11px;
	}
.formWeb {
	font-family:verdana, sans-serif;
	font-size: 9px;
	padding:2px;
	}