/*général*/

body {
	color: #41443a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3DECE;
}
td {
	color: #41443a;
}
a:link {
	color: #8aba18;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #8aba18;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e75114;
	font-weight: bold;
	text-decoration: none;
}
.cadre {
	border: 1px solid #8aba18;
	background-image: url(../images/fond.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center bottom;
}
.titres {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #8aba18;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8aba18;
}
.soustitres {
	letter-spacing: 1px;
	font-size: 13px;
	font-style: italic;
	color: #e75114;
}
.misenvaleur {
	font-weight: bold;
	color: #e75114;
}



/*cadre contenu*/

.contenu {
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: circle;
}


.cadrebandeau {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #62c4dd;
	border-bottom-color: #62c4dd;
}
.contenubandeau {
	padding: 3px;
	color: #FFFFFF;
	background-image: url(../images/bleu.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.contenubandeau a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.contenubandeau a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.contenubandeau a:hover {
	text-decoration: underline;
	color: #1b748c;
	font-weight: bold;
}



/*menu*/

#btmenu {
	position: relative;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 24px;
	width: 160px;
	padding-top: 8px;
	padding-left: 6px;
}


#btmenuon {
	position: relative;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 24px;
	width: 166px;
	padding-top: 8px;
	background-image: url(../images/bt-on.png);
	font-size: 12px;
	text-transform: uppercase;
	color: #3e3d40;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 0px;
}

#btmenu.act {
	background-image: url(../images/bt-off.png);
	text-align: left;
	vertical-align: middle;
 }

#btmenu.act:hover {
	background-image: url(../images/bt-on.png);
	letter-spacing: 1px;
}
#btmenu a:link {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#btmenu a:visited {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#btmenu a:hover {
	color:#3e3d40;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#bt {
	position: relative;
	float: left;
	height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bt-orange.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 190px;
	text-align: center;
}
#bt  a:link {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
#bt  a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
#bt  a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFCC00;
	font-weight: bold;
}
.filet {
	background-image: url(../images/filet.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 3px;
}
.encadre {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.liste {
	line-height: 30px;
	list-style-image: url(../images/download.png);
	vertical-align: middle;
}
.photo {
	border: 1px solid #8ABA18;
}
.legende {
	font-size: 10px;
	font-style: italic;
	color: #8ABA18;
}
.tableau {
	border: 1px dotted #41443A;
}
.cell1 {
	background-color: #DCF3A7;
	border: 1px solid #8ABA18;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #41443a;
	font-size: 12px;
}
.cell2 {
	background-color: #ECEBDF;
	border: 1px solid #B0B689;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #41443a;
	font-size: 12px;
}
.packactivites {
	font-size: 12px;
	text-transform: uppercase;
	color: #8ABA18;
	font-weight: bold;
}
.packsport {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #ec1417;
	padding: 5px;
}
.packsensation {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #83bb1c;
	padding: 5px;
}
.packloisirs {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #BAA474;
	padding: 5px;
}
.packbienetre {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #62cdd5;
	padding: 5px;
}
.packnature {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #945f89;
	padding: 5px;
}

.packdecouverte {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #f08304;
	padding: 5px;
}
.encadrement {
	border: 1px solid #A8AE7D;
	padding: 10px;
}
.promo {
	font-weight: bold;
	background-color: #8ABA18;
	padding: 5px;
	background-image: url(../images/fond.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #4C4F46;
}


/*animation*/

.animation {
	position: relative;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 620px;
	width: 900px;
	padding-top: 0px;
	padding-left: 0px;
	z-index: 0;
}

.cache {
	position: relative;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 80px;
	width: 120px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}
