/* ####### HTML ####### */
body {
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #e3e5e7;
	background-position: center top;
	
	margin: 0px;
	
	color: #666666;
	font-family: Verdana;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #008bcc;
}

table {
	font-size: 12px;
}

p {
	padding: 3px;
}

.tarifs td p {  }

/* ### FORMULAIRE ### */
select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}

.alertform {
	color: #e28750;
	font-size: 10px;
	font-weight: bold;
}
select.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
option.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
input.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
textarea.fondRouge {
	color: #FFFFFF;
	background-color:#e28750;
}
/* ### FIN FORMULAIRE ### */
/* ####### FIN HTML ####### */




/* ####### GLOBAL ####### */
.tableauGlobal {
	width: 980px;
	
	/*background-image: url(../images/background-global.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}
/* ####### FIN GLOBAL ####### */

/* ####### ENTÊTE ####### */
.tableauEntete {
	width: 40px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right:7px;
	
	
	/*background-image: url(../images/background-entete.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}
.tableauEntete table {
	text-align:right;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	text-align: left;
}
.tableauEntete .adresse {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	text-align: right;
}

/* ####### FIN ENTÊTE ####### */


/* ####### FLASH ####### */
.tableauFlash {
	width: 980px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	
	/*background-image: url(../images/background-flash.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}
/* ####### FIN FLASH ####### */


/* ####### CONTENU ####### */
.tableauContenu {
	margin-top:42px;
	width: 980px;
	
	text-align: center;
	
	/*background-image: url(../images/background-contenu.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.tableauContenu a {
	padding:0 0 0 16px;
	margin-left:5px;
	background-image: url(../images/puce.png);
	background-repeat: no-repeat;
	background-position:left top;
}

.tableauBloc {
	width: 970px;
	
	margin-top: 0px;
	
	/*background-image: url(../images/background-tableau-bloc.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.fondDegrade {
	background-image: url(../images/degrade-fonce-clair.gif);
	background-repeat: repeat-x;
	background-color: #cdd6da;
}

.blocEntier {
	width: 960px;
	height:100%;
	
	padding-bottom:10px;
	margin-bottom:10px;
	
	vertical-align: top;
	text-align: justify;

	background-image: url(../images/degrade-fonce-clair.gif);
	background-repeat: repeat-x;
	background-color: #cdd6da;
}


.bloc1t {
	width: 310px;
	height:100%;
	
	padding-bottom:10px;
	margin-bottom:10px;
	
	vertical-align: top;
	text-align: justify;

	background-image: url(../images/degrade-fonce-clair.gif);
	background-repeat: repeat-x;
	background-color: #cdd6da;
}

.bloc2t {
	width: 630px;
	height:100%;
	
	padding-bottom:10px;
	margin-bottom:10px;
	
	vertical-align: top;
	text-align: justify;

	background-image: url(../images/degrade-fonce-clair.gif);
	background-repeat: repeat-x;
	background-color: #cdd6da;
}

.bloc1tSpe {
	width: 310px;
	height:100%;
	
	padding-bottom:10px;
	margin-bottom:10px;
	
	vertical-align: top;
	text-align: justify;

}

.bloc2tSpe {
	width: 630px;
	height:100%;
	
	padding-bottom:10px;
	margin-bottom:10px;
	
	vertical-align: top;
	text-align: justify;
}

.blocPhoto {
	padding: 3px 3px 3px 3px;
	background-color:#D9E4E7;
	text-align:center;
}

.blocTexte {	
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.blocTexte * {	
	color:#666666 !important;
	font-size: 12px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}


.blocTexte a {	
	color:#008bcc;
}

.blocTexte a:hover {	
	color:#8b9aa1;
}

.tableauContact td {
	padding:10px;
}

.titre {
	/*height: 60px;*/
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	font-size: 20px;
	text-align: center;
	
	/*background-image: url(../images/background-titre.jpg);
	background-repeat: no-repeat;*/
}

.ssTitre {
	/*height: 40px;*/
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	
	font-size: 16px;
	text-align: left;
	
	/*background-image: url(../images/background-sous-titre.jpg);
	background-repeat: no-repeat;*/
}

.tableauBordure {
	border: 1px solid #FFFFFF;
}
.tableauBordure th, .tableauBordure td {
	border: 1px solid #FFFFFF;
}

.tableauDistance {
	width: 300px;
}
.tableauDistance th {
	padding: 3px;
	text-align: center;
}
.tableauDistance .gauche {
	width: 260px;
	padding: 3px;
}
.tableauDistance .droite {
	width: 40px;
	padding: 3px;
	text-align: center;
}
.celluleLiensGaleriePhotos {
	text-align: center;
}

.adresse {
	font-size:9px;
	color: #525a5f;
}

/* ####### FIN CONTENU ####### */


/* ####### PIED DE PAGE ####### */
.tableauPiedDePage {
	width: 970px;
	
	padding-top: 10px;
	padding-bottom: 0px;
	
	/*font-family: Verdana;*/
	color: #525a5f;
	font-size: 10px;
	text-align: center;
	
	/*background-image: url(../images/background-pied-de-page.jpg);
	background-repeat: repeat-x;
	background-color: #000000;*/
}
.tableauPiedDePage a {
	font-size:9px;
	color: #525a5f;
	line-height:15px;
}
.tableauPiedDePage a:hover {
	color: #008bcc;
}
/* ####### FIN PIED DE PAGE ####### */


/* ####### DESCRIPTION REFERENCEMENT ####### */
.tableauDescriptionReferencement {
	width: 970px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	/*font-family: Verdana;*/
	color: #525a5f;
	font-size: 10px;
	text-align: center;
	
	/*background-image: url(../images/background-description-referencement.jpg);
	background-repeat: repeat-x;
	background-color: #000000;*/
}
/* ####### FIN DESCRIPTION REFERENCEMENT ####### */


/* ####### CRÉDITS ####### */

.tableauCredits {
	width: 970px;
	height: 40px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	color: #525a5f;
	font-size: 8px;
	text-align: center;
}
.tableauCredits a {
	color: #525a5f;
}
.tableauLiensUtiles   tr td {
	font-size: 9px;
}
/* ####### FIN CRÉDITS ####### */


/* ####### LOGO ####### */
.tableauLogo {
	width: 970px;
	
	margin-top: 10px;
	margin-bottom: 20px;
}
/* ####### FIN LOGO ####### */

#pageBoutique p {
	text-align:center;
	font-size:22px  !important;
	line-height:200px;
}





.btnBoxMeeting
{
	position:absolute;
	top:475px;
	
	left:50%;
	margin: 0 0 0 245px;
	margin: 15px 0 0 200px\9;
	z-index:3000;
	
	width:220px;
	width:240px\9;
	text-align:center;
}



.btnBoxMeeting ul
{
	text-align:center;
	font-size:0.8em;
	padding:0;
}

.btnBoxMeeting li
{
	text-align:center;
	padding:2px 10px 2px 10px; 
	
	float:left;
	list-style:none;
	cursor:pointer;
	width:200px;
	width:240px\9;
	
	
}


.btnBoxMeeting li a
{
	color:#988443;
	text-decoration:none;
	text-align:center;
	background-image: url(../images/fondBtnBox.png);
	background-repeat:repeat-x;
	background-position:center 5px;
	padding:2px 2px 2px 2px;
	
}

.btnBoxMeeting li a:hover
{
	color:#666666;
	text-decoration:underline;
	text-align:center;
}



.lien-reservation-principal {
	
	padding:5px 10px;
	text-align:center;
	color:666666;
	line-height:21px;
	border: 3px double #ddd;
	background-color: #fff;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}



a.lien-reservation-principal:hover {
	background-color: #eee;
	border: 3px double #008bcc;
}



