body{
	background-color: #d4dade;
}

/* couleurs des liens et des titres */
a, h1, h2, h3, .titre, #liens-haut, #pied{
	color: #459ccf;
}

#liens-haut a:hover, 
.texte a:hover, 
#pied a:hover{
	text-decoration: underline;
}

#page, #pied{
	width: 936px;
	margin: 0 auto;
}

#page{	
	background-color: #fff;
	
	-moz-box-shadow:    0 0 20px 0 #333;
	-webkit-box-shadow: 0 0 20px 0 #333;
	box-shadow:         0 0 20px 0 #333;
}

/* ---------------------------------------------------- */
/* ----------------- Haut de la page ------------------ */
/* ---------------------------------------------------- */

#haut{
	position: relative;
	height: 406px;
	
	padding: 22px 0 0 0;
	
}

/* --- Logo --- */

#haut a#logo{
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 285px;
	height: 123px;
	
	overflow: hidden;
	text-indent: -9000px;
	
	position: absolute;
	top: 22px;
	left: -10px;
	
	-moz-box-shadow:    3px 3px 9px 0 #666;
	-webkit-box-shadow: 3px 3px 9px 0 #666;
	box-shadow:         3px 3px 9px 0 #666;
	
	z-index: 999;

	
	
}

#haut #logo-deco{
	background-image: url('../images/logo-deco.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	
	position: absolute;
	top: 145px;
	left: -10px;
	
	min-height: 1px;
}

/* --- Menu et liens --- */

#haut #liens-haut{
	position: absolute;
	
	top: 34px;
	right: 10px;
	
	z-index: 1;
}

#haut #menu-haut-env{
	overflow: hidden;	
	
	/*float:right;*/
	/*padding: 59px 0 25px 0;*/
	
	padding: 0 0 25px 0;
	position:absolute;
	top: 59px;
	right: 0px;
	
	z-index:100;
}


#haut #menu-haut-env #menu-haut{
	float:right;
	
	width: 680px;
	height : 63px;	
	
	background-image:url('../images/menu-bg.gif');
	background-repeat: repeat-x;
	text-align:right;
	
	-moz-box-shadow:    0 0 25px 0 #333;
	-webkit-box-shadow: 0 0 25px 0 #333;
	box-shadow:         0 0 25px 0 #333;

}

#haut #menu-haut ul{
	list-style-type : none;	
	padding-right: 10px;
	
	float:right;
}

#haut #menu-haut ul li{
	float:left;
}

#haut #menu-haut ul li a{
	display:block;	
	height: 63px;
	
	color: #fff;	
	padding: 0 6px;
	
	line-height: 62px;
}

#haut #menu-haut ul li a:hover{
	color: #eaeaea;
}

#haut #menu-deco{
	background-image: url('../images/menu-deco.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 75px;
	
	position: absolute;
	top: 59px;
	right: -22px;
	
	min-height: 1px;
}

/* --- Image-banière ---- */


#haut #image-haut-env{
	padding: 122px 0 25px 0;

	width: 936px;
	height: 290px;
	
	overflow:hidden;
	
	margin: -25px 0 0 0;
	
	position:relative;
}

#haut #image-haut-env #image-haut{
			
	overflow:hidden;
	width: 936px;
	height: 290px;
	
	-moz-box-shadow:    0 0 25px 0 #333;
	-webkit-box-shadow: 0 0 25px 0 #333;
	box-shadow:         0 0 25px 0 #333;
	
}

#haut #image-haut-env ul.bxslider{
	overflow:hidden;
	width: 936px;
	height: 290px;
	
	-moz-box-shadow:    0 0 25px 0 #333;
	-webkit-box-shadow: 0 0 25px 0 #333;
	box-shadow:         0 0 25px 0 #333;
}


#haut #image-haut.slide1{
	background-image: url('../images/bannieres/slide1.jpg');
	background-repeat: no-repeat;
}

/*- Tableau ouverture fermeture -*/

#haut #image-haut-env #table-horaire{
	position:absolute;
	bottom: 25px;
	right: 4px;
	width: 50%;
	z-index: 100;
}

#haut #image-haut-env #table-horaire table.horaire{
	border-collapse: collapse;
	width:100%;
}

#haut #image-haut-env #table-horaire table.horaire td,
#haut #image-haut-env #table-horaire table.horaire th{
	padding: 5px 15px;
	border: 2px #88c0e0 solid;
	text-align:center;
	background-image: url(../images/88c0e0_75.png);
	width:33%;
}

#haut #image-haut-env #table-horaire table.horaire thead th{
}

#haut #image-haut-env #table-horaire table.horaire thead th.vide{
	background-image: none;
	border: 0;
}

#haut #image-haut-env #table-horaire table.horaire tbody th{

}

