body {
	background-color: #374277;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CadreSite {
	background-color: #FFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.Decal {
	padding-top: 6px;
}
h1 {
	font-size: 24px;
}
.menunoir {
	color: #000;
	text-decoration: underline;
}
#navig {
	height: 45px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url(images/fond-navig.png);
}

/* slider*/
.container {
	width: 970px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:645px;
	width: 970px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px;
	right: -5px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	border: 1px solid #222222;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	background-color: #8B9093;
	font-weight: bold;
}
.paging a:hover {
	font-weight: bold;
}
.cnttab {
	border: 1px solid #000;
}
.DisponibiliteOk {
	border: 1px solid #000;
	background-color: #090;
}
.NonDisponible {
	border: 1px solid #000;
	background-color: #F00;
}

/* menu styles */
#jsddm {
	margin: 0;
	background-image: url(images/navig.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#jsddm li {
	float: left;
	padding-top: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
}
#jsddm li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 12px;
}
#jsddm li a:hover {
	color: #000000;
	background-color: #b0c0ee;
}
#jsddm li ul {
	padding: 0;
	position: absolute;
	visibility: hidden;
	margin: 0;
}
#jsddm li ul li {
	text-align:left;
	float: none;
	display: inline
}
#jsddm li ul li a {
	width: auto;
	width: 145px;
	color: #24313C;
	background-color: #7f8388;
}
#jsddm li ul li a:hover {
	background-color: #85154b;
}
#jsddm li.noborder a, #jsddm li ul.noborder li a {
	border-right: 0px solid white;
}
/* FIN*/
#Txt-Index {
	position: relative;
	top: 20px;
	width: 970px;
}

.fdRouge {
  background-color: #ff0000;
}
.fdVert {
  background-color: #33cc00;
}
.cc-revoke, .cc-window {
        z-index: 20000;
}
