
/*--------------------------------------------------------------------
/* TEXTE BIENVENUE
/**/

#encadreContenu-bordure-contenu {
	font-size : 0.85em;
	padding : 5px 10px;
	font-weight : bold;
	line-height : 1.3em;
}

#encadreContenu-texte {
	font-size : 0.85em;
}

#cell_contenu h1 {
	text-align : right;
}

#cell_contenu h1.h1Avec9Photos {
	padding-left : 120px;
}

#cell_contenu h1 .nom {
	display : block;
	text-transform : uppercase;
}

#cell_coordonnees {
	padding-right : 10px;
	text-align : right;
}

#cell_coordonnees .adresse {
	/*text-transform : uppercase;*/
}

#cell_coordonnees a {
	color : #000;
	text-decoration : none;
}

#cell_coordonnees a:hover {
	text-decoration : underline;
}

#cell_recherche, #cell_coordonnees {
	background-color : #F0EEE7;/*#EDEAE2;*/
}

#cell_recherche {
	width : 257px;
}

#cell_espaceurCoordonnees {
	width : 7px;
}

#tableau_coordonnees {
	width : 100%;
}

#cell_recherche {
	vertical-align : bottom;
}

#recherche-conteneur {
	position : relative;
}

#details {
	margin-top : 10px;
}

/*--------------------------------------------------------------------
/* MENU HAUT & MENU BAS
/**/

#menuBas-conteneur {
	position : relative;
}

#promutuelLanaudiere {
	position : absolute;
	right : 0;
	bottom : 0;
}

/*--------------------------------------------------------------------
/* CONTENU
/**/

#cell_contenu {
	height : 440px;
	vertical-align : top;
}

#titre {
	position : absolute;
	right : 623px;
}

#contenu-conteneur {
	position : relative;
	margin-top : 7px;
}

#contenu {
	position : relative;
	padding-left : 123px;
	margin-bottom : 20px;
	font-size : 0.85em;
}

/*--------------------------------------------------------------------
/* FORMULAIRE RECHERCHE
/**/

#frm_recherche {
	margin : 0;
	margin-bottom : 10px;
	padding : 0;

	/*position : absolute;
	left : 25px;
	bottom : 10px;*/

	text-align : center;
}

#frm_recherche #motsCles {
	border : 1px solid #B3B2B0;
	color : #ccc;
	font-family : tahoma;
	font-size : 10pt;

	width : 176px;
	height : 16px;

	padding : 1px 5px;
	margin : 0;
}

#frm_recherche input {
	vertical-align : middle;
}

/*--------------------------------------------------------------------
/* RECHERCHE AVANCÉE
/**/

#cell_rechercheAvancee {
	height : 66px;
	vertical-align : top;

	position : relative;
}

#rechercheAvancee {
	margin-top : 10px;
	margin-left : 59px;
}

.rechercheAvanceeOuvert {
	margin-left : 0 !important;
	height : 66px;

	border-top : 1px solid #DCD4C5;
	border-bottom : 1px solid #DCD4C5;

	background-image : url(../../images/fond_hexagonale.gif);
	background-color : #F2EFE9;
}

#rechercheAvancee .champTexte, #rechercheAvancee .champListe {
	font-size : 8pt;
	font-family : tahoma;
}

#rechercheAvancee label {
	font-size : 8pt;
}

#rechercheAvancee form {
	padding : 0;
	margin : 0;
}

#inner_rechercheAvancee {
	margin : 5px 10px;
}

#boutonRechercheAvancee {
	background-color : #fff;
	color : #000;
	font-size : 8pt;
	font-family : tahoma;
	font-weight : bold;
	height : 50px;
	width : 75px;
}

/*--------------------------------------------------------------------
/* ONGLETS
/**/

.ongletEnCours_presentation #onglet_presentation {
	color : #C41230;
}

.ongletEnCours_extraits #onglet_extraits {
	color : #C41230;
}

.ongletEnCours_prix #onglet_prix {
	color : #C41230;
}

.ongletEnCours_calendrier #onglet_calendrier {
	color : #C41230;
}

.ongletEnCours_actualite #onglet_actualite {
	color : #C41230;
}

.ongletEnCours_divers #onglet_divers {
	color : #C41230;
}

/*--------------------------------------------------------------------
/* LOGO
/**/

#cell_logo {
	height : 75px;
}


/*--------------------------------------------------------------------
/* PHOTOS
/**/

#photos {
	margin-bottom : 6px;
	position : relative;

	padding : 1px;
}

.photosAvecFond {
	background-image : url(../../images/photos-fond_hexa.gif);
	background-repeat : no-repeat;
	background-position : top left;
}

#photoPrincipale {
	text-align : right;
}

#photoPrincipale img {
	border-left : 6px solid #fff;
}

.photoMiniature {
	width : 80px;
	height : 60px;
	border : 1px solid #999;
	margin : 2px;
}

.photoMiniatureActive {
	width : 80px;
	height : 60px;
	border : 3px solid #666;
	margin : 0;
}

#photo1 {
	position : absolute;
	left : 0;
	top : 175px;
}

#photo2 {
	position : absolute;
	left : 95px;
	top : 175px;
}

#photo3 {
	position : absolute;
	left : 0px;
	top : 100px;
}

#photo4 {
	position : absolute;
	left : 190px;
	top : 175px;
}

#photo5 {
	position : absolute;
	left : 95px;
	top : 100px;
}

#photo6 {
	position : absolute;
	left : 0px;
	top : 25px;
}

#photo7 {
	position : absolute;
	left : 190px;
	top : 100px;
}

#photo8 {
	position : absolute;
	left : 95px;
	top : 25px;
}

#photo9 {
	position : absolute;
	left : 0;
	top : -50px;

	/*left : 190px;
	top : 25px;*/
}