#haut #image-haut-env #table-horaire table.horaire tbody th.bleuets{
	color: darkblue;
}

#haut #image-haut-env #table-horaire table.horaire tbody th.framboises{
	color: darkred;
}

#haut #image-haut-env #table-horaire table.horaire tbody th.fraises{
	color: crimson;
}

#haut #image-haut-env #table-horaire table.horaire tbody td{
	color: white;
}


#milieu{
	position : relative;
}

#milieu img#img-bleuets{
	position:absolute;
	bottom: 35px;
	left: 40px;
}

/* ---------------------------------------------------- */
/* --------------------- Contenu ---------------------- */
/* ---------------------------------------------------- */

#contenu{
	margin-left: 272px;
}

#contenu #location{
	font-size: 0.8em;
	padding: 0 0 15px 0;
	color: #727271;
}

#contenu #location a{
	color: #694388;
}

#contenu #location a:hover{
	text-decoration: underline;
}

#contenu .texte{
	padding: 0 25px 25px 0;
	
	min-height: 500px;
}


/* --- Accueil --- */

#contenu.accueil{
	margin:0;	
}

#contenu.accueil .texte{
	padding: 0  0 35px 0;
	margin: 0 25px 25px 25px;

	border-bottom: 2px solid #d1e6f3;

	min-height: 150px;	
}

#contenu.accueil .texte p{
	padding: 0 0 10px 0 !important;
}

#contenu .lien-bloc-accueil{
	float:left;	
	text-align: center;
	font-size: 2em;
	
	padding-bottom: 80px;
}

#contenu .lien-bloc-accueil img{
	display:block;
}

#contenu .lien-bloc-accueil.premier img{
	padding: 15px 28px 15px 20px;
	
}

#contenu .lien-bloc-accueil.dernier img{
	padding: 15px 0 15px 30px;
}

#contenu .lien-bloc-accueil.centre img{
	padding: 15px 30px;
	border: 2px solid #d1e6f3;
	border-width: 0 2px;
}

/* --- tableaux --- */
.texte td.tabfond{
	background-color :#d4dade;
}

.texte td.tabfond2{
	background-color :#e7edf1;
}

/* ---------------------------------------------------- */
/* --------------------- Colonne ---------------------- */
/* ---------------------------------------------------- */

#colonne{
	float:left;
	width: 200px;
	padding: 32px 0 0 21px
}

#colonne .titre{
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 0 20px 0;
}

#colonne ul{
	list-style-type: none;
}

#colonne ul li a{
	display:block;
	padding: 15px 0 15px 7px;	
	border-top: 2px solid #a28bb4;
	
	color: #646464;
}

#colonne ul li:first-child a{
	border-top: 0;
}

#colonne ul li a:hover{
	color: #459ccf;
}

/* ---------------------------------------------------- */
/* ------------------- Partenaires -------------------- */
/* ---------------------------------------------------- */

#partenaires-bas{
	background-image:url('../images/partenaires-bg.gif');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #50a2d2;
	
	height: 122px;	
	padding-top: 15px;
	
	
}

#partenaires-bas a{
	display:block;
	width: 230px;
	height: 100px;
	
	background-color: #fff;
	
	-moz-box-shadow:    0 0 15px 0 #333;
	-webkit-box-shadow: 0 0 25px 0 #333;
	box-shadow:         0 0 25px 0 #333;
	
	float: left;
	
	overflow:hidden;
	text-indent: -9000px;	
	
}

#partenaires-bas a#cdbl{
	margin-left: 35px;
	background-image:url('../images/partenaires/logo-cdbl.gif');
	background-repeat: no-repeat;
}

#partenaires-bas a#chemins{
	margin-left: 88px;
	background-image:url('../images/partenaires/logo-chemins.gif');
	background-repeat: no-repeat;
}
#partenaires-bas a#lanaudiere{
	margin-left: 88px;
	background-image:url('../images/partenaires/logo-lanaudiere.gif');
	background-repeat: no-repeat;
}

/* ---------------------------------------------------- */
/* ----------------- Pied de la page ------------------ */
/* ---------------------------------------------------- */


#pied{
	padding: 14px 0 50px 0;	
}

#pied div{
	font-size: 0.8em;
}

#pied .gauche{ float:left; }
#pied .droite{ float:right; }


/*********************************************************/
/* patch pour 1 colonne */
/*********************************************************/
#colonne,
#img-bleuets{
	display:none;
}

#contenu{
	margin: 0 30px 0 30px;
}


/*- Galerie photo -*/

#contenu .galerie{

}

#contenu .une-image{
	float:left;
	width:150px;
	height:150px;
	margin: 0 31px 31px 31px;
	
	-moz-box-shadow: 0 0 10px 0 #333;
	-webkit-box-shadow: 0 0 10px 0 #333;
	box-shadow: 0 0 10px 0 #333;
}
